CMS and PHP7 and mysqli

Issues related to the CMS tools of WYSIWYG Web Builder.
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
Post Reply
info@wawasoft.com
 
 
Posts: 2
Joined: Mon Dec 11, 2017 11:58 am

CMS and PHP7 and mysqli

Post by info@wawasoft.com »

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
WWBman
 
 
Posts: 916
Joined: Fri Jan 08, 2010 6:10 pm

Re: CMS and PHP7 and mysqli

Post by WWBman »

I think if you change the PHP version in Page Properties > Advanced to PHP5-PHP7 it will use Mysqli etc.
User avatar
Pablo
 
Posts: 21573
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: CMS and PHP7 and mysqli

Post by Pablo »

WWBman is right, you can set the PHP version in the Page Properties.
Using PHP5-PHP7 will output mysqli functions.
Post Reply