Hi, this is somehow related to issue http://drupal.org/node/1302692.

I was working on ckeditor wysiwyg custom css files when it first happened. It happened right after I moved ckeditor content.css to my omega subtheme files, change the editor css location to 'Define css' and put in the location and click 'save' ... WSOD.

I Restarted vps, clearing the cache and all and im still unable to get into my admin page. I changed another user to become an administrator (direct db edit) and i am able to get into my admin page(as that user) and resetting the ckeditor wysiwyg css to theme css and I still get WSOD upon logging in as UID 1.

Looking into my nginx error log I got this error:-

FastCGI sent in stderr: "PHP Fatal error: [] operator not supported for strings in sites/all/themes/omega/omega/includes/omega.theme.inc on line 183" while reading response header from upstream, client: xxx.xxx.xxx.xxx server: example.com, request: "GET /users/mysuperadminname HTTP/1.1", upstream: "fastcgi://unix:/tmp/phpfpm.sock:", host: "example.com", referrer: "http://example.com/user/login"

I am unable to login as superadmin (UID 1) even after disabling all wysiwyg related modules and the error log keeps giving me the same error. I have tried the omega dev version to no avail as well.

Hope someone could shed some light into this.

Comments

moochiku’s picture

Hmm ... the only wy to recover from this is to use your backup database. i.e from backup and migrate which I have before meddling with wysiwyg module css custom path. It must have something to do with a wrong path to css being set in the custom location field.

moochiku’s picture

Still having this problem with reference to line omega.theme.inc on line 183. I really cant provide a way to reproduce this as it happens during normal admin page browsing(trying to access content types page). Seems that once it hits you you are stuck with it. Even stranger it seems that i am the only one facing it ... huhu .. back to the backup db.

cellar door’s picture

Status: Active » Closed (duplicate)

Going to close this down as a duplicate of http://drupal.org/node/1302692 and continue the troubleshooting there as it appears they are related