Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Upgrade to 2.6 - cannot enable Advanced Editor plugin
Hi
I was successfully able to upgrade my forum from 2.3.1 to 2.6 with some effort.
Repeatable steps to get error message:
I have the Baseline theme enabled.
I have no plugins enabled.
When I try to enable the Advanced Editor plugin (ver 1.8.1) I get this error message:
"Incorrect datetime value: '0000-00-00 00:00:00' for column 'DateInserted' at row 1"
I have $Configuration['Garden']['Debug'] = true; set in my config file.
Any help to address this is most appreciated.
Thanks,
Chris
0
Comments
Sounds as if you run MySql in strict mode. You have to turn strict mode off for Vanilla
I am noticing a lot of instances here in the forum directing users to turn off strict mode. Am I correct in saying this is skirting the larger issue of invalid data - would it not be preferable to check data before attempting to insert into the db?