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
CMS and PHP7 and mysqli
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/cms_tools.html
A lot of information about the Content Manager System can be found in the help/manual. Please read this first before posting any questions! Also check out the demo template that is include with the software.
CMS trouble shooting / FAQ:
viewtopic.php?f=10&t=43245
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/cms_tools.html
A lot of information about the Content Manager System can be found in the help/manual. Please read this first before posting any questions! Also check out the demo template that is include with the software.
CMS trouble shooting / FAQ:
viewtopic.php?f=10&t=43245
Re: CMS and PHP7 and mysqli
I think if you change the PHP version in Page Properties > Advanced to PHP5-PHP7 it will use Mysqli etc.
Re: CMS and PHP7 and mysqli
WWBman is right, you can set the PHP version in the Page Properties.
Using PHP5-PHP7 will output mysqli functions.
Using PHP5-PHP7 will output mysqli functions.