Title: HTTP Error 500
Last modified: March 29, 2018

---

# HTTP Error 500

 *  Resolved [refan](https://wordpress.org/support/users/refan/)
 * (@refan)
 * [8 years ago](https://wordpress.org/support/topic/http-error-500-93/)
 * Hello,
 * I found bug using theme Total By Hash Theme if I activated plugin WPGlobus, HTTP
   Error 500 is show up.
 * Thanks

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

 *  Plugin Support [Alex Gor](https://wordpress.org/support/users/alexgff/)
 * (@alexgff)
 * [8 years ago](https://wordpress.org/support/topic/http-error-500-93/#post-10126735)
 * I have installed and activated free Total theme from
    [https://wordpress.org/themes/total/](https://wordpress.org/themes/total/)
   There is not errors on me dev site.
 * Check your configuration
    1. Usually 500 Internal Server Error is connected with
   wrong Apache configuration (missing module that is mentioned in htaccess or something
   like this). Check your error.log right after the error occurs for details. 2.
   The script tries to get more memory than is limited by the ‘memory_limit’ parameter.
 *  Thread Starter [refan](https://wordpress.org/support/users/refan/)
 * (@refan)
 * [8 years ago](https://wordpress.org/support/topic/http-error-500-93/#post-10127698)
 * Hi Alex,
 * Are you tried theme total new version in 1.1.8 ? Because old version in 1.1.7
   there is no problems.
 *  Plugin Support [Alex Gor](https://wordpress.org/support/users/alexgff/)
 * (@alexgff)
 * [8 years ago](https://wordpress.org/support/topic/http-error-500-93/#post-10127792)
 * There is the fast fix for v.1.1.8.
    File wp-content\themes\total\inc\customizer.
   php You can insert
 *     ```
       if ( ! class_exists('WP_Customize_Section') ) {
       	require_once( ABSPATH . WPINC . '/class-wp-customize-section.php' );
       }
       ```
   
 * before
 *     ```
       /**
        * Pro customizer section.
        *
        * @since  1.0.0
        * @access public
        */
       class Total_Customize_Section_Pro extends WP_Customize_Section {
       ```
   
 *  Thread Starter [refan](https://wordpress.org/support/users/refan/)
 * (@refan)
 * [8 years ago](https://wordpress.org/support/topic/http-error-500-93/#post-10127831)
 * Hi Alex,
 * Thanks a lot. You’re very helpful. The problem is solved

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

The topic ‘HTTP Error 500’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [refan](https://wordpress.org/support/users/refan/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/http-error-500-93/#post-10127831)
 * Status: resolved