Hi there,
I'm struggling to get this mod installed, I am using VB 3.6.8
When I import the XML file I get database errors, these were caused for the custom_droplinks and custom_singlelinks tables. Both the tables already existed so I backed them up (despite both having zero records) and then dropped each. Importing the XML has created them again without any errors but the I am stumped by the next error:-
Quote:
CREATE TABLE `custom_droplinks_cat` (
`catid` INT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY , `title` VARCHAR( 100 ) NOT NULL , `permissions` VARCHAR( 100 ) NOT NULL , `display` TINYINT( 2 ) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE = MYISAM ;;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ENGINE = MYISAM' at line 6
Error Number : 1064
|
Apologies if this has been mentioned previously... I am looking back through the thread to try to find what the problem is - any help will be much appreciated.
DAN