you could try posting in the theme’s support section at http://wordpress.org/support/theme/khaki-traveler/
try to enable DEBUG to see if you get some error messages; http://codex.wordpress.org/Debugging_in_WordPress
what happens if you temporarily deactivate all plugins?
what is the code of page.php?
Try setting DEBUG to TRUE in wp-config.php
(define('WP_DEBUG', true);). Reloading your page should now show whatever error is causing your page to stop loading.
Thread Starter
Xarim
(@xarim)
The error I’m receiving is:
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /mnt/webb/c1/74/53991074/htdocs/wp-includes/functions.php on line 2908 Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /mnt/webb/c1/74/53991074/htdocs/wp-includes/functions.php on line 2908 Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /mnt/webb/c1/74/53991074/htdocs/wp-includes/functions.php on line 2908 Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /mnt/webb/c1/74/53991074/htdocs/wp-includes/functions.php on line 2908 Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /mnt/webb/c1/74/53991074/htdocs/wp-includes/functions.php on line 2908 Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /mnt/webb/c1/74/53991074/htdocs/wp-includes/functions.php on line 2908 Notice: unregister_sidebar_widget is deprecated since version 2.8! Use wp_unregister_sidebar_widget() instead. in /mnt/webb/c1/74/53991074/htdocs/wp-includes/functions.php on line 2908 Notice: unregister_sidebar_widget is deprecated since version 2.8! Use wp_unregister_sidebar_widget() instead. in /mnt/webb/c1/74/53991074/htdocs/wp-includes/functions.php on line 2908 Notice: unregister_sidebar_widget is deprecated since version 2.8! Use wp_unregister_sidebar_widget() instead. in /mnt/webb/c1/74/53991074/htdocs/wp-includes/functions.php on line 2908 Notice: unregister_sidebar_widget is deprecated since version 2.8! Use wp_unregister_sidebar_widget() instead. in /mnt/webb/c1/74/53991074/htdocs/wp-includes/functions.php on line 2908 Notice: unregister_sidebar_widget is deprecated since version 2.8! Use wp_unregister_sidebar_widget() instead. in /mnt/webb/c1/74/53991074/htdocs/wp-includes/functions.php on line 2908 Notice: unregister_sidebar_widget is deprecated since version 2.8! Use wp_unregister_sidebar_widget() instead. in /mnt/webb/c1/74/53991074/htdocs/wp-includes/functions.php on line 2908 Parse error: syntax error, unexpected T_STRING in /mnt/webb/c1/74/53991074/htdocs/wp-content/themes/khaki-traveler/page.php on line 17
Thread Starter
Xarim
(@xarim)
It is fixed now. Sorry for the problems;
Turned out to be quite simply a syntax error (used a comma instead of ‘ in page.php).
Thank you!
hello — probably you guys can help me out — I’m experiencing same problem as (Xarim).
i can not find the code in the location Wp – is giving me ..
Please help how to find code and how to replace it.
i have :
looked at — wp-includes/functions.php but i can not find code(register_sidebar_widget or wp_register_sidebar_widget()
were do i have to change this code ?
What do i replace with ?
here is message error:
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /wp-includes/functions.php on line 2908
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in wp-includes/functions.php on line 2908
thanks in advance