ryanhowdy / fcms

Family Connections - Create a private family website.
http://www.familycms.com
GNU General Public License v2.0
83 stars 41 forks source link

MySQL no longer allows all 0 datetimes #562

Closed ryanhowdy closed 4 years ago

ryanhowdy commented 6 years ago

Assigned to Problems, Issues and Bugs #17705. Several problems exist:

1) $connection->error() is wrong, it's not a method, should be $connection->error instead.

2) DATETIME no longer allows all 0 dates. This unfortunately is used in a ton of places in FCMS.

Maybe the solution: https://github.com/dreamwidth/dw-free/issues/1822#issuecomment-243818341