Spiffy. : ) As I read, someone mentioned a connector? Does it require one, if so, which on is required?
Off Topic - iJakey I was wondering if you could add me on msn for a quick sec. PM Me for my e-mail. Thanks. ; )
Spiffy. : ) As I read, someone mentioned a connector? Does it require one, if so, which on is required?
Off Topic - iJakey I was wondering if you could add me on msn for a quick sec. PM Me for my e-mail. Thanks. ; )
MySQL connector 6.2.3
Rooms are bugged after 300+ online lol, you see other people from other rooms in your room and furniture in your room what not belongs too you. and they can walk on outside the walls etc.
I got it O_O.. But the emu said it needed 6.2.4 not 6.2.3 I tried both, failed. I'm going to wait for my tech to help. Thanks :)
Social Hotel
Last edited by uberCMS; 06-11-10 at 11:28 AM. Reason: :p
:l :l Error : Unknown column 'enabled' in 'where clause'.
Even When Using the Database Provided And SQL Connecter 6.2.4. Theres Been 2 Posts about this But No Answer. Someone Answer Us
Thanks. Screenie as Attachment Below.
Oh and Seriously Ignore that Newbie Bit on the Left and the Join Date. Becuase ive been Relying on Other Posts to get my answers. So Now i have Signed up. :)
<<
Last edited by jam001; 06-11-10 at 12:36 PM.
Run this query on PHPMyAdmin
Code:ALTER TABLE `navigator_publics` ADD `enabled` int(11) NOT NULL
How to fix that lol Someuser?
No, that:
Fix the Error from jam001.Code:ALTER TABLE `navigator_publics` ADD `enabled` int(11) NOT NULL
how to fix this please help me
This is user_items bug, simple to fix ;)
Fix ;) works for meCode:public uint GenerateItemId() { lock (this.ItemGeneratorLock) { uint i = 0; using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient()) { i = (uint)dbClient.ReadDataRow("SELECT SQL_NO_CACHE id_generator FROM item_id_generator LIMIT 1")[0]; dbClient.ExecuteQuery("UPDATE item_id_generator SET id_generator = id_generator + 1 LIMIT 1"); } return i; } }