• Made an attempt to import a LJ account’s entries and comments into my wordpress page. I ended up getting this error about 5 mins into the import process.

    Fatal error: Call to a member function step1() on a non-object in /var/www/FOLDERNAME/wp-content/plugins/livejournal-importer/livejournal-importer.php on line 22

    Now, I can go back into LJ importer and tell it to “continue previous import” but when it goes from one batch to the next, I will get the above error again.

    Going into livejournal-importer.php, I find this is what line 22 reads:

    $result = $lj_api_import->{ ‘step’ . ( (int) $_POST[‘step’] ) }();

    Is there any fix for this in WordPress 3.0.3?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Got exactly the same issue on 3.0.3. Looks like no fix yet.

    Thread Starter WebmistressM

    (@webmistressm)

    @provtilligo

    Sorry to hear that. I am going to double check but it seems that my tags (keywords) did not move over from the lJ environment when I did this import.

    I have since done some work on page additions so Im unsure if, when/if this is fixed, there is a way to re-import from that account without causing conflict of data, in order to pull in those tags.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘LiveJournal Importer Error in 3.x’ is closed to new replies.