Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Fresh Atahualpa 3.5.3 install on fresh WP 3.0.1 generates a lot of debug errors. (http://forum.bytesforall.com/showthread.php?t=8752)

Thrasher Aug 7, 2010 12:45 AM

Fresh Atahualpa 3.5.3 install on fresh WP 3.0.1 generates a lot of debug errors.
 
As soon as I enabled debug('WP_DEBUG,' true); to debug a plugin I'm coding, I got a lot of debug notices related to Atahualpa.

Code:

Notice: Undefined variable: widget_form_string in /public_html/wp-content/themes/atahualpa353/functions/bfa_theme_options.php on line 36
Notice: Undefined variable: logo_icon_text in /public_html/wp-content/themes/atahualpa353/functions/bfa_theme_options.php on line 543
Notice: Undefined variable: header_image_text in /public_html/wp-content/themes/atahualpa353/functions/bfa_theme_options.php on line 668
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /public_html/wp-includes/functions.php on line 3237
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /public_html/wp-includes/functions.php on line 3237
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /public_html/wp-includes/functions.php on line 3237
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /public_html/wp-includes/functions.php on line 3237
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /public_html/wp-includes/functions.php on line 3237
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /public_html/wp-includes/functions.php on line 3237
Notice: Undefined index: page in /public_html/wp-content/themes/atahualpa353/functions/bfa_ata_add_admin.php on line 7
Notice: Undefined index: page in /public_html/wp-content/themes/atahualpa353/functions/bfa_css_admin_head.php on line 4

Perhaps the undefined vars/indices get defined once I flesh out my WP with content and pages? I only have one content page and one post for plugin development purposes.

And since the deprecation notice is in WP source files, why would the notice only come up if theAtahualpa theme is active?


All times are GMT -6. The time now is 08:27 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.