lmarcos Posted December 13, 2020 Share Posted December 13, 2020 After upgrading to 1.7.7 today, I get a blank navbar on the left of the backoffice. The server is Ubuntu and php version is 7.4. The debug returns the following lines: Quote Notice en línea 2083 en archivo /home/users/XXX/www/YYY/classes/controller/AdminController.php [8] Undefined index: enabled Unknown error en línea 99 en archivo /home/users/XXX/www/YYY/src/Adapter/EntityMapper.php [8192] array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead Unknown error en línea 335 en archivo /home/users/XXX/www/YYY/classes/module/Module.php [8192] array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead Can anyone help? Link to comment Share on other sites More sharing options...
jemm971 Posted December 14, 2020 Share Posted December 14, 2020 Same trouble... No more nav bar ! So unable to rollback! Any help ? Link to comment Share on other sites More sharing options...
JBW Posted December 15, 2020 Share Posted December 15, 2020 This is discussed and fixed here: https://github.com/PrestaShop/PrestaShop/issues/22250 By the way, Prestashop is not compatible to PHP 7.4., please downgrade to 7.3 Link to comment Share on other sites More sharing options...
lmarcos Posted December 15, 2020 Author Share Posted December 15, 2020 2 hours ago, JBW said: This is discussed and fixed here: https://github.com/PrestaShop/PrestaShop/issues/22250 Thanks, adding the enabled column to ps_tab and setting it to 1 worked for me. 2 hours ago, JBW said: By the way, Prestashop is not compatible to PHP 7.4., please downgrade to 7.3 Why do you say so? php 7.4 was the version I was using previously and unless there is a problem with payment, everything appears to be working correctly again. Link to comment Share on other sites More sharing options...
JBW Posted December 15, 2020 Share Posted December 15, 2020 37 minutes ago, lmarcos said: Why do you say so? php 7.4 was the version I was using previously and unless there is a problem with payment, everything appears to be working correctly again. See https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/ Even though you might not have/feel problems at the moment you never know what might happen in the background in certain situations. Link to comment Share on other sites More sharing options...
jemm971 Posted March 26, 2021 Share Posted March 26, 2021 Seems the trouble has been repaired : no more blanck BO menu with PS 1.7.7.2 (using PHP 7.3.21) 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