By djstephen on
"Fatal error: Call to undefined function user_access() in /home/soadmin/public_html/site/modules/cssedit/cssedit.module on line 30"
under modules i curiously clicked something to do with CSS and now my whole site is down! how can i Fix?
Comments
Go into the drupal database
Go into the drupal database (via phpMyAdmin or whatever). find the system table, and the record for the css edit module. Change the status from 1 to 0.
http://drupal.org/node/157632
Disable the module in the db
http://drupal.org/node/157632
fixed it by moving cssedit
fixed it by moving cssedit folder out of modules folder... little bit of a flip out there.