Blank Admin Pages

When I click on any page under “Settings” such as:



http://my Website Domain Names, Online Stores & Hosting - Domain.com



http://my Website Domain Names, Online Stores & Hosting - Domain.com





etc etc



All I get is a blank page



However pages below the “Administration” menu item such as

http://my domain.comp?dispatch=static_data.manage&section=T



Load OK and I can make my admin changes.



Why are admin pages not loading?

Try to open the config.local.php file and replace:



error_reporting(E_ALL);
ini_set('display_errors', 0);




with



error_reporting(E_ALL);
ini_set('display_errors', 1);
define('DEVELOPMENT', true);




You should see error message then

Hi,



There are no such lines in the config.local.php.



It does conmtain:



error_reporting(E_ALL ^ E_NOTICE);

if (version_compare(PHP_VERSION, '5.3.0', '>=')) {

error_reporting(error_reporting() & ~E_DEPRECATED & ~E_STRICT);

}



I did find out the issue was with the addon WEBO Site speed up. I've uninstalled and problem has dispappeared.



Many thanks.

[quote name='jmccann' timestamp='1423071688' post='204304']

There are no such lines in the config.local.php.

[/quote]



Yes, it can vary due to used CS-Cart version. Anyway I am glad to hear that the problem is solved