marcodeltongo / thematic

Automatically exported from code.google.com/p/thematic
0 stars 0 forks source link

PHP notices and deprecated functions #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I noticed a whole bunch of deprecated function notices and php notices when 
installed on trunk.  This patch has fixes for those and is vs. thematic 
revision 645, wordpress revision 31701 on php 5.2.9

Original issue reported on code.google.com by aaron.jorbin@gmail.com on 15 Mar 2010 at 1:11

Attachments:

GoogleCodeExporter commented 9 years ago
I'm getting some notices also when activating thematic in Wordpress 3, with 
WP_DEBUG set to 'true'. Here they are:

 * register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget()

 * unregister_widget_control is deprecated since version 2.8! Use wp_unregister_widget_control() instead

 * register_widget_control is deprecated since version 2.8! Use wp_register_widget_control()

 * Undefined index: page in public_html/wordpress3/wp-content/themes/thematic/library/extensions/theme-options.php on line 39

The first three are activated by register_widget_control( ) in 
../widgets-extensions.php:286

Original comment by giusti...@gmail.com on 29 Jun 2010 at 6:04

GoogleCodeExporter commented 9 years ago
Think you are running an 'old' version of Thematic. The widget thing has been 
sorted out a while ago. 

The previous SVN copy came up with a couple of debug messages, which are 
cleaned up in the latest SVN copy.

Original comment by chris.gossmann@googlemail.com on 1 Jul 2010 at 10:02

GoogleCodeExporter commented 9 years ago

Original comment by eugene.m...@gmail.com on 8 Aug 2010 at 3:17