Topic: Emergency

I was fooling around with the fancy alerts extension and removed some code from the manifest.xml file.

I the refreshed the hooks and obviously there was an error because now I get HTTP ERROR 500

I cannot go in and remove the extension because I cannot uninstall it.

I used the file manager to remove but somehow I have to remove the hooks.

Any suggestions

Re: Emergency

config.php

// Disable forum hooks (extensions) by removing // from the following line
//define('FORUM_DISABLE_HOOKS', 1);

replace to

// Disable forum hooks (extensions) by removing // from the following line
define('FORUM_DISABLE_HOOKS', 1);
ForkBB
I speak only Russian  :P

Re: Emergency

Visman, that worked perfectly..

I was trying to do this
https://punbb.informer.com/forums/post/158648/#p158648

I screwed it up bigtime because I removed some code from manifest.xml and when I refreshed the hooks things went down.

Your little fix worked and as soon as aI reinstalled the extension I redid the // in the config file and everything is working great.