How to uninstall (disable) yabsoft seo mod manually
Hey i tried installing the yabsoft mod and when i uploaded the xml, it broke my site lol. All the bages display the error below so im wondering what i need to change in phpmyadmin so i can just disable the mod instead of reinstalling my whole forum. Thanks all for the help.
PHP Code:
Warning: require_once(yabbseo/forumhook/301.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/init.php(298) : eval()'d code on line 2
Fatal error: require_once() [function.require]: Failed opening required 'yabbseo/forumhook/301.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/genietal/public_html/study/includes/init.php(298) : eval()'d code on line 2
I don't know anything about that modification so I'm not even going to guess on how to do it within the database. You can disable all your mods by editing config.php and adding this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);
Also, not all developers want you to message them - many would rather you post in the thread so that if they are not available, someone else may be able to help.