Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Eric_WVGG

    (@cowboy_x)

    … and the “action” on the upload form also leads to the incorrect address, making an import impossible

    Thread Starter Eric_WVGG

    (@cowboy_x)

    I was able to fix this by editing line 54 of /wp-admin/import.php to read
    $action = "<a href='import.php?import=$id' title='".wptexturize(strip_tags($data[1]))."'>{$data[0]}</a>";

    and line 56 of /wp-admin/import/wordpress.php to
    wp_import_upload_form("import.php?import=wordpress&step=1");

    presumably it would need to be altered in /wp-admin/import/*.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Import page is blank’ is closed to new replies.