Quote:
Originally Posted by lfpm
I can easily add a "Stand alone" link, but when i am adding a drop down link, this is what happens! :surprised:
PHP Code:
Database error in vBulletin 3.5.1:
Invalid SQL:
INSERT INTO custom_droplinks
(
url,
name,
new_window,
alt,
number,
image
) VALUES (
'http://www.test.org',
'test.org Site',
'',
'Official Site',
'',
''
);
MySQL Error : Unknown column 'image' in 'field list'
Error Number : 1054
Date : Tuesday, January 3rd 2006 @ 12:53:41 AM
Script : http://www.****.org/forum/admincp/admin_custom_links.php
Referrer : http://www.****.org/forum/admincp/admin_custom_links.php?do=add
IP Address : ********
Username : ****
Classname : vb_database
|
I'm sorry about that
Run this query in your ACP
[sql]
ALTER TABLE custom_droplinks ADD vb_image varchar(60) DEFAULT '0' NOT NULL;
[/sql]
Change the prefix "vb_" to the prefix you're vbulletin is using.
If that doesn't work re-download the product, uninstall your current one and upload the newly downloaded one.