[support] PHP memory error

Ken Robinson kenrbnsn at rbnsn.com
Fri Sep 21 23:06:55 UTC 2012


At 06:19 PM 9/21/2012, Anthony wrote:

>php.ini at home3/tonymacc  has only two lines
>php_value memory_limit = "128M"
>magic_quotes_gpc off
>
>php.ini at home3/tonymacc/public_html  has a full blown php.ini with the line:
>php_value memory_limit = "128M".

You have the wrong format in your .ini file. It should be like
memory_limit = 128M
magic_quotes_gpc = Off

The php_value lines go in the .htaccess file.

Ken 



More information about the support mailing list