I was wondering if anyone can help me figure out why I am being routed back to the login screen even though my user account is an admin.
Is there a file I can turn off the login check temporary?
Here is the data row in the users table:
a:5:{s:6:"submit";s:18:"Create new account";s:7:"form_id";s:13:"user_register";s:16:"profile_memberID";s:8:"XXXXXXXX";s:17:"profile_firstName";s:3:"Tim";s:16:"profile_lastName";s:4:"Bock";}
In my install of 5.x I moved the base structure to another menu, and probably deleted the original admin menu. After upgrading It removed all the modules from the my moved admin menu, and thus showed nothing when I went to /admin
I would like to upgrade my Drupal site to 6.10 from 5.x. In order to to rebuild my theme, install,configure and test modules I want to build out the new site with a fresh 6.10 installation at a dev.domain.com subdomain. This would all be using a localhost database, so I see no conlflict their. But when complete I would like to move the upgraded and finished site from dev.domain.com to domain.com where I currently have a drupal site, probably just a few copy commands from shell. Will I run into any issues with cookies/sessions/apache pathing or anything else?
After running a few hundred sites on 5 its time to upgrade, so I tried my first upgrade to 6 and after doing all as instructed, replacing the files via FTP checking /sites/settings.php was correct then changing update to TRUE, I ran update.php and nothing happened! Blank page! went to index.php to see if anything happened and I got an error.