CMS and PHP7 and mysqli
Posted: Sun Jan 12, 2020 4:39 pm
Hi Pablo,
I am trying to run CMS page developed with webbuilder ver 15.2.0 based on available template.
Unfortunately it stops every time when the functions:
mysql_connect()
mysql_select_db()
mysql_real_escape_string()
mysql_query()
and others are called.
When I change functions for mysqli......() and correct parameters then it starts working, but it very time consuming and ineffective way to correct the code.
Is there any way to get the correct CMS template or change the configuration in order to make it working.
Mario
I am trying to run CMS page developed with webbuilder ver 15.2.0 based on available template.
Unfortunately it stops every time when the functions:
mysql_connect()
mysql_select_db()
mysql_real_escape_string()
mysql_query()
and others are called.
When I change functions for mysqli......() and correct parameters then it starts working, but it very time consuming and ineffective way to correct the code.
Is there any way to get the correct CMS template or change the configuration in order to make it working.
Mario