Hi,
i just moved my site tonigt from http://playground.oneinsixbillion.de to http://www.thephunkmasters.de.
Everything is working so far, but not the Menu.
If I do the following
System > Manage Store > Default Store View, Save Store View
The menu is displayed again. If I then click the menu point, e.g. "Home" the menu dissappears again.
I’ve enabled the Developer logs. Please find the log attached.
If I then repeat System > Manage Store > Default Store View, Save Store View
the menu is displayed again.
When I go to System > Manage Store > Default Store View
"Before modifying the store view code please make sure that it is not used in index.php."
is displayed as a message. Might that be the error?
Maybe some acces rights are wrong? I’ve set them like this
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
chmod -R 777 app/etc/
chmod -R 777 media/
chmod -R 777 var/
Any help appreciated.
Regards,
Daniel
3 answers
If I disable JM Mega Menu my menu is working.
I have currently disabled the menu until I find a solution.
You can still see the error on http://playground.oneinsixbillion.de
Hi Sherlock,
thanks a Thousand times!!! It’s working now and the Shop is up and running
Also thanks a lot for all your help during the last weeks. I really appreciate it!
I will buy joomlart stuff in future
To fix my issued I did the following as mentioned in the other thread you posted
In the file app\code\local\Wavethemes\Jmmegamenu\Block\Jmmegam enu.php
I added this line right below the parent::__construct();
PHP Code:
$this->addData(array('cache_lifetime' => null));
After that it was working immediately. No flushin of Cache was required.
Cheers,
Daniel
This question is now closed