Skip to content Skip to main navigation Skip to footer

php fatal error message

Welcome to QSM Support Forum. Forums QSM Pro Support php fatal error message

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #3928
    Alan CogginsAlan Coggins
    Participant

    My client occasionally gets a php error message on his site that says:

    [12-May-2020 01:45:04 UTC] PHP Fatal error: Uncaught Error: Call to undefined function is_plugin_active() in /home/xxxxxxxx/public_html/wp-content/plugins/quiz-master-next/php/classes/class-qmn-quiz-manager.php:1067

    Do you know why it is giving this error?
    Thanks.

    #3946
    Kriti SharmaKriti Sharma
    Keymaster

    Hi,

    Welcome to Qsm Pro Support Forum. Hope you are having a great day. Please expect a little delay in response as it is weekend. I will get back to you soon.

    Regards,
    Kriti

    #3974
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Alan,

    Please share the website’s admin credentials with me so that I can look into the issue. Make sure to set the message as private before sharing the credentials.

    Regards,
    Kriti

    #3982
    Alan CogginsAlan Coggins
    Participant
    This reply has been marked as private.
    #3991
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Alan,

    I have forwarded your issue to the development team. I will keep you posted as soon as I hear back from them.

    Regards,
    Kriti

    #4020
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Alan,

    Our development team has recorded this as a bug and they will provide you a fix soon.

    Regards,
    Kriti

    #4072
    Alan CogginsAlan Coggins
    Participant

    Thanks Kriti,
    That’s great news. My client is very happy with the plugin and doesn’t want to change.
    Cheers,
    Alan

    #4086
    Kriti SharmaKriti Sharma
    Keymaster

    All the best, Alan.

    Kriti

    #14312
    alex arafatalex arafat
    Participant

    That PHP error usually happens because the function is_plugin_active() isn’t loaded when that code runs—often it means the necessary WordPress file isn’t included before calling it. It’s similar to how in hay day unblocked apk, progress feels stuck until you remove limits; here, your code can’t proceed without the right function loaded first. Including the correct WordPress plugin functions file before calling is_plugin_active() should fix the error and get things running smoothly.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.