bradley1996
Member
- Oct 11, 2011
- 30
- 0
Can Someone Please Help Me With My UberCMs 2 Client
It Loads up Perfects.
Then Disconnects
Screenshots:
Then My Emu Does This:
run this in your db:System.ArgumentException: Column 'hide_online' does not belong to table .
at System.Data.DataRow.get_Item(String columnName)
at MySql.Data.MySqlClient.Properties.PaintEventTip.Bind(DataRow path, String value, ViewMethod valuePredicate, Sink valueAltered)
at MySql.Data.MySqlClient.Properties.ViewMethod.And(String right)
Did you even runSystem.ArgumentException: Column 'hide_online' does not belong to table .
at System.Data.DataRow.get_Item(String columnName)
at MySql.Data.MySqlClient.Properties.PaintEventTip.Bind(DataRow path, String value, ViewMethod valuePredicate, Sink valueAltered)
at MySql.Data.MySqlClient.Properties.ViewMethod.And(String right)
Then, yeah it's already in there. Try running your emu, connection to the hotel then see if it let's you or another error, if another error then post it.yes when i run it its say #1060 - Duplicate column name 'hide_room'
ALTER TABLE `users` ADD COLUMN `vip` enum('0','1') NOT NULL DEFAULT '0';got a new error System.ArgumentException: Column 'vip' does not belong to table .at System.Data.DataRow.get_Item(String columnName)at MySql.Data.MySqlClient.Properties.PaintEventTip.Bind(DataRow path, String value, ViewMethod valuePredicate, Sink valueAltered)at MySql.Data.MySqlClient.Properties.ViewMethod.And(String right)Would it be easyier to send me a workin database
ALTER TABLE `users` ADD COLUMN `volume` int(3) NOT NULL DEFAULT 100;System.ArgumentException: Column 'volume' does not belong to table .
at System.Data.DataRow.get_Item(String columnName)
at MySql.Data.MySqlClient.Properties.PaintEventTip.Bind(DataRow path, String value, ViewMethod valuePredicate, Sink valueAltered)
at MySql.Data.MySqlClient.Properties.ViewMethod.And(String right)