Title: Error / Technical Issue affecting site
Last modified: October 6, 2021

---

# Error / Technical Issue affecting site

 *  [yesyeah](https://wordpress.org/support/users/yesyeah/)
 * (@yesyeah)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/)
 * 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)

 *  [ausdamo](https://wordpress.org/support/users/ausdamo/)
 * (@ausdamo)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14946216)
 * 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](https://wordpress.org/support/users/yesyeah/)
 * (@yesyeah)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14947373)
 * 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](https://make.wordpress.org/support/handbook/forum-welcome/#do-not%c2%a0bump-posts)]._
    -  This reply was modified 4 years, 8 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 *  [Saúl Ramírez](https://wordpress.org/support/users/blusnirvana/)
 * (@blusnirvana)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14952178)
 * 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.
 *  [ausdamo](https://wordpress.org/support/users/ausdamo/)
 * (@ausdamo)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14960845)
 * 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 4 years, 7 months ago by [ausdamo](https://wordpress.org/support/users/ausdamo/).
 *  Thread Starter [yesyeah](https://wordpress.org/support/users/yesyeah/)
 * (@yesyeah)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14962349)
 * Thanks [@ausdamo](https://wordpress.org/support/users/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.
 *  [Saúl Ramírez](https://wordpress.org/support/users/blusnirvana/)
 * (@blusnirvana)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14963757)
 * Hello greetings for your help, could you tell me where this file is located, 
   because I can not find it in the plugin folder.
 *  [ausdamo](https://wordpress.org/support/users/ausdamo/)
 * (@ausdamo)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14965215)
 * [@yesyeah](https://wordpress.org/support/users/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.
 *  [Saúl Ramírez](https://wordpress.org/support/users/blusnirvana/)
 * (@blusnirvana)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14965544)
 * Hello [@ausdamo](https://wordpress.org/support/users/ausdamo/) excuse me could
   you tell me where I find that line of code that you mention to solve the error.
 *  [ausdamo](https://wordpress.org/support/users/ausdamo/)
 * (@ausdamo)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14965599)
 * 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.
 *  [Saúl Ramírez](https://wordpress.org/support/users/blusnirvana/)
 * (@blusnirvana)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14965606)
 * hehe I understand, Schema support is still not responding. I have sent several
   messages and without success.
 *  [ausdamo](https://wordpress.org/support/users/ausdamo/)
 * (@ausdamo)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14965624)
 * 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.
 *  [Saúl Ramírez](https://wordpress.org/support/users/blusnirvana/)
 * (@blusnirvana)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14965647)
 * 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](https://wordpress.org/support/users/hishaman/)
 * (@hishaman)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14966863)
 * 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.
 *  [Saúl Ramírez](https://wordpress.org/support/users/blusnirvana/)
 * (@blusnirvana)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14967055)
 * Thank you very much, [@hishaman](https://wordpress.org/support/users/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](https://wordpress.org/support/users/hishaman/)
 * (@hishaman)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14967772)
 * [@blusnirvana](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/schema/assets/icon-256x256.png?rev=1750173)
 * [Schema](https://wordpress.org/plugins/schema/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/schema/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/schema/)
 * [Active Topics](https://wordpress.org/support/plugin/schema/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/schema/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/schema/reviews/)

 * 15 replies
 * 4 participants
 * Last reply from: [Hesham Zebida](https://wordpress.org/support/users/hishaman/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/error-technical-issue-affecting-site/#post-14967772)
 * Status: not resolved