Lukasztom Posted November 28, 2019 Share Posted November 28, 2019 Hello I run my Prestashop 1.6.1.18 and in my back-end is missing menu left sub menus. In menu ADVANCED PARAMETRS (...backshop/index.php?controller=AdminSelfUpgrade....) I have only these 5 : - MultiStore - DB Backup - Logs - Webservice - 1-Click Upgrade Anyone can give me some advice how to get them back... Many thanks Lukasz Link to comment Share on other sites More sharing options...
tuk66 Posted November 29, 2019 Share Posted November 29, 2019 What happened? You can check the menu items in the ps_tab* tables. The class for Advanced Parameters is AdminTools. Link to comment Share on other sites More sharing options...
NemoPS Posted November 29, 2019 Share Posted November 29, 2019 You can always add them back from the menus page, as long as you know the controller name. For performance it would be AdminPerformanceController. Link to comment Share on other sites More sharing options...
Lukasztom Posted November 29, 2019 Author Share Posted November 29, 2019 Hello Thank you for help I've checked my table *ps_tab and I can see that : AdminTools -> column Active -> 1 I've attached my screengrabs... but can't see on my front-end -------------- NemoPS - How can i add from BACK ? Many thanks 57 minutes ago, NemoPS said: You can always add them back from the menus page, as long as you know the controller name. For performance it would be AdminPerformanceController. Link to comment Share on other sites More sharing options...
NemoPS Posted November 30, 2019 Share Posted November 30, 2019 You can install a new 1.6 locally, see what tabs you are missing, then go to menus and copy them over, using the class that's written there Link to comment Share on other sites More sharing options...
Lukasztom Posted December 1, 2019 Author Share Posted December 1, 2019 Hello NemoPS I just done like that, but each columns of table *ps_tab are the same.... I dont know why is like that) maybe the best way will be to update to latest version presta 1.6.1.24? but i can only manually, because in one click module I have issue with these "PrestaShop's caching features are disabled" I cant get it as green mark and use 1-click upgrade... is red cross.... to update manually i should only leave folder /config and /img and rest of files can update? Many thanks Link to comment Share on other sites More sharing options...
NemoPS Posted December 2, 2019 Share Posted December 2, 2019 I don't think the update would fix it, I meant going into the back office and seeing what tabs are missing, then add them back through Administration > Menus Link to comment Share on other sites More sharing options...
Lukasztom Posted December 2, 2019 Author Share Posted December 2, 2019 Thank u for reply The issue is that I cant see submenus called MENUS attached screen Thanks Link to comment Share on other sites More sharing options...
NemoPS Posted December 4, 2019 Share Posted December 4, 2019 ok, sorry, didn't notice that. Edit the url and write AdminTabs after controller=, like dmin929mzfuug/index.php?controller=AdminTabs&token=826cdbaaa110d6cc54fb7b9cc175eedc It will tell you the token is wrong, you can ignore the warning and continue Link to comment Share on other sites More sharing options...
Lukasztom Posted December 4, 2019 Author Share Posted December 4, 2019 Hello Thank you for the reply I didnt like you wrote me but i got this alert message :"Access denied" attached screen Thanks Link to comment Share on other sites More sharing options...
NemoPS Posted December 6, 2019 Share Posted December 6, 2019 Hmm does your user have admin privileges? It looks like it doesn't. Check ps_employee and make sure the role is id 1, superadmin Link to comment Share on other sites More sharing options...
Lukasztom Posted December 10, 2019 Author Share Posted December 10, 2019 Hello Thank u for the message I just checked and role id is 1 I changed my mind and I started to updated my presta 1.6.1.18 to 1.6.1.24 manually I overwritten the files on my server using this guide: https://devdocs.prestashop.com/1.7/basics/keeping-up-to-date/upgrade/ and when i want to make a upgrade i am reciving the blank page: http://leather4gay.co.uk/install/upgrade/upgrade.php when i checked my /logs I can see one message: " *ERROR* 2019/12/10 - 19:10:05: The cache is activated. Please deactivate it first before lauching this script. " ----- I've changed in ps_configuration 'PS_SMARTY_CACHE' -> 0; 'PS_CSS_THEME_CACHE'->0; 'PS_JS_THEME_CACHE'->0 but still is showing me blank page.... I cant deactive my cache from backend Thank for help 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