Kerm Posted November 14, 2019 Share Posted November 14, 2019 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 More sharing options...
Kerm Posted November 14, 2019 Author Share Posted November 14, 2019 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 More sharing options...
lototo Posted November 16, 2019 Share Posted November 16, 2019 Did you add memcache server IP Address? Link to comment Share on other sites More sharing options...
PCQUATRO Posted November 16, 2019 Share Posted November 16, 2019 I supose you have already looked at this!!! it seems that it also depends on server cache functionality, the question is if activating it has more beneficts than problems associated with it!! https://www.cloudways.com/blog/configure-prestashop-with-memcached/ Best regards Link to comment Share on other sites More sharing options...
Kerm Posted November 18, 2019 Author Share Posted November 18, 2019 On 11/16/2019 at 7:26 PM, lototo said: Did you add memcache server IP Address? Yes i did that. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now