I logged in as administrator. I made the site off-line under site maintainance and logged out. Now i am not able to enter the site. It gives the message site offline. what should i do? Please can any body clarify.

thanks
ramana

Comments

cog.rusty’s picture

ramanakallil’s picture

ye i went there. it shows
Server Configuration

Tools

Your Projects

Your Aliases

now what should i do
thanks
ramana

cog.rusty’s picture

That should show you a login page.

By "yoursite.com" I mean your Drupal site. By "user" I meant the word "user". If it doesn't work then there must be a problem with your setup and I can't say anything more without knowing all the details.

ramanakallil’s picture

i am working on a localhost. now i typed http://localhost:8084/mysite/?q=user
It is not going to the login page but giving a message

Site off-line
mysite Site is currently under maintenance. We should be back shortly. Thank you for your patience.

thanks
ramana

cog.rusty’s picture

Hmm... this was not supposed to be happening in the user page.

Anyway, you can look in the "variable" table in database for an entry with name site_offline and value s:1:"1"; and change the value to s:1:"0";

Another way, without doing anything in the database, is to override that value in your settings.php file:

 * To override specific entries in the 'variable' table for this site,
 * set them here. You usually don't need to use this feature. This is
 * useful in a configuration file for a vhost or directory, rather than
 * the default settings.php. Any configuration setting from the 'variable'
 * table can be given a new value. Note that any values you provide in
 * these variable overrides will not be modifiable from the Drupal
 * administration interface.
 *
 * Remove the leading hash signs to enable.
 */
$conf = array(
'site_offline' => '0',
#   'site_name' => 'My Drupal site',
#   'theme_default' => 'minnelli',
#   'anonymous' => 'Visitor',

(I have uncommented the $conf line and added one line under it)

Then log in to your site, set the site to "online" and restore your setings.php file to what it was before.

ramanakallil’s picture

Thanks rusty,
I have sorted out the problem. what i did was i copied the drupal-6.1 during the installation and named the new folder as mysite and i was accessing through
http://localhost:8084/mysite.
Now i tried the http://localhost:8084/drupal-1.6, then i got the adminstration panel.

by the by thanks for your advice

ramana

heather’s picture

Usability dead forum post pruning

1) This forum is no longer actively used. Please do not post in this forum or reply to this post, it will help us to keep the usability issues clear. Thank you for your help!
2) This is a feature or support request or other not related to Drupal usability.

Please see the appropriate issue queue http://drupal.org/project/issues or group on http://groups.drupal.org

If this had been a suggestion for Drupal usability improvements, I would have added the issue to the queue and posted the link here.

------------------------------------------------------------------
"Knowledgeable in Some Matters" http://nearlythere.com/