Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: bbMenu 0.1 beta


intellivision
Participant

@intellivision

Null, I couldn’t get this to work. I experienced the same issues as suleiman. I looked at your SQL, and found some errors involving your column names: you’re using mySQL keywords as column names, like “set”.

I tried

CREATE TABLE bb_menu(

sett varchar( 50 ) NOT NULL default ”,

item varchar( 50 ) NOT NULL default ”,

page varchar( 50 ) NOT NULL default ”,

location varchar( 50 ) NOT NULL default ”,

orderr int( 9 ) NOT NULL default ‘0’,

PRIMARY KEY ( sett, item )

but still got an error:

MySQL said: Documentation

#1064 – 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 ” at line 7

Notice I changed “set” to “sett” and “order” to “orderr”. I think you’re on the right track tho. Let me know if I can help further. I’ll check this thread periodically because I’d like to see this plugin work.

Skip to toolbar