[wp-trac] Re: [WordPress Trac] #5228: 500 Error on Install or Upgrade of 2.3 on FreeBSD

WordPress Trac wp-trac at lists.automattic.com
Thu Oct 18 20:42:48 GMT 2007


#5228: 500 Error on Install or Upgrade of 2.3 on FreeBSD
--------------------------------------+-------------------------------------
 Reporter:  KentWA                    |        Owner:  anonymous
     Type:  defect                    |       Status:  closed   
 Priority:  high                      |    Milestone:           
Component:  General                   |      Version:  2.3      
 Severity:  critical                  |   Resolution:  invalid  
 Keywords:  500 FreeBSD Server error  |  
--------------------------------------+-------------------------------------
Changes (by westi):

  * status:  new => closed
  * resolution:  => invalid
  * milestone:  2.3.1 =>

Comment:

 This is not a WordPress bug.

 That error message is generated by Suhosin when it detects incorrect
 memory management in the PHP Engine itself.

 The code in question on line 11 of wp-includes/taxonomy.php is:

 {{{
 $wp_taxonomies['category'] = (object) array('name' => 'category',
 'object_type' => 'post', 'hierarchical' => true, 'update_count_callback'
 => '_update_post_term_count');
 }}]

 See here for more info on this type of issue:
 http://forum.hardened-php.net/viewtopic.php?id=230

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5228#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list