Loading...
 
Architecture / Installation

Architecture / Installation


Community page Out of Memory

posts: 6

Version 8.3 installed on FatCow

Errors on Community page. Page displays in text with error at bottom of page.

Fatal error: Allowed memory size of 18874368 bytes exhausted (tried to allocate 77824 bytes) in /hermes/web01c/b1559/moo.acceleration/lib/smarty/libs/sysplugins/smarty_internal_compile_if.php on line 147

After clearing cache
Fatal error: Allowed memory size of 18874368 bytes exhausted (tried to allocate 16 bytes) in /hermes/web01c/b1559/moo.acceleration/lib/parser/WikiParser.php on line 95
Fatal error: /lib/parser/WikiParser.php on line 95

Delete application and reinstall on FatCcow using SimpleScripts
Fatal error: Allowed memory size of 18874368 bytes exhausted (tried to allocate 19456 bytes) in /hermes/web01c/b1559/moo.acceleration/lib/usermodules/usermoduleslib.php on line 214

Note that application delete was not complete, database remained and many configured options were still selected after reinstall.

Any suggestions?

posts: 1633 Canada

Can you check tiki-phpinfo.php for the value of memory_limit ?

PHP's default value is 128 Megs

Best regards,

M ;-)

posts: 6
How do I do that? Where is the information stored?
posts: 6
FTP to tiki-phpinfo.php does not show memory_limit.

posts: 6

FatCow provides a php.ini file with memory_limit = 18M. Changing to memory_limit =128M Fixes the issue.

It took some looking to find this on FatCow, but things are working now. Thank you marclaporte for the pointer.