Check any furniture you've recently added to your hotel.You must be registered for see links
The problem is that i just created the hotel. Downloaded everything from ***** + i use BrainCMS. So i haven't changed anything..Check any furniture you've recently added to your hotel.
In the furniture table look for the column "height_adjustable", and make sure none of them are set to blank (should be 0), being sure to also check you've removed any trailing comma's for items you've set to have multiple heights.
The problem is that i just created the hotel. Downloaded everything from ***** + i use BrainCMS. So i haven't changed anything..
SELECT * FROM `furniture` WHERE `height_adjustable` LIKE '%,' OR `height_adjustable` = '';
Thanks! This worked.This fix is pretty simple... change from "." To "," on your pc. Press windows button + r. Search for intl.cpl then hit enter. A menu will pop up. Press on additional settings. Then change decimal symbol to the one you don't currently have(can't remember which). Then hit apply and your problems should be solved.
SpreedBloods methos worked. Thanks for helping!Code:SELECT * FROM `furniture` WHERE `height_adjustable` LIKE '%,' OR `height_adjustable` = '';
All good, I always forget about changing the systems default decimal. I just thought you had added some new furniture incorrectly. Glad you was able to fix itThanks! This worked.
SpreedBloods methos worked. Thanks for helping!
Now when i go into catalogue and press a furniture i get kicked to /me page, you have an idea of why?All good, I always forget about changing the systems default decimal. I just thought you had added some new furniture incorrectly. Glad you was able to fix it