Forums
Home / Plugin: CallTrackingMetrics / Update Breaks Site
(@thatryan)
8 years, 4 months ago
Newest updated throws a fatal error killing site,
PHP Fatal error: Call to undefined function cf7_enabled() in /wp-content/plugins/call-tracking-metrics/call_tracking_metrics.php on line 19
(@sitesubscribe)
Same, getting 500 server error. Remove CTM plugin and it goes away.
You may want to consider the core function for checking active plugins, https://codex.wordpress.org/Function_Reference/is_plugin_active
(@madaboutu)
Same problem for us – 17 websites all break with the new update.
(@jcornutt)
The fix is to change call_tracking_metrics.php line 19 from “cf7_enabled()” to “$this->cf7_enabled()” (missing a reference to itself).