I am suddenly getting this error message on the site's main page:

Fatal error: Call to undefined function node_load() in /home/zspecial/public_html/fixlearning.com/includes/menu.inc on line 410

Who can help me fix it and how much will it cost me?

David@learning100.com

Comments

yasheshb’s picture

please do the following if u are running d6 and have ssh access

1 - check if the file exists
$ ls -l /home/zspecial/public_html/fixlearning.com/modules/node/node.module

2 - if it exists
$ grep "function node_load" /home/zspecial/public_html/fixlearning.com/modules/node/node.module

you should see - function node_load($param = array(), $revision = NULL, $reset = NULL) {

if not than something is wrong with your drupal 6 install.

yashesh bhatia.

Yashesh Bhatia

ecstasy2’s picture

Check if you have the node module inside you /modules/ directory.
If it exist open the node.module file to see if it contains node_load function.

B.t.w: have you made some change to your drupal install these days??

aspk’s picture

Fatal error: Call to undefined function node_load() in /home2/aspkcomt/public_html/includes/menu.inc on line 410

I got this error message after installing some updates on drupal, and then delete the update in my module files. also I have switched my site off for maintenance and then the error kicks in. Now my site is simply not showing.

Anita

aspk’s picture

and btw I checked my node module there is no node_load in it. what should I do?

THANKS So much

ecstasy2’s picture

this is not a normal state of a drupal 6 install.
Update manually your drupal install to the lastest one.
If you are not familiare with such manipulation, drop me a mail and i'll try to help you.
Regards.

aspk’s picture

yes, I am not familier. Could you hlep? THANKS