Forum

You are not logged in. Please note that you need to log in before posting.

Dear friends! Please note that hitAppoint will be on holidays till June 12, 2011 with a limited online access. We apologize for delayed replies. Every request will be promptly resolved on return.

  • Index
  •  » Problems
  •  » Deprecated: Function eregi_replace() and split() with PHP 5.3.0

#1 2009-12-26 07:43:40

Florent
New member
Registered: 2009-12-26
Posts: 1

Deprecated: Function eregi_replace() and split() with PHP 5.3.0

Hello,

I've a major problem with Hitappoint. After a migration of our Internet server, now we are running PHP in 5.3.0, and HitAppoint have some deprecated functions. So, our website is unusable for customers and staff members.

Did someone have a solution for hide this error, or a way to replace this functions ?

Regards,

Florent

Offline

 

#2 2009-12-26 15:08:15

algis
Administrator
Registered: 2006-01-09
Posts: 1724
Website

Re: Deprecated: Function eregi_replace() and split() with PHP 5.3.0

Hello Florent,
please modify the main index.php file by adding this line on top:

error_reporting( E_ERROR );

Offline

 

#3 2010-02-18 20:01:38

rabivens
Member
Registered: 2009-09-22
Posts: 11

Re: Deprecated: Function eregi_replace() and split() with PHP 5.3.0

Hi Algis,
I am having the same problem.  I am testing the new upgrade on my test server and I come up with the following error codes:

Deprecated: Function mysql_list_tables() is deprecated in   K:\xampp\htdocs\booking\core\hclib\database\hcMySqlDbWrapper.php on line 83

Deprecated: Function eregi_replace() is deprecated in K:\xampp\htdocs\booking\core\hclib\hcLibrary.php on line 733

Deprecated: Function split() is deprecated in K:\xampp\htdocs\booking\core\base\code\core\objects\Service.php on line 323

Deprecated: Function split() is deprecated in K:\xampp\htdocs\booking\core\base\code\core\objects\Service.php on line 330


I modified the main index.php file by adding:
error_reporting( E_ERROR );
This did not change the appearance of the error codes.

do you have another solution.

Also, when do you think you will have the new version ready for beta testing.

Thank you much

Royce

Offline

 

#4 2010-02-19 13:55:28

algis
Administrator
Registered: 2006-01-09
Posts: 1724
Website

Re: Deprecated: Function eregi_replace() and split() with PHP 5.3.0

Hello Royce,
I'm sorry for the delay with the new version coming out, a software developer is always too optimistic about time schedule. Anyway it is now 95% ready, just one last step and it is available.

Offline

 

#5 2011-12-01 08:37:41

petermourra
New member
Registered: 2011-12-01
Posts: 1

Re: Deprecated: Function eregi_replace() and split() with PHP 5.3.0

I am having the same issue. Has anyone solved this?

Getting fustrated here. Please assist

Offline

 

#6 2011-12-02 01:13:20

algis
Administrator
Registered: 2006-01-09
Posts: 1724
Website

Re: Deprecated: Function eregi_replace() and split() with PHP 5.3.0

petermourra wrote:

I am having the same issue. Has anyone solved this?

Getting fustrated here. Please assist

hello,
have you tried to modify the main index.php file by adding this line on top:

Code:

error_reporting( E_ERROR );

Offline

 
  • Index
  •  » Problems
  •  » Deprecated: Function eregi_replace() and split() with PHP 5.3.0

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson