[Phx] Rooms Can't be Created
So, I was screwing around with room IDs when I created a room via the database.
Now, whenever I try to put a room in, it automatically goes to the id '4294967295', of course, the highest possible ID in 32 bits.
Now I need to fix this. I tried backing up rooms, truncating the table, rebooting the emu, but that didn't help. Anyone have a solution for me? :(
I guess that's why you create rooms via the room-o-matic, instead of inserting them into the db.
BUMP:
Bump :(
EDIT:
Fix, credz to God (AKA Sojobo)
Quote:
If you're using navicat, open up the table, hit Cntrl & D, go to options, you'll see a very high number that's set as your primary index, if your table is empty, change it to 1, or the highest ID you currently have + 1. Failing that just delete the table and recreate it.