Connection Refused db error

12/05/2017 12:11 sanyihun16#1
Hello everybody this my prolbem run server and connection refused this syserr db:
[Only registered and activated users can see links. Click Here To Register...]
How to fix?
12/05/2017 17:44 ZiriX#2
Quote:
Originally Posted by sanyihun16 View Post
Hello everybody this my prolbem run server and connection refused this syserr db:
[Only registered and activated users can see links. Click Here To Register...]
How to fix?
mysql_query error: Unknown column 'costume' in 'field list'

Maybe "costume" is missing as a column in the table item_attr.
Try to add this one...
12/08/2017 11:19 DevBlade#3
"InitializeItemAttrTable: no result from item_attr"

The system is trying to load the item_attr database, but it seems like that it doesn't exist or you cleared it by mistake. Just restore this table or use a clean one from another database and the error will be fixxed.