Forum

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

Dear friends! Please note these forums are currently in read only mode.

  • Index
  •  » Help Needed
  •  » 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: 1350
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
New member
Registered: 2009-09-22
Posts: 7

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: 1350
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

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

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson