The function paypernode_user_update conflicts with hook_user_update in Drupal 7. I will provide a patch to rename the function paypernode_user_update to paypernode_update_user...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | function_name_conflict-1250736-1.patch | 4.51 KB | guillaumev |
Comments
Comment #1
guillaumev commentedHere is the patch...
Comment #2
leducdubleuet commentedWith current dev this results when saving user profile in :
Recoverable fatal error: Object of class stdClass could not be converted to string in DatabaseStatementBase->execute() (line 2139 of //includes/database/database.inc).I applied the proposed changes in the patch manually and it solves the issue.
Thank you guillaumev!
Comment #3
maurizio.ganovelliPatch committed to repository.
Thanks to all!