UPDATE: The Blogger import plug-in has been updated since this article was written. You may download and run the tool successfully on the WordPress platform.
For those of you who read my workaround post regarding this issue, there is now an actual fix so that you can use the Blogger Importer without retrieving a 403 authorization error. A few simple tweaks in the plugin coding will have you on your way in no time!
- Find the blogger-importer.php file which should be located in /wp-content/plugins/blogger-importer.
- Locate line 99 which reads:
- Change it to:
- Find line 108 which reads:
- Change it to:
$token = preg_replace( ‘/[^-_0-9a-zA-Z]/’, ”, $_GET[‘token’] );
$token = preg_replace( ‘/[^%-_0-9a-zA-Z]/’, ”, $_GET[‘token’] );
preg_match( ‘/token=([-_0-9a-z]+)/i’, $response, $matches );
preg_match( ‘/token=([%-_0-9a-z]+)/i’, $response, $matches );
That’s it. Run the Blogger importer like you normally would and VOILA — 403 auth error problem solved!
HI, I tried to use the manual posted on this site to get rid of the ‘error 403’. Buy that led to ‘error 404’.
I can log on to my wordpress, but as soon as I try to upload a picture I get the ‘error 403’
I hope you can help me.
xx Kristina