LiveJournal Importer Error in 3.x
-
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 22Now, 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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘LiveJournal Importer Error in 3.x’ is closed to new replies.