@mvlcek
I'm getting this error on 3.3.9 - website currently has 96 pages, max 3 levels in menu, memory limit is 256MB
.. so it's $pages = self::getPages(); but I don't understand why it has problems
I'm getting this error on 3.3.9 - website currently has 96 pages, max 3 levels in menu, memory limit is 256MB
Code:
PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 262144 bytes) in /public_html/plugins/i18n_navigation/frontend.class.php on line 127
.. so it's $pages = self::getPages(); but I don't understand why it has problems