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
Unknown column 'image' in 'field list'
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="JayC" data-source="post: 298896" data-attributes="member: 36373"><p>Don't take his advice because obviously he lacks knowledge of how to fix errors correctly.. In your database you have things called tables.. These tables are connected to database structures that send and receive information from your CMS and EMU and thats what makes your hotel run in current time... Your CMS is telling you that there is suppose to be a column in one of your database tables called 'image' columns are different pieces of information inside of a table. Such as under Users you have User ID, Motto, Look, and a bunch of other information. Somewhere in that error it should also say what table the column image is suppose to be under. To fix this error correctly you need to find out what the image is suppose to be (The type of column) Should it be text? Numbers? Date? This is the basic way to find out what you need.. There are other information that go into creating a column such as the amount of characters, and if its a key (Which usually you don't need a key, thats for IDs)</p></blockquote><p></p>
[QUOTE="JayC, post: 298896, member: 36373"] Don't take his advice because obviously he lacks knowledge of how to fix errors correctly.. In your database you have things called tables.. These tables are connected to database structures that send and receive information from your CMS and EMU and thats what makes your hotel run in current time... Your CMS is telling you that there is suppose to be a column in one of your database tables called 'image' columns are different pieces of information inside of a table. Such as under Users you have User ID, Motto, Look, and a bunch of other information. Somewhere in that error it should also say what table the column image is suppose to be under. To fix this error correctly you need to find out what the image is suppose to be (The type of column) Should it be text? Numbers? Date? This is the basic way to find out what you need.. There are other information that go into creating a column such as the amount of characters, and if its a key (Which usually you don't need a key, thats for IDs) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Unknown column 'image' in 'field list'
Top