New Install - errorlog_enable: error_reporting() must be set to -1, not 32759!

3 posts by 2 authors in: Forums > CMS Builder
Last Post: June 21, 2017   (RSS)

By icttech - June 20, 2017 - edited: June 20, 2017

Hi,

After uploading CMS Builder to our test server area and trying to run from http://domain.com/cmsb/ we get the following error which redirects to admin.php

errorlog_enable: error_reporting() must be set to -1, not 32759!

The following has also been disabled.

  1. php.ini.disabled
  2. .htaccess.disabled
  3. .user.ini.disabled

PHP version 5.6.30 with all extensions required.

Also tried: PHP 7.0

A module for PHP applications that use MySQL databases

  • php70-php-mysqlnd Installed 7.0.20-1.1.4.cpanel

We get the following error: This program requires the PHP 'mysql' extension.

MySQL extension is installed what can be causing this?

Also how can I tell which version is being installed and where are the error logs being generated?

thanks,

~icttech

By icttech - June 21, 2017

Hi Dave,

The web developer is using version 3.05 build 2093. I did notice that when I changed the database to mysqli in init.php I was presented with another error regarding the database connection so I figured it must be using wrong instruction set.

I ran the error script on v3.05 and got this
Test setting error_reporting()

  • error_reporting() returns: 32759
  • setting error_reporting(-1)
  • error_reporting() returns: 32759

I have downloaded and installed 3.10 now without issues during install with PHP7.0.
After running error_reporting script on v3.10 I get this
Test setting error_reporting()

  • error_reporting() returns: 32759
  • setting error_reporting(-1)
  • error_reporting() returns: -1

Thanks for your help.

Jim

~icttech