• Hello, I’m getting this pretty consistently now (a few times per week) where it’s an email from the wordpress core saying my “Site is Experiencing a Technical Issue” and it’s caused by this plugin.

    See below. Please advise:
    —–

    When seeking help with this issue, you may be asked for some of the following information:
    WordPress version 5.8.1
    Current theme: xxxxx (version 1.0)
    Current plugin: Schema (version 1.7.9.2)
    PHP version 7.4.24

    Error Details
    =============
    An error of type E_ERROR was caused in line 286 of the file /home/xxxxx/public_html/wp-content/plugins/schema/schema.php. Error message: Uncaught Error: Class ‘Schema_WP_Setup_Wizard’ not found in /home/xxxxx/public_html/wp-content/plugins/schema/schema.php:286
    Stack trace:
    #0 /home/xxxxx/public_html/wp-includes/class-wp-hook.php(303): Schema_WP->init_classes(”)
    #1 /home/xxxxx/public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array)
    #2 /home/xxxxx/public_html/wp-includes/plugin.php(470): WP_Hook->do_action(Array)
    #3 /home/xxxxx/public_html/wp-settings.php(441): do_action(‘plugins_loaded’)
    #4 /home/xxxxx/public_html/wp-config.php(92): require_once(‘/home/xxxxx/p…’)
    #5 /home/xxxxx/public_html/wp-load.php(50): require_once(‘/home/xxxxx/p…’)
    #6 /home/xxxxx/public_html/wp-cron.php(44): require_once(‘/home/xxxxx/p…’)
    #7 {main}
    thrown

Viewing 15 replies - 1 through 15 (of 15 total)
  • We are seeing the same error here.

    WordPress version 5.8.1
    Current theme: Divi (version 1.0)
    Current plugin: Schema (version 1.7.9.2)
    PHP version 4.11.1

    [07-Oct-2021 06:16:36 UTC] PHP Fatal error:  Uncaught Error: Class 'Schema_WP_Setup_Wizard' not found in /home/bibi1223/public_html/wp-content/plugins/schema/schema.php:286
    Stack trace:
    #0 /home/bibi1223/public_html/wp-includes/class-wp-hook.php(303): Schema_WP->init_classes('')
    #1 /home/bibi1223/public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array)
    #2 /home/bibi1223/public_html/wp-includes/plugin.php(470): WP_Hook->do_action(Array)
    #3 /home/bibi1223/public_html/wp-settings.php(441): do_action('plugins_loaded')
    #4 /home/bibi1223/public_html/wp-config.php(70): require_once('/home/bibi1223/...')
    #5 /home/bibi1223/public_html/wp-load.php(50): require_once('/home/bibi1223/...')
    #6 /home/bibi1223/public_html/wp-cron.php(44): require_once('/home/bibi1223/...')
    #7 {main}
      thrown in /home/bibi1223/public_html/wp-content/plugins/schema/schema.php on line 286
    Thread Starter yesyeah

    (@yesyeah)

    Sorry to hear that but glad it’s not me. ?? Hopefully someone will assist soon. Please share any info you may find on this. Thanks!

    [Moderator note: Please, No bumping].

    This error is filling up my error log, it runs after 1 minute. Please update the plugin, it is clearly a bug with the current version of WordPress.

    I had a support reply from their official site.

    Edit wp-discussion-board.php (liness 28 – 30)

    if ( is_admin() ) {
    require_once 'includes/config/settings.php';
    }

    to

    require_once 'includes/config/settings.php';
    

    i.e. remove the if check.

    I’m sure the next release will have this resolution included.

    • This reply was modified 3 years, 5 months ago by ausdamo.
    Thread Starter yesyeah

    (@yesyeah)

    Thanks @ausdamo!

    You sent something directly to them and they responded? Did they confirm this was a bug they’re fixing?

    Again, appreciate you following up. Hope they commment here as well.

    Hello greetings for your help, could you tell me where this file is located, because I can not find it in the plugin folder.

    @yesyeah that’s correct I wrote them directly via support.

    I hold a Pro license as well but I don’t think that makes a difference though.

    It was confirmed as a known issue that there were working on. A couple of message replies with more information from me and they offered what I posted.

    I’m sure a working solution will be in the next release.

    My understanding of support here is that it’s done on best effort basis, and dependant in the developers availability. Especially for a plug-in that has no cost involved. I’ll always take a pro option for any plug-in that I’m using to support the developer.

    This particular plug-in fit the requirements for me perfectly.

    Hello @ausdamo excuse me could you tell me where I find that line of code that you mention to solve the error.

    Oh no!

    I’ve made a complete mistake, sorry to you both.

    There are two plugins I’m troubleshooting and this is the other one. I have confused myself and posted to the wrong thread.

    hehe I understand, Schema support is still not responding. I have sent several messages and without success.

    I am so sorry!

    For this one I’ve set a Cron the delete the log so it doesn’t grow too large. Not ideal but a stop-gap measure.

    I disabled the Wp Cron, because the process was running in 1 – 3 minute intervals, it was filling my error log.

    Plugin Author Hesham Zebida

    (@hishaman)

    I’ve added a check before calling the class, which should solve the error.

    Just pushed an update including the fix, please update to version 1.7.9.3

    Let me know how it goes.

    Thank you very much, @hishaman I will update the plugin and follow up on the error. Anything else I will notify you through this way. Regards

    Plugin Author Hesham Zebida

    (@hishaman)

    @blusnirvana Sure, looking forward to it.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Error / Technical Issue affecting site’ is closed to new replies.