By zspecial on
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?
Comments
check if the function exists
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
Check if you have the node
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??
same issue for me
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
node.load
and btw I checked my node module there is no node_load in it. what should I do?
THANKS So much
this is not a normal state of
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.
not familier with update manually
yes, I am not familier. Could you hlep? THANKS