Quote:
Originally Posted by Andy.H
Having trouble installing ikeep gett,
Code:
Database error in vBulletin 4.2.0:
Invalid SQL:
UPDATE vb4_dbtech_gallery_images gia
JOIN vb4_dbtech_gallery_images gib ON gia.imageid = gib.imageid
SET
gia.title_clean = gib.title;
MySQL Error : Unknown column 'gia.title_clean' in 'field list'
Error Number : 1054
Request Date : Monday, April 1st 2013 @ 11:10:43 PM
Error Date : Monday, April 1st 2013 @ 11:11:08 PM
Script : beta/vb/admincp/plugin.php?do=productimport
Referrer : beta/vb/admincp/plugin.php?do=productadd
IP Address : 88.88.888.88
Username : *****
Classname : vB_Database
MySQL Version : 4.1.21-max
Hope you can help,
Many thanks
|
Does vB 4.2 support a mysql 4.1.x database?
It might be that it couldn't add the field because of the mysql version. If you're comfortable with it you can create the field in the dbtech_gallery_images table. It's just a varchar field, set it to 255 characters.
Dylan