If you try to assign an action using Trigger its gives this error:
Fatal error: Call to undefined function twitter_authenticate() in /home/jnews2do/public_html/test.com/sites/all/modules/twitter/twitter_actions/twitter_actions.module on line 77
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | twitter_actions.module.patch | 472 bytes | lyricnz |
Comments
Comment #1
sfreese commentedI'm having the exact same issue. The user-based Twitter components are working fine but when I try to add the custom action, I get the above error. I am running Drupal 6.11 on an Ubuntu server, apache 2.2.9, MYSQL 5.0.67 PHP 5.
Comment #2
marcrobinsone commentedSame issue here.
Exact error message on my two web-hosts and local machine.
Comment #3
lyricnz commentedDitto. Is nobody using this
moduleaction? Here's a patchComment #4
nathanjo commentedThanks for this patch! It solved my issue.
Comment #5
rayray commentedSame issue, this patch also worked for me.
Comment #6
eaton commentedCommitted to the dev version, will be rolled into the next release. Thanks!