Opened 19 years ago
Closed 18 years ago
#3454 closed defect (bug) (wontfix)
Blogger import fails with 404 at example.com/wordpress/wp-admin/login.do
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | import blogger importer |
Focuses: | Cc: |
Description
Blogger import fails with 404 at http://example.com/wordpress/wp-admin/login.do
It seems that if the Blogger credentials have expired, the importer does not log in again.
WORKAROUND
On the Import Blogger page:
- Record any of your blogs that have been imported 100% so you don't waste your time importing again (but if you do, it should just report each entry is already imported)
- Click 'Reset this importer'
- Re-enter your blogger username and password
Importing should again be successful.
REPRO: always
STEPS:
- Import one of my blogger blogs
- Wait a day
- Go back to the Import page (wp-admin/import.php) and click Blogger
- Notice that I am not prompted to login and the Blogger blogs are already listed
- Click on one of the blogs
ACTUAL RESULT
URL is updated to http://example.com/wordpress/wp-admin/login.do -> 404
ADDITIONAL DETAILS
case 0 do_login() is skipped
case 2 backup_settings() is run until the $form is populated and die($output . $form);
is execulted. This results in a login.do form action locally and then, of course, a 404.
Discovered on WordPress.com
Change History (1)
Note: See
TracTickets for help on using
tickets.
Closing as WONTFIX based on "new Blogger" #3719