• hi we are getting this error on our website mine page

    Notice: register_sidebar_widget is deprecated since version 2.8.0

    i tried to replase that wp_register_sidebar_widget() but there is not this lines on this functions.php in none of this file lines

    i disabled all plugins and did not solved
    also i changed my template and again didnt solved

    Notice: register_sidebar_widget is deprecated since version 2.8.0! Use wp_register_sidebar_widget() instead. in /home/dxbsirco/domains/kishseir.me/public_html/wp-includes/functions.php on line 3830 Notice: register_widget_control is deprecated since version 2.8.0! Use wp_register_widget_control() instead. in /home/dxbsirco/domains/kishseir.me/public_html/wp-includes/functions.php on line 3830 Notice: register_sidebar_widget is deprecated since version 2.8.0! Use wp_register_sidebar_widget() instead. in /home/dxbsirco/domains/kishseir.me/public_html/wp-includes/functions.php on line 3830 Notice: register_widget_control is deprecated since version 2.8.0! Use wp_register_widget_control() instead. in /home/dxbsirco/domains/kishseir.me/public_html/wp-includes/functions.php on line 3830 Notice: register_sidebar_widget is deprecated since version 2.8.0! Use wp_register_sidebar_widget() instead. in /home/dxbsirco/domains/kishseir.me/public_html/wp-includes/functions.php on line 3830 Notice: register_widget_control is deprecated since version 2.8.0! Use wp_register_widget_control() instead. in /home/dxbsirco/domains/kishseir.me/public_html/wp-includes/functions.php on line 3830 Notice: register_sidebar_widget is deprecated since version 2.8.0! Use wp_register_sidebar_widget() instead. in /home/dxbsirco/domains/kishseir.me/public_html/wp-includes/functions.php on line 3830 Notice: register_widget_control is deprecated since version 2.8.0! Use wp_register_widget_control() instead. in /home/dxbsirco/domains/kishseir.me/public_html/wp-includes/functions.php on line 3830

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    Are you using the latest version of twentythirteen?

    There are a whole bunch of issues with your site — specifically 403s on your CSS files.

    Thread Starter javadth

    (@javadth)

    i have been deleted default themes now i installed 17 and disabled all plugins

    errors disappeared but the style problem is exist

    why this file is empty ?

    https://kishseir.me/wp-content/themes/twentyseventeen/style.css?ver=4.7.5

    <html>
    <head><title>403 Forbidden</title></head>
    <body bgcolor="white">
    <center><h1>403 Forbidden</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Your nginx configuration is blocking access to CSS files. You’ll need to talk to whoever set up your hosting.

    Thread Starter javadth

    (@javadth)

    but as i know our hosting is apache and directadmin

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The issue is with your hosting configuration. Who set it up for you?

    What are the permissions and ownership on wp-content/themes?

    Thread Starter javadth

    (@javadth)

    i dont know but no i check the permissions of themes and they are on 751

    so i changed them to 755 and problem solved

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Notice: register_sidebar_widget is deprecated since version 2.8.0’ is closed to new replies.