• Resolved joshkern

    (@joshkern)


    I’m encountering a fatal error when attempting to run a test notification. It appears that a function call on line 68 of class-admin.php is referencing a function that doesn’t exist.

    Error Details:

    • Error: PHP Fatal error: Uncaught Error: Call to undefined function fatal_error_notify_test_error_function()
    • Location: /includes/admin/class-admin.php on line 68

    Stack Trace Summary: The error is triggered via admin-ajax.php when Fatal_Error_Notify_Admin->test_error('') is called. It seems the function fatal_error_notify_test_error_function() is missing from the codebase.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jack Arturo

    (@verygoodplugins)

    Hey @joshkern ,

    Yup that’s the idea 🙂

    The function doesn’t exist, so it triggers a fatal error. This should send a notification. Did the notification arrive? If so then everything is working.

    Jack

    Thread Starter joshkern

    (@joshkern)

    Sorry, I left out the most important part: I wasn’t receiving the test notification. But it looks like the latest update resolved the matter. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.