Jump to content

Presta 1.7.5.1 errors on BO login page if enabled memcached


Kerm

Recommended Posts

Hello, if enable Memcached, only on login page in BO i have this errors:

 

Notice: Undefined index: id_parent in classes/Tab.php on line 593
Notice: Undefined index: name in classes/controller/AdminController.php on line 583
Notice: Undefined index: name in classes/controller/AdminController.php on line 584
Notice: Undefined index: class_name in /classes/controller/AdminController.php on line 585
Notice: Undefined index: class_name in /classes/controller/AdminController.php on line 587
Notice: Undefined index: name in classes/controller/AdminController.php on line 633

And after login i dont have redirect to admin panel, only if clear url to index.php i got admin panel page.

PHP 7.2

Also i have this error when i try clear cache:

Fatal error: Uncaught Error: Class 'Tools' not found in /classes/db/Db.php:794 Stack trace: #0 /config/alias.php(48): DbCore->escape('configuration', false) #1 /config/alias.php(53): pSQL('configuration') #2 /classes/Configuration.php(155): bqSQL('configuration') #3 /classes/Configuration.php(209): ConfigurationCore::loadConfiguration() #4 /classes/PrestaShopAutoload.php(171): ConfigurationCore::get('PS_DISABLE_OVER...') #5 /classes/PrestaShopAutoload.php(130): PrestaShopAutoload->generateIndex() #6 [internal function]: PrestaShopAutoload->load('Tools') #7 /config/config.inc.php(85): spl_autoload_call('Tools') #8 /admin/index.php(42): require('/var/ww in /classes/db/Db.php on line 794

 

 

Link to comment
Share on other sites

After i change PHP version to 7.1 i dont see errors on login page.

But i i try clear cache i still have error:

Fatal error: Uncaught Error: Class 'Tools' not found in /classes/db/Db.php:794 Stack trace: #0 /config/alias.php(48): DbCore->escape('configuration', false) #1 /config/alias.php(53): pSQL('configuration') #2 /classes/Configuration.php(155): bqSQL('configuration') #3 /classes/Configuration.php(209): ConfigurationCore::loadConfiguration() #4 /classes/PrestaShopAutoload.php(171): ConfigurationCore::get('PS_DISABLE_OVER...') #5 /classes/PrestaShopAutoload.php(130): PrestaShopAutoload->generateIndex() #6 [internal function]: PrestaShopAutoload->load('Tools') #7 /config/config.inc.php(85): spl_autoload_call('Tools') #8 /admin/index.php(42): require('/var/ww in /classes/db/Db.php on line 794

 

After i press F5 all going normal

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...