[wp-hackers] Re: [wp-testers] New tag entry plugin

Mark Jaquith mark.wordpress at txfx.net
Wed Sep 19 21:15:49 GMT 2007


On Sep 19, 2007, at 5:00 PM, Ozh wrote:

> Just upgraded my testblog to RC1, a few fields in wp_options are
> dropped as announced [1] (while my SVN install has still got them all
> by the way)
>
> So, upon activation on RC1, the plugin complains that:
>
> WordPress database error: [Unknown column 'option_description' in  
> 'field list']
> INSERT INTO wp_options (option_name, option_value, option_description,
> autoload) VALUES ('rmnlQuicktagSettings',
> 'a:1:{s:7:"buttons";a:1:{i:0;a:3:{s:4:"text";s:7:"Example";s: 
> 5:"start";s:9:"<example>";s:3:"end";s:10:"</example>";}}}',
> '', 'yes')

You must not have uploaded wp-includes/functions.php, or the plugin  
is calling a manual SQL query.  'option_description' isn't used when  
you use the options API.

--
Mark Jaquith
http://markjaquith.com/

Covered Web Services
http://coveredwebservices.com/

WordPress Ninja @ b5media Inc
http://b5media.com/




More information about the wp-hackers mailing list