Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.7
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
18 May 2013 at 15:29 UTC
Updated:
27 Apr 2014 at 20:30 UTC
Jump to comment: Most recent
After all of the requirements have been met by the installation I am constantly getting the following error message (screenshot attached).
SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'created' at row 1
This is on Linux Debian 7.
| Comment | File | Size | Author |
|---|---|---|---|
| installError.png | 24.58 KB | paulricco |
Comments
Comment #1
jsacksick commentedhttp://demo.commerceguys.com/ck/ is using the 2.7 and has been installed successfully, which database management system are you using ?
Comment #2
bailey86 commentedThis 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
Comment #3
jsacksick commentedThanks for the feedback ! we should probably document that here (http://www.drupalcommerce.org/commerce-kickstart-2/troubleshooting-kicks...)
Comment #4
joshmillerThis was definitely off my RADAR ... making a list and checking it twice today.
Josh
Comment #5
lsolesen commented