Quote:
Originally Posted by bada_bing
1- what is ur forum version?
Version 3.6.4
2- what is the error u have ? (right click >> choose shopw source to get the error text)
Here is the error I get when viewing the source
HTML Code:
<!--
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT `threadid` FROM `coder_autoreply` WHERE dateline < 1170882546;
MySQL Error : Table 'cpets.coder_autoreply' doesn't exist
Error Number : 1146
Date : Wednesday, February 7th 2007 @ 03:09:06 PM
Script : http://www.captivepets.com/forums/index.php
Referrer :
IP Address : 67.59.x.x
Username : Unregistered
Classname : vb_database
-->
3- can u login to the admincp now? NO
|
it is because u tried to uninstall the product in a wrong way by deleting the table...
solution:
disable the plugins system by following these steps:
Quote:
To disable the plugin/hook system open your config.php which can be found in your forumroot/includes directory
Just below
Code:
<?php
enter
Code:
define('DISABLE_HOOKS', true);
and save the file.
|
then go uninstall the product from the admincp
then remove the line to enable the plugins again