Hello!
I'm new to Drupal. Downloaded various components (Apache 1.3.x, PHP 4.x, MySQL 4.x, Drupal 4.6.4, etc) this week and had everything running smoothly for the most part.
Then I decided that it would be a good idea to add hyperlink interactivity between pages, and so I downloaded and attempted to install the keyword_links module. I installed the tables in MySQL and activated the module. Part of the installation for that module requires applying a patch, and being short on experience, I didn't know how to apply the patch. I started to read the man pages for the patch command, but since it's Friday and it was getting late, I decided to deactivate the module, delete the files from the modules/keyword_links folder (and folder) and delete the tables and go home.
Alas! After I did all that, here's how the browser that was running the management console responded:
Fatal error: Call to undefined function: node_load() in /export/home1/u03/usr/local/apache/htdocs/kb/modules/signup/signup.module on line 175
As far as I know I didn't attempt to install the patch. I was getting ready to, but since I wasn't sure of the procedure I stopped. The function node_load() that signup.module is trying to call is in the node.module module. I can't access the administration console because of this error.
Ok, what's done is done, but how to I recover from this? I'd hate to install everything from scratch! Please help! I'm doing this as a proof-of-concept and my presentation is due next week!