MyBB Community Forums

Full Version: YourCode having issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I try to install yourcode, I get a error:

 #1366 - Incorrect integer value: ''


I have not figured out where to find this error in the script and how to resolve it. Can someone help me resolve it?

I love this plugin but it seems that the author stopped managing it.

I am using wamp 3.0.6 64bit ran as admin on win 10 x64.
running latest mysql.

I even tried using the phpmyadmin and no luck either.

I think I may of found the issue.

5.7.4 of mysql has a sql-mode enabled.

I changed it to "" and it worked.
I think you got it working, but if not, give me more details and I will try to help.
(2017-09-01, 01:47 PM)Wildcard Wrote: [ -> ]I think you got it working, but if not, give me more details and I will try to help.

Yes, it was my wamp settings. I did not realize it had strict mode on. Normally my wamp don't.

it was the

sql_mode = '' in mysql.ini.

https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html

I found out through this.