You are not logged in. Please note that you need to log in before posting.
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
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
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
I am having the same issue. Has anyone solved this?
Getting fustrated here. Please assist
Offline
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:
error_reporting( E_ERROR );
Offline