By cercamon on
I was optimize drupal's menu in administration setup, and I saw the next Fatal error:
Fatal error: Call to undefined function: node_load() in /home/content/o/p/i/myHOST/html/NAME/includes/common.inc(1857) : eval()'d code on line 10
I can't enter in the URL, and I don't know where is the problem. Anybody can help me?
Thanks
Comments
This means that you have
This means that you have managed to turn off the 'node' module, and something you have installed needs the module.
The only thing you can do is to manually re-activate the module manually by going into your database utility (mysql or phpmyadmin or whatever you use). I believe this query will do the trick:
UPDATE system SET status=1 WHERE filename='modules/node.module';-- Merlin
[Point the finger: Assign Blame!]
[Read my writing: ehalseymiles.com]
-- Merlin
[Read my writing: ehalseymiles.com]
[Read my Coding blog: Angry Donuts]