if i run the installscript i get the following errormessage:
Quote:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 475209 bytes) in /home/htdocs/web41/html/includes/class_core.php on line 404
What can i do? I've reuploded a class_core.php from a fresh downloaded package, but the failure still exists.
The plugin system works by storing all plugin code for all scripts in memory, so you can quickly find your plugins using large amounts of memory if they contain a lot of code.
Last edited by Zachariah; August 2nd, 2006 at 07:52 PM.