Hi I am running a wordpress site and it is hosted on Microsoft Azure as a website and the mysql is a linked resource.
I am using 'Dynamic Widgets' and getting this error
"WARNING STRICT sql mode in effect. Dynamic Widgets might not work correctly. Please disable STRICT sql mode."
The error causes the data to not actually save even though it says it does, but I checked the DB and it does not.
I have read how to fix it, unfortunately the database sql mode cannot be changed on Azure hosted sites. Is there anything I can do to make this plugin compatible with the strict mode that is set?
I am familiar with php, so that wouldn't be a problem, I just don't know where to start on this problem.
Thanks,
Kevin