[wp-testers] Re: [wp-hackers] Beware Trunk

spencerp spencerp1 at gmail.com
Wed May 23 05:42:54 GMT 2007


spencerp wrote:
> Ryan Boren wrote:
>> Changeset 5510 introduces some very rough and incomplete taxonomy
>> code.  Experimental and unstable.  We be alpha now.  Stick with 2.2 or
>> 5509 if you value your blog.
>
> Still haven't upgraded "live" blogs to the 5510 of trunk, but I did 
> upgrade the localhost copy of it to the past few latest commits and 
> haven't had too many problems as of yet. On the front of the blog that 
> is. However, Tag Cloud went bye bye... and that's to be expected...
>
> What would be the correct tag call now? This one is no longer 
> functioning:
> <?php wp_tag_cloud('smallest=8&largest=22'); ?>
>
> Testing this on localhost, when adding a tag(s) to a post, I'm getting 
> this message:
>
> Warning: array_diff() [function.array-diff]: Argument #1 is not an 
> array in C:\Program Files\xampp\htdocs\wp-includes\taxonomy.php on 
> line 133
>
> Warning: Cannot modify header information - headers already sent by 
> (output started at C:\Program 
> Files\xampp\htdocs\wp-includes\taxonomy.php:133) in C:\Program 
> Files\xampp\htdocs\wp-includes\pluggable.php on line 329
>
>
> I know, it's still just test code. But I wanted to give heads up 
> anyway. ;) :) *Cough* Part of "testing" *cough* LOL! And no, I'm not 
> going to upgrade my live blogs now. hahaha.. Screw that! LOL

Oh by the way... when getting that above error message, it's when AFTER 
hitting Save/ Continue Editing / Publish  buttons etc etc... Then get 
that above... THEN when I rehit GO on browser... it loads right. Like 
normal. Then I refreshed index page of blog and the tags were there 
showing under post... with the normal code for it.
<?php if ( function_exists( 'the_tags' ) ) : the_tags('Tags: ', ', ',
'<br />'); endif; ?>


spencerp



More information about the wp-testers mailing list