Quote:
Originally Posted by vortodox
I have uninstalled this mod, and now I have this error on email:
Database error in vBulletin 4.0.8:
Invalid SQL:
SELECT * FROM bfeasypages
WHERE id =2 LIMIT 1;
MySQL Error : Table 'TABLE.bfeasypages' doesn't exist
Error Number : 1146
Request Date : Sunday, November 21st 2010 @ 12:34:07 PM
Error Date : Sunday, November 21st 2010 @ 12:34:08 PM
Script : http://myforumurl/pages.php?pageid=2
Referrer :
IP Address : 66.249.65.242
Username : Unregistered
Classname : vB_Database
MySQL Version :
Can someone help me with this?
|
Not sure if this will work for you but give it a try
Reinstall the mod and just disabled it but that might not install the Mysql table
so
Go to the product-bfeasypages-v1.3.5 XML edit it open it in word
You will see in the first top 3 lines
<?xml version="1.0" encoding="ISO-8859-1"?>
<product productid="bfeasypages" active="1">
<title>BF - Easy Pages</title>
Change it to
<?xml version="1.0" encoding="ISO-8859-1"?>
<product productid="bfeasypages2" active="1">
<title>BF - Easy Pages2</title>
Save it and reinstall the product once done disable the product and that will solve your database issue. I am sure some one else has an easy fix just need to wait