Log in

View Full Version : Help the world's biggest idiot save her forums!


kira
06-13-2006, 04:30 AM
Oh my lord, I'm a fool.

Okay, I was tweaking my test board and trying to add a plugin ( RSS feed on forumhome (https://vborg.vbsupport.ru/showthread.php?t=105328&highlight=rss+forumhome)). Since it wasn't working, I followed the instructions to tweak the plugin and hook location itself. That's when I goofed -- as a test I moved the plugin from forumhome_complete to init_startup, which promptly made my entire forum & admincp go kerblooey.

Now all I get is:

Fatal error: Call to undefined function: rss_feed_processing() in /home/episodic/public_html/testvb/includes/init.php(292) : eval()'d code on line 1

I went into phpmysql and went into the hook location table, removing the five RSS-related plugins that the product had added. But that hasn't done a darn thing. Hell, for all I know I just made the problem worse.

I know I deserve the frustration and panic I now feel. You may now mock, mock, mockity mock. Go ahead, I've earned it. :) But once you're through, will some kind person please help me anyway? How can I fix this dumbass error?

Things were going so smoothly ....

HELP!

Zachery
06-13-2006, 04:43 AM
Next time never edit the database directly its never recomended.

add to your config.php file

define('DISABLE_HOOKS', true);

and you should be able to login.

kira
06-13-2006, 04:59 AM
Thank you thank you thank you!

Easier than I had any right to expect it to be. :)

You're totally right, of course. I got cocky. Won't happen again.

Many thanks once more, Zachary! https://vborg.vbsupport.ru/external/2011/01/19.gif

Zachery
06-13-2006, 05:44 AM
You'll need to remove that after you fix whatever code you did remove, if you want your plugins working again.