Closed (fixed)
Project:
Droptor
Version:
7.x-2.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Dec 2010 at 15:52 UTC
Updated:
13 Jan 2011 at 18:06 UTC
I had to uninstall this module on my blog because it was causing very odd behaviour on the homepage for anonymous users... (reporting that 'an error had occurred') Digging into the watchdog logs, I was getting the following error:
PDOException: SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'execution_time' at row 1: INSERT INTO {droptor_memory} (q, memory, execution_time, dt) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3); Array ( [:db_insert_placeholder_0] => user [:db_insert_placeholder_1] => 4084576 [:db_insert_placeholder_2] => 1293752174415 [:db_insert_placeholder_3] => 1293752174 ) in droptor_exit() (line 144 of /[...]/sites/all/modules/droptor/droptor.module).
Comments
Comment #1
jemond commented@jrguitar21,
Thanks for your note. I'm sorry for the trouble.
I applied a patch to the D7 dev snapshot of the module last week that I think addresses this. I will confirm this weekend and let you know.
The patch is included in the version 3.0 of the module coming out on Sunday. I will update this note then.
Thanks!
jpe
Comment #2
jemond commented(Also, you can stop this error by disabling memory logging. This is in the settings for the Droptor module on your site.)
Comment #3
jemond commented@jrguitar21 - I can confirm this is fixed in version 3 of the module being released tomorrow. I'll update this ticket when the module is released.
Comment #4
jemond commentedHi @jrguitar21,
We have just released version 2.2 of the module for Drupal 7. This includes the patch that addresses this issue. Would you kindly update your site to this new version, and let me know if you run into any issues?
If there is anything we can do to help, kindly let me know.
Thanks,
jpe
Comment #5
jwilson3Sure, I'll reenable and give it a try.
Comment #6
jemond commentedThanks!
Comment #7
jwilson3Hrm, even after updating to 2.7, now I'm getting this error on droptor.com:
Comment #8
jwilson3slightly confused by comment #3 above mentioning v3, versus comment #4 which, recommends version 2.2... and now version 2.7 is currently highest available (and the one i have installed now).
Comment #9
jwilson3I've just confirmed that the original issue no longer appears in the logs, however, there is now the following:
Comment #10
jemond commentedRe: versions. Sorry for the confusion. Droptor.com is now in version 3. The Droptor module is in version 2.7.
Re: index issue. I am looking now and will update by tomorrow AM.
Comment #11
jemond commentedHhi jrguitar21,
The update I released in http://drupal.org/node/1014712 should address this issue.
Would you kindly try the latest version of the module and let me know if you have any problems?
Thanks,
jpe
Comment #12
jwilson3The issues in #1014712: Droptor.com D7 integration have been solved. I'm monitoring the logs now for sql errors... will report back.
Comment #13
jemond commentedThanks. Let me know how it works out.
Comment #14
jemond commentedI will assume this issue has been addressed unless I hear from you by Friday.
Comment #15
jwilson3Havent hit any more sql errors.... but just checked the site logs and am getting another php error. :/
Comment #16
jemond commented@jrguitar21 - Thanks, I'll take a look at the other issue.