Intallation >> Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 30720 bytes)

Hello everybody,

It’s the first time I try to install Piwik but I received this message before the first screen !

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 30720 bytes) in …/www/piwik/libs/Smarty/Smarty_Compiler.class.php on line 1088

Thank for your help.

8MB is very less memory for piwik, try increasing php memory_limit (via php.ini or .htaccess…):

try

memory_limit = 64M

regards

Yes thank a lot !!