Download & Extend

PDO Exception when authenticating account

Project:Twitter
Version:7.x-5.3
Component:Code
Category:bug report
Priority:major
Assigned:Unassigned
Status:active

Issue Summary

I get this error when authenticating:

PDOException: SQLSTATE[HY000]: General error: 1364 Field 'created_time' doesn't have a default value: INSERT INTO {twitter_account} (twitter_uid) VALUES (:db_insert_placeholder_0); Array ( [:db_insert_placeholder_0] => ) in twitter_account_save() (line 63 of /data/disk/rhizom/static/timetools-7.18/sites/all/modules/twitter/twitter.inc).

Comments

#1

Hm... after some debugging

  $schema = drupal_get_schema('twitter_account');

doesn't return anything...

#2

Did you try reinstalling the module?

#3

Yes i tried uninstalling and reverting to a prior release which wasn't working either.