How to change Developer Portal from maintenance mode to online mode

Hi

Somehow I tried to update the modules when I saw some warning for Security updated on Modules menu.

I downloaded the modules but was not able to install them.

Now the Developer Portal has gone into maintenance mode and I can't access the landing page with drupal menu. Please see the screenshot attached.

Now I want to enable the online mode again. please help

Thanks

developerportal.png

Solved Solved
0 5 589
1 ACCEPTED SOLUTION

Dear @GAURAV ,

There are two ways using which you can bring your portal online.

Using UI :

  • Navaigate to user/login page
  • Login as Admin
  • Navigate to , admin/config/development/maintenance
  • Uncheck Maintenance mode

1702-screen-shot-2015-12-22-at-13541-pm.png

Using Drush :

You can use drush to disable maintenance mode.

drush vset maintenance_mode 0;
drush cc all;

View solution in original post

5 REPLIES 5

Dear @GAURAV ,

There are two ways using which you can bring your portal online.

Using UI :

  • Navaigate to user/login page
  • Login as Admin
  • Navigate to , admin/config/development/maintenance
  • Uncheck Maintenance mode

1702-screen-shot-2015-12-22-at-13541-pm.png

Using Drush :

You can use drush to disable maintenance mode.

drush vset maintenance_mode 0;
drush cc all;

Thanks @Anil Sagar

Thanks a lot. The solution provided here works.

Hello. This solution is not works for last version (4.19) because I can not enter in Admin mode, neither drush command works. Is there any solution?

@Rafael Fernandez
Administrative interface or Drush are the two known ways for enabling / disabling maintenance mode. You have two options:

1. Find the site admin in your organization. Ideally an operation like putting the site in maintenance mode should be performed by a user with required admin privileges.

2. Report the issue you are facing with drush as a new community post.

Arun