Errors With Installation? - Joomla! Forum - community, help and support
after installing joomla 2.5.8 can log in end. things work , don't. when clicking on category manager error message: fatal error: allowed memory size of 8388608 bytes exhausted (tried allocate 393216 bytes) in e:\wamp\www\joomla3\administrator\modules\mod_menu\tmpl\default_enabled.php on line 366
for example: when trying view site error (before , after adding template): fatal error: allowed memory size of 8388608 bytes exhausted (tried allocate 98304 bytes) in e:\wamp\www\joomla3\templates\bt_education\html\com_content\featured\default_item.php on line 77
they using wamp , installed joomla first , added education template bonus themes manually second.
any appreciated. i'm kinda' new joomla.
for example: when trying view site error (before , after adding template): fatal error: allowed memory size of 8388608 bytes exhausted (tried allocate 98304 bytes) in e:\wamp\www\joomla3\templates\bt_education\html\com_content\featured\default_item.php on line 77
they using wamp , installed joomla first , added education template bonus themes manually second.
any appreciated. i'm kinda' new joomla.
the memory size of 8mb way small. need increase maximum memory allocation e.g. 256mb.
edit php.ini file in bin folder of apache, e.g. c:\wamp\bin\apache\apache2.2.22\bin\php.ini.
replacewith
you need restart apache service before change takes effect.
edit php.ini file in bin folder of apache, e.g. c:\wamp\bin\apache\apache2.2.22\bin\php.ini.
replace
code: select all
memory_limit = 8mcode: select all
memory_limit = 256myou need restart apache service before change takes effect.
Comments
Post a Comment