• Resolved bbokac

    (@bbokac)


    Anyone who gets something like:

    Plugin could not be activated because it triggered a fatal error.
    Fatal error: Call to undefined function get_called_class() in XXXXXX/public_html/wp-content/plugins/wsecure/wsecure-authentication.php on line 18

    PHP function get_called_class() introduced in PHP version 5.3.0 and above. So this means in your server running older PHP version. Solution is in cPanel or other type hosting panel (depends on your hosting) in “PHP Configuration” if you can increase php version to minimum 5.3.0 or greater or contact hosting to correct that.

    I had this situation and I would like to share to all others who face with this issue.

  • The topic ‘Fatal error: Call to undefined function get_called_class()’ is closed to new replies.