Fatal error when activating plugin
-
I get the following Fatal error message when trying to activate the plugin:
Fatal error: Uncaught Error: Call to undefined method Redux_Helpers::is_local_host() in /public_html/wp-content/plugins/cryptocurrency-payment-gateway/admin/redux-framework/class-redux-core.php:208 Stack trace: #0 /public_html/wp-content/plugins/cryptocurrency-payment-gateway/admin/redux-framework/class-redux-core.php(185): Redux_Core->init() #1 /public_html/wp-content/plugins/cryptocurrency-payment-gateway/admin/redux-framework/framework.php(34): Redux_Core::instance() #2 /public_html/wp-content/plugins/cryptocurrency-payment-gateway/admin/admin-init.php(11): include_once('/...') #3 /public_html/wp-content/plugins/cryptocurrency-payment-gateway/includes/include-all.php(143): require_once('/...') #4 /public_html/wp-content/plugins/cryptocurrency-payment-gateway/cryptocurrency-payment-gateway.php(58): require_once('/...') #5 /public_html/wp-admin/includes/plugin.php(2286): include_once('/...') #6 /public_html/wp-admin/plugins.php(191): plugin_sandbox_scrape() #7 {main} thrown in /public_html/wp-content/plugins/cryptocurrency-payment-gateway/admin/redux-framework/class-redux-core.php on line 208
I did some testing, and it turns this happens only when the Salient theme is active. Building on that I found it to be a Redux framework version conflict.
The theme uses v3.6.5, while your plugin uses v4.3.1. And since the theme loads first, the older version is used.I will also post a question to the theme developers, but is there anything that can be done to make the plugin work despite this, make it more robust?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Fatal error when activating plugin’ is closed to new replies.