• Situation
    Clean wordpress 2.5.1 installation, everything works fine, making new post etc… Then I imported all my posts from a wordpress.com blog through an .xml file. Import went fine.

    When trying to make a new post (post-new.php) page hangs (in firefox 2.0.0.14 and ie 6.0.2900 sp2) making it impossible to make any new posts.
    Editing posts work fine. Maybe it has something to do with popular categories not being loaded in the ‘post-new.php’ due to the imported posts?

    If someone could help me out with this problem it would be great and thx in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter anonymous789

    (@anonymous789)

    After trial and error I found the part in post-new.php which makes the page hang. After I deleted

    <?php
    $metadata = has_meta($post_ID);
    list_meta($metadata);
    ?>

    the page loaded fine, since I don’t use any metadata, I can live with this cutout, maybe in future versions this problem will solve itself out, for now I can blog again…

Viewing 1 replies (of 1 total)
  • The topic ‘problem with importing from wordpress.org’ is closed to new replies.