• Resolved stephenturner

    (@stephenturner)


    Hi Guys, i’ve been using wordpress now for over a year and have never had any issues before. All of a sudden one of my websites does not display correctly due to several strict standard errors, the website does not view correctly and there are the following errors on the dashboard. The website has been working fine with the latest version of wordpress 3.7.1 and i have not upgraded my php version on my server, all my other websites seem fine, just this one, nothing has been changed to produce the errors, they just occurred suddenly,

    the website is: http://www.westmidlandssolicitors.co.uk

    i viewed the website via the 2inspect element” and deleted all the error codes and the website viewed perfect, is there a way to not display these errors as the website functions fine otherwise?

    the errors are:

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Thememakers_Entity_Portfolio::register() should not be called statically in /homepages/5/d439351399/htdocs/westmidssols/wp-includes/plugin.php on line 429

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Thememakers_Entity_Testimonials::register() should not be called statically in /homepages/5/d439351399/htdocs/westmidssols/wp-includes/plugin.php on line 429

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Thememakers_Entity_Gallery::register() should not be called statically in /homepages/5/d439351399/htdocs/westmidssols/wp-includes/plugin.php on line 429

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method GoogleSitemapGeneratorLoader::Enable() should not be called statically in /homepages/5/d439351399/htdocs/westmidssols/wp-includes/plugin.php on line 429

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method GoogleSitemapGeneratorLoader::RegisterAdminPage() should not be called statically in /homepages/5/d439351399/htdocs/westmidssols/wp-includes/plugin.php on line 429

    Strict Standards: Non-static method GoogleSitemapGeneratorLoader::GetBaseName() should not be called statically in /homepages/5/d439351399/htdocs/westmidssols/wp-content/plugins/google-sitemap-generator/sitemap.php on line 114

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method GoogleSitemapGeneratorLoader::CallHtmlShowHelpList() should not be called statically in /homepages/5/d439351399/htdocs/westmidssols/wp-includes/plugin.php on line 199

    Strict Standards: Non-static method GoogleSitemapGeneratorLoader::GetBaseName() should not be called statically in /homepages/5/d439351399/htdocs/westmidssols/wp-content/plugins/google-sitemap-generator/sitemap.php on line 199

    Someone said on this forum it happened to them and about 15 minutes later it corrected itself without doing anything, thanks in advance guys… πŸ™‚

Viewing 11 replies - 1 through 11 (of 11 total)
  • Using ftp or the file manager on your host site change the name of
    google-sitemap-generator to google-sitemap-generator-old

    The errors are caused by a plugin and are loading DOCTYPE. The <!DOCTYPE> declaration must be the very first thing in your HTML document, before the <html> tag.

    Thread Starter stephenturner

    (@stephenturner)

    my friend, you are amazing, i am no techy so am grateful for your response, however, this still leave 3 errors, which are below, any help would be invaluable as i have no idea how to remove them, ps, i use this plugin on all my sites and don’t have an issue on them, is there a common reason for this?, remaining errors are:

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Thememakers_Entity_Portfolio::register() should not be called statically in /homepages/29/d41749095/htdocs/stinet/wms/wp-includes/plugin.php on line 406

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Thememakers_Entity_Testimonials::register() should not be called statically in /homepages/29/d41749095/htdocs/stinet/wms/wp-includes/plugin.php on line 406

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Thememakers_Entity_Gallery::register() should not be called statically in /homepages/29/d41749095/htdocs/stinet/wms/wp-includes/plugin.php on line 406

    THANKYOU AGAIN IN ADVANCE… πŸ™‚

    Log in to your site. Go to plugins and disable all. Go to themes and switch to the twenty thirteen. Do the errors go away?

    Thread Starter stephenturner

    (@stephenturner)

    Hi, earlier i tried to switch themes without disabling any plugins and all the errors went, i have only used this theme on this website so may be an issue with the theme? but it has been working fine and nothing has been changed, the errors just appeared one day after working great?

    thanks for helping out… πŸ™‚

    Then the theme is your problem. You should contact
    http://themeforest.net/item/freely-premium-wordpress-theme/2800526/support

    Maybe there is an upgrade available.

    Thread Starter stephenturner

    (@stephenturner)

    hi, i will, but just can’t understand how one minute it would work, meaning the theme and all plugins are fine, then without any changes a few months on, the error messages appear, i can’t see how this can happen, i’ll contact the support anyhow, thank you for your help.. πŸ™‚

    without any changes a few months on

    There have been changes, 3.7 and 3.71 have happened in just the past weeks.

    The errors are caused by a plugin and are loading DOCTYPE. The <!DOCTYPE> declaration must be the very first thing in your HTML document, before the <html> tag.

    my friend, you are amazing, i am no techy so am grateful for your response

    Could one or the other of you elaborate a bit? Are you leaving the plugin deactivated, or have you done something with the <!DOCTYPE> declaration?

    Thread Starter stephenturner

    (@stephenturner)

    Hi… everything is fixed now, i just uploaded a newer verion of the theme and all is well, however, why all of a sudden the errors occurred without doing anything is puzzling???

    thanks again for all your help. ps, i did nothing to any plugins, when i changed the theme to twenty eleven or any theme for that matter, the errors disappeared, so the theme was the issue, but it had been working fine with no issues what so ever, didn’t think it would be possible to throw up errors without nothing changing since i first uploaded the site, no wordpress upgrade, no php upgrade, no analytics added, nothign at all?

    πŸ™‚

    @stephenturner,
    The theme might cause the problem. Try this one. Go to Thememakers_Entity_Portfolio class file and check whether the register() function is a static function or not. If the function is not a static function set as static like the below,
    public static function register() {


    }
    It will works.

    Hello I not sure if this revisited is the way to post about my problem but its very similar and did fix one part with this recommendation…
    First got all these errors messages below wow
    and then fixed one of them to allow me to login and actually see side bar but at the moment that is all I can see can’t edit anything nothing so can’t disable themes nor plugins as it is…
    Help….
    Appreciated any advise at all as has happened to numerous blogs of mine?
    Rick Ling
    ==========
    http://rickling.com/casinogames but only shows when login in my SP site not displaying as webpage!!

    —-
    Strict Standards: Declaration of Walker_Category_Checklist::start_lvl() should be compatible with Walker::start_lvl(&$output) in /home1/cangaru/public_html/casinogames/wp-admin/includes/template.php on line 52

    Strict Standards: Declaration of Walker_Category_Checklist::end_lvl() should be compatible with Walker::end_lvl(&$output) in /home1/cangaru/public_html/casinogames/wp-admin/includes/template.php on line 52

    Strict Standards: Declaration of Walker_Category_Checklist::start_el() should be compatible with Walker::start_el(&$output) in /home1/cangaru/public_html/casinogames/wp-admin/includes/template.php on line 52

    Strict Standards: Declaration of Walker_Category_Checklist::end_el() should be compatible with Walker::end_el(&$output) in /home1/cangaru/public_html/casinogames/wp-admin/includes/template.php on line 52

    Strict Standards: Declaration of WP_Plugins_List_Table::bulk_actions() should be compatible with WP_List_Table::bulk_actions() in /home1/cangaru/public_html/casinogames/wp-admin/includes/class-wp-plugins-list-table.php on line 450

    Strict Standards: Declaration of WP_Plugins_List_Table::single_row() should be compatible with WP_List_Table::single_row($item) in /home1/cangaru/public_html/casinogames/wp-admin/includes/class-wp-plugins-list-table.php on line 450

    Warning: Cannot modify header information – headers already sent by (output started at /home1/cangaru/public_html/casinogames/wp-admin/includes/template.php:52) in /home1/cangaru/public_html/casinogames/wp-includes/functions.php on line 861

    Warning: Cannot modify header information – headers already sent by (output started at /home1/cangaru/public_html/casinogames/wp-admin/includes/template.php:52) in /home1/cangaru/public_html/casinogames/wp-includes/functions.php on line 862
    ————–

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Strict Standards Errors All Of A Sudden’ is closed to new replies.