• Hello, So my visual editor is down, inactive and worthless to my clients currectly. I ran the DEBUG process on wp-config and here’s what reported back … what to do with this info, I have no idea?

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method sidebar_generator::init() should not be called statically in /home/avenueadesigns/public_html/clients/aud/wp-includes/plugin.php on line 470

    Strict Standards: Non-static method sidebar_generator::get_sidebars() should not be called statically in /home/avenueadesigns/public_html/clients/aud/wp-content/themes/energy/framework/inc/sidebar-generator.php on line 52

    Strict Standards: Non-static method sidebar_generator::name_to_class() should not be called statically in /home/avenueadesigns/public_html/clients/aud/wp-content/themes/energy/framework/inc/sidebar-generator.php on line 57

    Thoughts?

Viewing 1 replies (of 1 total)
  • The common part in all of these is the theme…

    /home/avenueadesigns/public_html/clients/aud/wp-content/themes/energy/framework/inc/sidebar-generator.php

    That’s the file that’s causing the problems. Unfortunately that maens that your theme is not properly compatible with the version of WordPress that you’re using. To get around this… either use a different theme, or go back to the theme’s author/vendor for support and get them to fix this problem.

    http://codex.wordpress.org/Forum_Welcome#Commercial_Products

Viewing 1 replies (of 1 total)

The topic ‘Need Help Debugging Errors’ is closed to new replies.