Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Error in Plus Emu
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="NotoriousJameson" data-source="post: 406336" data-attributes="member: 65480"><p>That means you are missing a column in a table that it's calling from, so you need to look through your .sql file and find where it should have "key" at or similiar.</p><p>[doublepost=1491690812,1491690714][/doublepost]Maybe this is what you are missing: </p><p>[CODE]-- Table structure for `server_settings`</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `server_settings`;</p><p>CREATE TABLE `server_settings` (</p><p> `key` varchar(255) NOT NULL DEFAULT 'server.variable',</p><p> `value` text NOT NULL,</p><p> `description` text NOT NULL,</p><p> PRIMARY KEY (`key`)</p><p>) ENGINE=InnoDB DEFAULT CHARSET=latin1;[/CODE]</p></blockquote><p></p>
[QUOTE="NotoriousJameson, post: 406336, member: 65480"] That means you are missing a column in a table that it's calling from, so you need to look through your .sql file and find where it should have "key" at or similiar. [doublepost=1491690812,1491690714][/doublepost]Maybe this is what you are missing: [CODE]-- Table structure for `server_settings` -- ---------------------------- DROP TABLE IF EXISTS `server_settings`; CREATE TABLE `server_settings` ( `key` varchar(255) NOT NULL DEFAULT 'server.variable', `value` text NOT NULL, `description` text NOT NULL, PRIMARY KEY (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Error in Plus Emu
Top