OK something wierd is happening with this importer…
I downloaded the livejournal-import.php from
https://www.bhansalimail.com/wordpress_import-livejournal.php
and placed it in the import folder that is INSIDE the wp-admin folder.
When I then go to wp-admin and go to the import tab the style of the page alters.
I get a thinner central column… wierd…
When I change the first line to
<?php define(‘XMLFILE’, ‘lj.xml’);
// Example etc
thereby putting the right file name in I get an error if i try to import.
If I remove the <?php so that it reads
define(‘XMLFILE’, ‘lj.xml’);
// Example
not only do I get an error but I get a spew of the php file in the ‘import’ page of the dashboard.
I’m assuming that my neglible knowledge of php means I’mmaking a syntax error here but can someone point that out for me? Many thanks….