when updating the user profile the following message occurs, however the update is executed.
PDOException: SQLSTATE[HY000]: General error: 1364 Field 'token' doesn't have a default value: INSERT INTO {facebook_rules_user_tokens} (uid, user_grant) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1); Array ( [:db_insert_placeholder_0] => 9542 [:db_insert_placeholder_1] => ) in facebook_rules_profile_submit() (line 94 of /var/www/sites/all/modules/facebook_rules/facebook_rules.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | facebook_rules-error_while_saving_users-1619508.patch | 798 bytes | nodeAche |
| #5 | facebook_rules-PDOexception-1619508.patch | 673 bytes | fotuzlab |
Comments
Comment #1
fotuzlab commentedThanx for reporting. I'd look into it this weekend.
Comment #2
franxo commentedSame error for me!
Comment #3
oscar_arnulfo commentedSame here, nothing yet?
Comment #4
iangohye commentedHi im running into this same error too.
Created a non facebook account and the following shows up:
Comment #5
fotuzlab commentedattached patch. Committed to dev.
Comment #7
optalgin commentedInstead of patching manually running from issue to issue (I patched 3 already)
Can you enable the dev release in the project page?
Or better create a new stable release :)
Thanks
Comment #8
fotuzlab commentedI have enabled dev release.
Comment #9
semei commentedFirst of all, thanks for this great module!
I experience the same problem with the latest dev. Optalgin is right, could someone please commit all the patches that have acccumulated over the last weeks into dev? I'm having problems to apply several patches to the same module, patching always fails.
Comment #10
nodeAche commentedI had the same issue, Please check this patch.
Comment #11
idealform01 commentedSubscribing, just ran into this error.