+ Reply to Thread
Results 1 to 9 of 9

Thread: Phorum import fails

Threaded View

  1. #1
    New Member hæhre has disabled reputation
    Join Date
    Jan 2005
    Posts
    15

    Phorum import fails

    I have a Phorum 5.0.16 installation I want converted to vb 3.6.

    This is a clean install, i get to 006.php (posts import) then I only get error messages like:

    "invalid post object, skipping.userid"

    I've also seen some:

    "Found avatar post and DID NOT imported to the mysql database"-messages.

    The source board has been open to guest posting and I want to do the same with vb.

    I got 1 (the first) post converted one time, but only errors after that.

    All the other scripts has run fine.

  2. #2
    ImpEx Developer Jerry will become famous soon enough Jerry's Avatar
    Join Date
    Dec 2002
    Location
    Secret underground lab
    Posts
    9,115
    Blog Entries
    5
    Did you allow guest posting on your Phorum ?

  3. #3
    New Member hæhre has disabled reputation
    Join Date
    Jan 2005
    Posts
    15
    yes, my phorum has been running with guest posting, and optional accounts if people register.

  4. #4
    New Member hæhre has disabled reputation
    Join Date
    Jan 2005
    Posts
    15
    Just an update on this as I gave it some more tries and might give some more clues.

    Just running the Phorum5 importer gives the "invalid post object, skipping.userid" messages on all posts and imports nothing.

    I tried changing the line:

    $try->set_value('mandatory', 'userid', $user_ids_array["$post_details[userid]"]);

    in phorum5/006.php into:

    if ($user_ids_array["$post_details[userid]"])
    {
    $try->set_value('mandatory', 'userid',$user_ids_array["$post_details[userid]"]);
    }
    else
    {
    $try->set_value('mandatory', 'userid',"0");
    }

    With that I get the "Found avatar post and DID NOT imported to the mysql database" messages on all but the very first post which imports well.

  5. #5
    New Member hæhre has disabled reputation
    Join Date
    Jan 2005
    Posts
    15
    anyone?

  6. #6
    ImpEx Developer Jerry will become famous soon enough Jerry's Avatar
    Join Date
    Dec 2002
    Location
    Secret underground lab
    Posts
    9,115
    Blog Entries
    5
    I have updated ImpEx, download and overwrite :

    /impex/systems/phorum5/006.php

  7. #7
    New Member hæhre has disabled reputation
    Join Date
    Jan 2005
    Posts
    15
    Thanks Jerry, but I'm still butting my head against the wall after downloading the new impex.

    What is happening now is the same as before (after I added the userid part from the post above). I get the "Found post and DID NOT imported to the mysql database"-message on all posts except the very first post which imports successfully.

  8. #8
    ImpEx Developer Jerry will become famous soon enough Jerry's Avatar
    Join Date
    Dec 2002
    Location
    Secret underground lab
    Posts
    9,115
    Blog Entries
    5
    Quote Originally Posted by hæhre View Post
    Thanks Jerry, but I'm still butting my head against the wall after downloading the new impex.

    What is happening now is the same as before (after I added the userid part from the post above). I get the "Found post and DID NOT imported to the mysql database"-message on all posts except the very first post which imports successfully.
    Then there is an issue with the id's being used for importpostid's.

    set dupe_checking to false in ImpExConfig.

    Code:
    define('dupe_checking', false);

  9. #9
    New Member hæhre has disabled reputation
    Join Date
    Jan 2005
    Posts
    15
    That was it, thanks a bunch

+ Reply to Thread

Similar Threads

  1. phorum 3.4.8a (5.0.16) import problem **help**
    By nagpochenpo in forum vBulletin Impex Import System
    Replies: 3
    Last Post: Sun 11th Mar '07, 8:05am
  2. Import from Phorum 3.2.11
    By dkendall in forum vBulletin Impex Import System
    Replies: 7
    Last Post: Wed 8th Mar '06, 12:44am
  3. Bug in phorum 5 import?
    By SourceFootball in forum vBulletin Impex Import System
    Replies: 2
    Last Post: Fri 27th May '05, 8:02pm
  4. import script for phorum
    By sidhighwind in forum vBulletin 2 Suggestions and Feedback
    Replies: 3
    Last Post: Fri 6th Jul '01, 4:49pm
  5. [request] Phorum import
    By Sin in forum vBulletin 1.1.x Suggestions and Feedback
    Replies: 2
    Last Post: Fri 1st Dec '00, 10:23am

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts