By mdroste on
Yesterday I've update my site from 4.63 to 4.7-rc3.
First I've make a backup of my database with mysqldump.
Then I replaced all Drupal files in my web directory.
Then - login as admin - run the update.php.
After that I seems 4.7 run.
Under settings site maintenance I switch to the offlline mode. I know theres a lot to do before going online.
Offline mode works. You can see it here: www.go-with-us.de.
But it's not possible to login as admin anymore. No error. Nothing happens.
One note: on this server I have a Drupal Multisite Installation.
After the update yesterday my other sites still works.
www.learn-php.de, www.joblooker.de
Any help welcome.
Thanks
meinolf
Comments
did you tried http://www.go-with-us.de/user
did you tried http://www.go-with-us.de/user, right?
If so, edit your 'variable' table manually and remove the 'site_offline' variable from it.
Of course
Yes.
And now I removed the variable 'site_offline' with
delete from variable where name = 'site_offline';But the site is still in offline mode!
meinolf
--
go with us - learn php
--
mdwp*
Truncate cache
Ok, I truncate table 'cache'. Now the site is in Online-Mode.
But I still can't login.
And, please take a look at the frontpage - there is no content. But in my node table are 2046 rows.
What happens here?
--
go with us - learn php
--
mdwp*
I get no new password
Strange.
Here's what I get per e-mail, after request a new password.
username: mdwp
password: %password
?????
meinolf
--
go with us - learn php
--
mdwp*
Password
Although not directly related to your problems: http://drupal.org/node/46955 contains more information about the removal of %password expansion.
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.
I still want to make my site work again
Please, if you like register yourself as a new user at www.go-with-us.de and see what you get.
And take a look at the strange homepage. There's all gone.
meinolf
--
go with us - learn php
--
mdwp*
You did a database backup
That's it. You have a backup of your database. Restore it and then run the update.php again.
I've done this
more than once. I've setup a new database and run the update .php again.
But the result is always the same. No content, not able to login, no site.
meinolf
--
go with us - learn php
--
mdwp*
an idea
did you removed all the files before the update? you must remove themes to from your themes directory. Probably you did, but ...
I try it once more time
Maybe the best.
I go through all steps one more time.
meinolf
--
go with us - learn php
--
mdwp*
I did it
I've delete all Drupal files.
Then I copy all files from the Drupal 4.7-rc3 version to my server.
Run update.php.
And - nothing happens.
My other sites which I run with the same Drupal instance works properly but not this one.
Don't know what to do.
meinolf
--
go with us - learn php
--
mdwp*
Another strange behaviour
If I send a request to my site like this http://www.go-with-us.de/node/2167
I get a access denied message.
If I request the site direct via www.go-with-us.de I see a listing of all my nodes (please, look at the pager - there are 129 pages) with no content.
meinolf
--
go with us - learn php
--
mdwp*
You have a theme: lincolns
You have a theme: lincolns revenge: remove it. Disable some of your modules, remove them if is necessary.
I give it a try
But after my fresh installation I've no other themes or modules as shipped with Drupal.
One thing worth to mention.
If I use another DB of my server (DB of swf-info.de for example) all works fine.
meinolf
--
go with us - learn php
--
mdwp*
I listed the steps I did to
I listed the steps I did to arrive at this http://www.blkmtn.org/node/325
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
RC->4.7Final, can't log in
I can't login either. It says nothing when I try, the login page just reloads..
Info:
- Updated from the previous RC, or the one before that to 4.7 Final
- /user aliased to /usr because the host has "controlpanel" on /user (same with admin)
error.log spits out many lines of:
[Mon May 01 21:33:15 2006] [error] [client 62.73.58.167] PHP Notice: Undefined variable: GLOBALS in /var/www/html/includes/bootstrap.inc on line 142
Me too
the same as you
This is very frustrating
I'm having the exact same problem!
I put my site off-line to work. Then tried to log as an admin and I get the message that "this site off-line for maintenance."
How the heck do I get back on?
I installed from 4.6 to 4.7 just tonight.
Thank anyone for their help.
Please, take a look
at my thread here http://drupal.org/node/59599 and how we solved my problem.
May be it's usefull for you too.
Meinolf Droste
--
http://www.go-with-us.de
http://drupal.mdwp.de
--
mdwp*
Troubleshooting FAQ
Login via
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.
Cannot login in offline mode
This failed for me until I cleared the relevant cookies in Firefox or used IE.
thanx
yes. i cleared the cookies and i had no more problems trying to login into my offline site. why didn't i think of it?