• Resolved Danny

    (@dannyfoo)


    When checking the Console on the page where my shortcode exists, a lot of JS notices were triggered whenever I scrolled down my list.

    This is the shortcode used:
    [a-z-listing display="posts" post-type="post" taxonomy="category" terms="food-reviews"]

    And the plugin also crashed my login page – returns that there was a critical error. Here’s what I pulled from the error_log:

    [13-Dec-2021 09:31:53 UTC] PHP Fatal error: Uncaught Error: Class 'A_Z_Listing\GutenBlock' not found in /home/site/public_html/website.com/wp-content/plugins/a-z-listing/a-z-listing.php:54

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Not finding the GutenBlock class shouldn’t happen, because the plugin uses an autoloader to find the right file. I don’t know how your site has got into a state where it can’t find the plugin files it needs. Can you try downloading the plugin again and reinstalling, please?

    Thread Starter Danny

    (@dannyfoo)

    Hey @diddledani Thank you for responding.

    I’ve taken the measure to replace all WP core files and re-installed the latest version; 4.1.2

    Everything seems to be well now – no more critical errors when loading the login page.

    Plugin Author Dani Llewellyn

    (@diddledani)

    I’m happy to hear that everything is working for you now ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘4.0.1 crashed WP login page & another issue’ is closed to new replies.