| ||||||||||||
![]() |
![]() |
| | LinkBack (1) | Thread Tools | Search this Thread | Display Modes |
(#1)
|
| New Member Posts: 14 Join Date: May 2006 | I deployed Kayako on MySQL 5 and soon found I could not insert new staff or create tickets via email piping. After some digging, I found out it was due to "Out of range value adjusted for column ..." errors coming back from mysql. The "Out of range value adjusted for column ..." mysql errors are due to MySQL 5 running with a strict sql-mode. You need to edit /etc/my.cnf and change sql-mode to something like: sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" It cannot have any of the STRICT options or many of the "meta" modes like TRADITIONAL because that will also include STRICT semantics. See http://dev.mysql.com/doc/refman/5.0/...-sql-mode.html for more information. |
| | |
(#2)
|
(#3)
|
| Senior Member Posts: 3,692 Join Date: Aug 2006 Location: Mumbai, India |
31-10-2006, 02:36 PM
You do not need to set it in php.ini rather you need to edit the sql-mode setting in your my.ini file which can be found in the Windows directory. my.ini file is a MySQL config file. Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support Our Skins and Services - http://www.supportskins.com/store/ SupportSkins.com - http://www.supportskins.com/ |
| | |
![]() |
| Tags |
| adjusted, column, fix, mysql, range, sql, steps |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://forums.kayako.com/f56/steps-fix-sql-error-out-range-value-adjusted-column-mysql-5-a-7604/ | ||||
| Posted By | For | Type | Date | |
| MySQL error: Out of range value adjusted for column 'cid' at row 1 - Nationaal Computer Forum | This thread | Refback | 17-12-2007 11:31 AM | |