Check your rooms table, is there blank entries with no 0 or 1 in them? If yes, that’s your issue.Clients stuck at 76% and gets this error
You must be registered for see links
Can anybody help?
It’s 6:32am for me and I’m on my phone. I might not be much help right now but sure.Could you pm me please?
ALTER TABLE `rooms` CHANGE `allow_pets` `allow_pets` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_pets_eat` `allow_pets_eat` INT(1) NOT NULL DEFAULT '0', CHANGE `room_blocking_disabled` `room_blocking_disabled` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_hidewall` `allow_hidewall` INT(1) NOT NULL