PHP Error in version 3.4.0
-
Getting a php error in
wp-login.php
PHP message: Fatal error: Uncaught Error: Call to undefined function is_plugin_active() in /var/www/wp-content/plugins/onelogin-saml-sso/php/functions.php:108
I guess it would need
function_exists('is_plugin_active')
, or hook intoadmin_init
- The topic ‘PHP Error in version 3.4.0’ is closed to new replies.