Active
Project:
VoIP Drupal
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Feb 2016 at 04:54 UTC
Updated:
5 Feb 2016 at 18:18 UTC
Jump to comment: Most recent
PHP Fatal error: Declaration of Call::__construct() must be compatible with BaseClass::__construct() in voipdrupal/modules/voiptropo/tropo_webapi/tropo.class.php on line 845
I got that once I enabled voiptropo but not configured it yet and run cron
Comments
Comment #2
tusharbodke commentedComment #3
socialnicheguru commentedI saw this on a forum.
I think you have to download and use:
"https://github.com/tropo/tropo-webapi-php" The downloaded zip file is: "tropo-tropo-webapi-php-release-1.1.2-8-ge3a207b.zip"
the above fix caused:
Argument 1 passed to Message::__construct() must be an instance of Say, none given, called in [error]
ites modules/message_digest/message_digest.module
on line 16 and defined tropo.class.php:1078 [13.91 sec, 176.48 MB]
I am not sure if this is directly responsible. What I do know is that if I disable voip_tropo the issue goes away.