Th3Boss Posted March 30, 2013 Share Posted March 30, 2013 I keep getting #1054 - Unknown column 'drone' in 'field list' but dont see whats wrong with it. Anyone see whats wrong? http://pastebin.com/qzuMJC4s Link to comment https://forums.phpfreaks.com/topic/276305-1054-unknown-column-in-field-list/ Share on other sites More sharing options...
kicken Posted March 30, 2013 Share Posted March 30, 2013 I would guess that you already have a subs table in your database which does not have the drone column defined. Drop the table before you run that SQL script. Link to comment https://forums.phpfreaks.com/topic/276305-1054-unknown-column-in-field-list/#findComment-1421890 Share on other sites More sharing options...
Th3Boss Posted March 30, 2013 Author Share Posted March 30, 2013 I would guess that you already have a subs table in your database which does not have the drone column defined. Drop the table before you run that SQL script. Thanks, that was it. Link to comment https://forums.phpfreaks.com/topic/276305-1054-unknown-column-in-field-list/#findComment-1421891 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.