Quote:
Originally Posted by The Chief
This is an error I recieved when installing the new version (got this by email)
Quote:
Invalid SQL:
Select imgid,imgfile,imgname,thumbname,imgfilesize,imgwid th,imgheight,imgdate,imgprivat e FROM vbimghost Where imgprivate=0 AND userid=11404 ORDER by imgdate LIMIT 0,5;
MySQL Error : Unknown column 'thumbname' in 'field list'
Error Number : 1054
Date : Monday, August 7th 2006 @ 02:39:10 PM
Script : http://forums.myetalk.com/vbimghost....mages&id=11404
Referrer : http://forums.myetalk.com/member.php?u=11404
What's this error??
|
upload the product again chief
and allow the overwrite
it will alter the table to add the field
or you can just run the following Quary in your database
Code:
ALTER TABLE " . TABLE_PREFIX . "vbimghost ADD thumbname VARCHAR( 250 ) NOT NULL AFTER imgname
remmber to replace TABLE_PREFIX with the on you set in the config.php