Cube-Space / geSuit

Plugin suite for BungeeCord
5 stars 8 forks source link

Error Creating homes sql table #38

Closed stevewall85 closed 10 years ago

stevewall85 commented 10 years ago

I just installed this plug since you took over suites and thanks for that. When i add my sql info which for this testing is root access i get a home table creation error. I pulled an error off of mysql in phpmyadmin

LATEST FOREIGN KEY ERROR

140420 10:05:24 Error in foreign key constraint of table ServerMain/homes: FOREIGN KEY fk_playerhome(player) REFERENCES players (uuid) ON UPDATE CASCADE ON DELETE CASCADE): Cannot resolve column name close to: ) ON UPDATE CASCADE ON DELETE CASCADE)

looks like a prenthesis is backwards im going to attempt to make the table manually with this info and will let you know of any other issues

*update yea i dont have enough info for making the table lol

stevewall85 commented 10 years ago

im playing with installing this again and also get [Server] SEVERE java.lang.NoClassDefFoundError: Could not initialize class net.cubespace.geSuit.managers.DatabaseManager