By rhecker on
Immediately after the install process ends, I am taken to a screen that says "Welcome to your new Drupal website!" but eveything I try to do takes me to a screen saying "access denied." If I click on ...visit the administration section," a message says Crion has not run. . .check the status report. But when I click on that, it just says "Access denied" and presents the login applet.
Thoughts?
Comments
Not sure why it happened -
Not sure why it happened - but if it's just a password problem then you can fix it with this mysql query (assuming you have a user with an id of 1)
update users set pass = md5('newpassword') where id = 1
Not a password problem
Thanks, but the page shows that I am logged in, so it isn't a password problem. It's that every page I try to access returns "access denied."