500 server error
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 = 64Mand/or add this to your site/default/settings.php file:
ini_set('memory_limit', '64M');