Hello friends, for the first time ever installing Drupal I got this message:

SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'created' at row 1

Debian Squeeze x64

MySQL version - 5.5.24-9
PHP Version 5.4.4-9

Help me please

Comments

bailey86’s picture

This looks like it could be related to a bug in the Debian package libapache2-mod-php5filter. I've reported it here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709023

My fix was to install the package libapache2-mod-php5 which then replaced libapache2-mod-php5filter.

In fact the package libapache2-mod-php5 should be used in preference to libapache2-mod-php5filter as on the package page for libapache2-mod-php5filter it even says 'Unless you specifically need filter-module support, you most likely should instead install libapache2-mod-php5.'

This has also been reported as a bug - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709027

It could also be related to https://bugs.php.net/bug.php?id=62507