Elissatje1
New Member
- Nov 20, 2014
- 5
- 1
Hello DevBest,
I've got a problem with my Plus Emulator. When I use the FloorPlan Editor in a big room or when I try to import/export something, the following error is showing up:
I currently use PRODUCTION-201607262204-86871104.
Can someone help me out with this?
There are no error loggs.
Greetz
-----------------------------------------------------------------------------------
Solved!
With this query:
ALTER TABLE `room_models` CHANGE `public_items` `public_items` VARCHAR(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT '0';
I've got a problem with my Plus Emulator. When I use the FloorPlan Editor in a big room or when I try to import/export something, the following error is showing up:
I currently use PRODUCTION-201607262204-86871104.
Can someone help me out with this?
There are no error loggs.
Greetz
-----------------------------------------------------------------------------------
Solved!
With this query:
ALTER TABLE `room_models` CHANGE `public_items` `public_items` VARCHAR(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT '0';
Last edited: