Paid affiliate advertisement

Need Help With Error Message - Site has stopped working

zspecial - July 2, 2009 - 02:15

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

check if the function exists

yasheshb - July 2, 2009 - 10:57

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.

Check if you have the node

ecstasy2 - July 2, 2009 - 11:26

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??

Been a Top Drupal Project Manager one step at the time.

same issue for me

aspk - July 2, 2009 - 15:14

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

aspk - July 2, 2009 - 15:24

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

ecstasy2 - July 2, 2009 - 15:38

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.

Been a Top Drupal Project Manager one step at the time.

not familier with update manually

aspk - July 3, 2009 - 06:12

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

 
 

Drupal is a registered trademark of Dries Buytaert.