Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


500 server error
by admin
 at 2019-03-06 04:29:00.

if you get error 500 internal server error buy installing or enable or disabling modules but suddenly it works after few seconds, it's because your php memory is low. you can fix it by adding this to your php.ini file:
memory_limit = 64M
and/or add this to your site/default/settings.php file:
ini_set('memory_limit', '64M');