cancel
Showing results for 
Search instead for 
Did you mean: 

Help- Error 503 service Unavailable 1.9.3.1 when accessing admin after setting up cron jobs

Help- Error 503 service Unavailable 1.9.3.1 when accessing admin after setting up cron jobs

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!

 

 

1 REPLY 1

Re: Help- Error 503 service Unavailable 1.9.3.1 when accessing admin after setting up cron jobs

This issue is now resolved

cleaned catalog url rewrites file

https://github.com/vladsmirnov/url-rewrites

and was running php 5.5 switched to 5.6

now able to access admin