The MU forums have moved to WordPress.org

wp-admin/import/wordpress.php bug (2 posts)

  1. daft27
    Member
    Posted 16 years ago #

    Segmentation fault during wxp Wordpress import process with PHP 5.1.6 for posts that have parents.

    Fix:

    112 $this->posts_processed[$post_ID][0] = &$post;
    should be
    112 $this->posts_processed[$post_ID][0] = $post;

  2. jackiedobson
    Member
    Posted 16 years ago #

    As per the readme file, bug tracking is on the trac please:

    http://trac.mu.wordpress.org

About this Topic

  • Started 16 years ago by daft27
  • Latest reply from jackiedobson