You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have CiviCRM 4.7.10 on Civihosting/Wordpress; installed/activated/tested Twilio 1.2.1 extension with SMS messaging-worked well. Installed CiviRules 2.1; downloaded SMS Conversation civicrm-sms-conversation-1.0.0-beta3.zip; placed in extensions folder; decompressed; it showed up in CiviCRM in Extensions. Clicked on install. Received fatal error message -- Mentioned line 15 in the smsconversation.php file:
Fatal error: Call to undefined method Civi::dispatcher()...on line 15
Line 15 of smsconversation.php looks like:
Civi::dispatcher()->addListener('hook_civicrm_post', 'smsconversation_process_inbound',1000);
Disabled and uninstalled extension / deleted files.
Now its back to where it was before we installed SMS Conversation extension.
Any idea what happened? Or how to fix?
The text was updated successfully, but these errors were encountered:
Thanks for the detailed error report. We are relying on some functionality that was added to CiviCRM in 4.7.19 (https://docs.civicrm.org/dev/en/latest/hooks/setup/symfony/). If you upgrade to 4.7.19 or later, you should be able to use the extension.
Have CiviCRM 4.7.10 on Civihosting/Wordpress; installed/activated/tested Twilio 1.2.1 extension with SMS messaging-worked well. Installed CiviRules 2.1; downloaded SMS Conversation civicrm-sms-conversation-1.0.0-beta3.zip; placed in extensions folder; decompressed; it showed up in CiviCRM in Extensions. Clicked on install. Received fatal error message -- Mentioned line 15 in the smsconversation.php file:
Fatal error: Call to undefined method Civi::dispatcher()...on line 15
Line 15 of smsconversation.php looks like:
Civi::dispatcher()->addListener('hook_civicrm_post', 'smsconversation_process_inbound',1000);
Disabled and uninstalled extension / deleted files.
Now its back to where it was before we installed SMS Conversation extension.
Any idea what happened? Or how to fix?
The text was updated successfully, but these errors were encountered: