Nicholas Just another user:) Mar 18, 2015 58 9 Apr 24, 2017 #1 Is their a logical reason why it says "you can not place this item here" messages on the side when i try to place the moodlight
Is their a logical reason why it says "you can not place this item here" messages on the side when i try to place the moodlight
J Joe Well-Known Member Jun 10, 2012 4,172 1,955 Apr 25, 2017 #2 Any error logs? What build of emulator? Upvote 0 Downvote
Jozh New Project Coming Soon! Oct 8, 2016 122 21 Apr 25, 2017 #3 give this a shot. Turn off mysql strict mode. Run this query in your database: SET@@global.sql_mode=''; but note that you'll need to run this query every time mysql restarts, to avoid this, you can turn strict mode off in your my.ini file in mysql. if the problem pressits drop me a message :] Upvote 0 Downvote
give this a shot. Turn off mysql strict mode. Run this query in your database: SET@@global.sql_mode=''; but note that you'll need to run this query every time mysql restarts, to avoid this, you can turn strict mode off in your my.ini file in mysql. if the problem pressits drop me a message :]
J Joe Well-Known Member Jun 10, 2012 4,172 1,955 Apr 25, 2017 #4 I thought it would be that @GIF but wasn't entirely sure if there were other things causing this. Open my.ini in MySQL Replace Code: sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES with Code: sql_mode="" restart MySQL Upvote 0 Downvote
I thought it would be that @GIF but wasn't entirely sure if there were other things causing this. Open my.ini in MySQL Replace Code: sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES with Code: sql_mode="" restart MySQL
Nicholas Just another user:) Mar 18, 2015 58 9 Apr 26, 2017 Thread starter #5 I fixed it it was the mysql strict mode. Thanks! Upvote 0 Downvote