Error trying to execute the query 'UPDATE log_visit SET location_ip = UNHEX (LPAD(HEX (CONVERT(location_ip, UNSIGNED)), 8, '0'))'. The error was: SQLSTATE[22007]: Invalid datetime format: 1292 Truncated incorrect INTEGER value: 'X²º-'
Index: trunk/core/Updates/1.4-rc2.php
===================================================================
--- trunk/core/Updates/1.4-rc2.php (revision 4535)
+++ trunk/core/Updates/1.4-rc2.php (revision 4615)
@@ -19,4 +19,5 @@
{
return array(
+ "SET sql_mode=''" => false,
// this converts the 32-bit UNSIGNED INT column to a 16 byte VARBINARY;
// _but_ MySQL does string conversion! (e.g., integer 1 is converted to 49 -- the ASCII code for "1")
*** Update *** Database Upgrade Required Your Piwik database is out-of-date, and must be upgraded before you can continue. Piwik database will be upgraded from version 1.3 to the new version 1.4. The database upgrade process may take a while, so please be patient. [!] Warning messages: * <b>File integrity check failed and reported some errors. This is most likely due to a partial or failed upload of some of the Piwik files. You should reupload all the Piwik files in BINARY mode and refresh this page until it shows no error.</b> * File size mismatch: /data/httpsdocs/webstats/core/Updates/1.4-rc2.php (expected length: 1403, found: 1436) The update completed successfuly, however there were issues during the process. Please read the above descriptions for details. For further help: * Check the [ Piwik FAQ ] which explains most common errors during update. * Ask your system administrator - they may be able to help you with the error

Error trying to execute the query 'UPDATE site_log_visit SET location_ip = UNHEX (LPAD(HEX (CONVERT(location_ip, UNSIGNED)), 8, '0'))'. The error was: SQLSTATE[HY000]: General error: 1292 Truncated incorrect INTEGER value: ''
Free Forum support is provided by the Piwik Community.
If you require any urgent or professional help, contact Piwik Professional Services team!