• Im new to wordpress and im trying to log into my website to continue to build my site however I receive the following error message

    Fatal error: Class ‘WP_Customize_Section’ not found in /home/outofof8/public_html/wp-content/themes/bloggerbuz/inc/customizer-classes.php on line 5

    any ideas on how to fix so i can access the dashboard

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    actually on line 5 you are calling a class wp_customize_section class which is not exists fist of check your theme files or not missed during upload or contact theme builder but if you currently get ride of this error you need to declare the class. you can write this small code in theme directory and file name is functions.php(/home/outofof8/public_html/wp-content/themes/bloggerbuz/)

    class WP_Customize_Section{
    public function __construct() {
    }
    }

    thanks

    Thread Starter outofofficeaus

    (@outofofficeaus)

    Thanks @leadsoft for your response.

    Sorry Im really a novice in this area. Can you provide a more step by step process on how I approach the above? Also how do I access the theme directory when the error message comes up as soon as I try to log into my website admin address. I cannot even access my dashboard.

    Many thanks again for your help on this

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

The topic ‘Fatal error message’ is closed to new replies.