I have a new install (D7.10) with a slightly modified Marinelli theme. Was just fine-tuning the final site and I enabled the Statistics module, upon which it displayed my user account page. Since then I have not been able to access any admin page. I can log in, I can edit add or delete content, and the site front-end appears to work just fine. But when I try to access an admin page it just goes to my user account after about 30 seconds. I tried deleting the Marinelli theme and also deleting the Statistics module, to no avail. Any advice appreciated.

Comments

nohup’s picture

If so, look at the watchdog table, it will have a log of what is going on

If you own it, tone it.

harmonica’s picture

type = php
message = %type: !message in %function (line %line of %file).
variables = [BLOB - 479 B]
severity = 3
location = http://mysite.com/admin/settings

and these are the same for any other admin location (e.g., http://mysite.com/admin/modules, etc.)

It doesn't mean anything to me - any ideas?

Thanks!

voyelle’s picture

I can't access the admin pages through user 1. Each time user 1 login, I get a WSOD. But any other user role can login. I checked the watchdog table and I get this type of error:

type = php
message = %type: !message in %function (line %line of %file).
variables = [BLOB - 330 B]
severity = 5
location = http://mysite.com/user

Also I tried printing php error and I get this error :
Fatal error: Exception thrown without a stack frame in Unknown on line 0

All admin/* links give WSOD. I don't have any idea where to look. I am running Drupal 7.10

Did you find a clue on this? or Anyone else has an idea about this?

Thanks!!

bachomp’s picture

I am having exactly the same issue.

I have tried assigning administrator rights to another user and still no luck.