Page 1 of 1

Chyba: Fatal error: Allowed memory size of 16777216 bytes exhausted

Posted: Wed Dec 29, 2010 8:17 am
by Cody
Zdravím,

při upgradu na verze 1.9.x se mi u jednoho webu objevuje chyba:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 524223 bytes) in /home/www/domena.cz/www/lib/test.functions.php on line 1360
Předpokládám, že to znamená, že hosting má nastvenou nízkou php_memory a novější verze CMS MS jsou náročnější. Myslím si to správně?

Mám tento hosting (ano vím, že není kvalitní) http://kapusta.cz/tarif_malina

Díky za odpovědi.

Re: Chyba: Fatal error: Allowed memory size of 16777216 bytes exhausted

Posted: Wed Dec 29, 2010 10:10 am
by RonnyK
sorry for replying in English. Increase the memory_limit in php.ini (if you have access), and otherwise try increasing the memory_limit in config.php, set it to 24M f.e.

Ronny

Re: Chyba: Fatal error: Allowed memory size of 16777216 bytes exhausted

Posted: Wed Dec 29, 2010 10:35 am
by Cody
RonnyK wrote: sorry for replying in English.
No problem, thanks for notice.
RonnyK wrote:Increase the memory_limit in php.ini (if you have access),
I have not access.
RonnyK wrote:and otherwise try increasing the memory_limit in config.php, set it to 24M f.e.
I tried, but not solved. I am afraid I have to change webhosting with better conditions.