Jump to content

update 1.5.6.2 -> 1.6.0.9 problem: admin menu not working


dajawa

Recommended Posts

Hi There!
 

I just updated my local testinstallation of prestashop 1.5.6.2 to 1.6.0.9 to see if the update works fine for my prestashop.

 

the template needs some adjustment/my shop needs adjustment for the new template, OK.

 

the PROBLEM: in the admin-backend the menu creates no "pop up" for its sub-menu-items. In a fresh test-installation of 1.6.0.9 there was no such problem, and the computer has not changed since. So I guess somehtings went wrong with the update process?!

 

can anyone help me out, or tell me how to fix that issue?!

 

any help is greatly appreciated. :)

Link to comment
Share on other sites

Hi Dajawa

did you give the right folders the right permissions ? 

also what you can try is empty your cache

another thing is , delete your htacces , replace it with a empty one , give it the 777 rights

go to your bo check it then check your htacess if it is complete again

then after change the right back into 644

 

you can also turn error report on

 

go to the folder config the look for the file defines.inc.php

look for :

/* Debug only */
define('_PS_MODE_DEV_', false);
if (_PS_MODE_DEV_)
{
and change false into true
Edited by maconl (see edit history)
Link to comment
Share on other sites

Hi 

the htacces you can find in the folder where you installed your prestashop

 

you can also check the errors by editing a file called defines.inc.php

 

go to the folder ""config""" then look for the file ""defines.inc.php""

look for the lines 

 

/* Debug only */
define('_PS_MODE_DEV_', false);
if (_PS_MODE_DEV_)
{
and change false into true

 

so it will look like :

 

/* Debug only */
define('_PS_MODE_DEV_', true);
if (_PS_MODE_DEV_)
{

then go to your admin ,, if anything went well you get a list 

place this one here , so we can check what is wrong 

Edited by maconl (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...