HTTP 500 error - php_memory_limit ?
Posted: Fri Oct 31, 2008 3:01 pm
Hello,
After having successfully testing my website in 'local', I put it on my provider's [AMEN.fr] server, where I get for many pages, but not all a "HTTP 500" error. But, generally, when I do a refresh (F5), the page is correctly displayed.
After looking at some posts on this forum, I increased the memory limit in config.php, up to 256M :
$config['php_memory_limit'] = '256M';
but the problem continues.
Does anyone know how to prevent the HTTP 500 error ?
I run CMS 1.4.1
Example of page which returns the HTTP 500 error and is displayed correctly after refresh :
http://tinyurl.com/696ne3
and many other pages on the same site.
Thank you for your help
François
After having successfully testing my website in 'local', I put it on my provider's [AMEN.fr] server, where I get for many pages, but not all a "HTTP 500" error. But, generally, when I do a refresh (F5), the page is correctly displayed.
After looking at some posts on this forum, I increased the memory limit in config.php, up to 256M :
$config['php_memory_limit'] = '256M';
but the problem continues.
Does anyone know how to prevent the HTTP 500 error ?
I run CMS 1.4.1
Example of page which returns the HTTP 500 error and is displayed correctly after refresh :
http://tinyurl.com/696ne3
and many other pages on the same site.
Thank you for your help
François