Magento 1.9.3.1 After setting up cron jobs re magento site :
https://devdocs.magento.com/guides/m1x/install/installing_install.html#install-cron
* * * * * /path/to/magento/cron.sh cron.php -mdefault
* * * * * /path/to/magento/cron.sh cron.php -malways
frontend is working
admin presents login screen> logging in gives error
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.
-there is no maintenance.flg file
-I have deactivated compiler by changing the includes/config.php. At around line 28, uncomment the first line and comment out the second: originally looked like
##define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
#define('COMPILER_COLLECT_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'stat');
now is
##define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
/*define('COMPILER_COLLECT_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'stat');*/
-deleted cron jobs, renamed the cron.sh and cron.php files
-cleared all files in var/sessions and var/cache
still same problem
I use admin on a daily basis and have no idea what next to do please help!