Any idea how to correct this.
It appears when I am trying to import the xml of package.
Quote:
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT templateid
FROM vbtemplate
WHERE
edited=1
AND title IN ('footer');
MySQL Error : Unknown column 'edited' in 'where clause'
Error Number : 1054
Request Date : Monday, April 20th 2009 @ 05:41:58 AM
Error Date : Monday, April 20th 2009 @ 05:41:59 AM
Script : ...plugin.php?do=productimport
Referrer : ...plugin.php?do=productadd
Classname : vB_Database_MySQLi
MySQL Version : 5.0.75-community-log
|
I just added "edited" field into template table of database as THINYINT with size 1 and default value 0. Then installation went correctly - but I don't more need this plug - so unintslling