Next nice day and next problem about I hope nothing

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 24 bytes) in /datasan/www/vhosts/tomtomrepairteam.co.uk/httpdocs/prepare.php on line 176





Hello just was wondering if someone does not know what could mean :-) Need I change hosting maybe ? :-)





thanks Marian

[quote name=‘tomtomrepairteam’ timestamp=‘1317762220’ post=‘122919’]

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 24 bytes) in /datasan/www/vhosts/tomtomrepairteam.co.uk/httpdocs/prepare.php on line 176





Hello just was wondering if someone does not know what could mean :-) Need I change hosting maybe ? :-)





thanks Marian

[/quote]



Hi, everytime you get some error, copy and paste it in google. You will find a billion others that got this error before and posted on forums. Many of them will have solutions. Here is what I found:



Fatal error: Allowed memory size of 8388608 bytes exhausted - vBulletin Community Forum



open php.ini



look for

memory_limit = 8M



change this to



memory_limit = 16M



You’ll find that a few things are memory intensive, rather than processor intensive. Increasing the limit and restart apache will fix this.



Note: You need to restart Apache after making any changes to php.ini.



This might not be the solution but google it and you will find something I’m sure if you don’t get any help here.



Good luck,



D.

[quote name=‘tomtomrepairteam’ timestamp=‘1317762220’ post=‘122919’]

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 24 bytes) in /datasan/www/vhosts/tomtomrepairteam.co.uk/httpdocs/prepare.php on line 176





Hello just was wondering if someone does not know what could mean :-) Need I change hosting maybe ? :-)





thanks Marian

[/quote]



Maybe you need to increase



// Set maximum memory limit

@ini_set(‘memory_limit’, ‘48M’);



in config.local.php

I got the same problem.



My e-commerce has:

1 category

1 product

3 global options



This is concerning…






[quote name='Darius' timestamp='1317792442' post='122939']

Maybe you need to increase



// Set maximum memory limit

@ini_set('memory_limit', '48M');



in config.local.php

[/quote]

Here what is causing the problem is htmlspecialchars_decode as $revert is set to true.


[quote name='igasparetto' timestamp='1319212030' post='124250']

I got the same problem.



My e-commerce has:

1 category

1 product

3 global options



This is concerning…

[/quote]