Contact us for a project proposal!

WordPress: Blogger Importer 403 Auth Error — THE FIX!!

1 Comment

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!

  1. Find the blogger-importer.php file which should be located in /wp-content/plugins/blogger-importer.
  2. Locate line 99 which reads:
  3. $token = preg_replace( ‘/[^-_0-9a-zA-Z]/’, ”, $_GET['token'] );

  4. Change it to:
  5. $token = preg_replace( ‘/[^%-_0-9a-zA-Z]/’, ”, $_GET['token'] );

  6. Find line 108 which reads:
  7. preg_match( ‘/token=([-_0-9a-z]+)/i’, $response, $matches );

  8. Change it to:
  9. 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!

Posted in: STAFF BLOG

Share this Article:

About

Kat Robertson began designing in 2002 for personal projects before turning her hobby into a home business when she opened Robertson Enterprises, the parent company of the eDesign-Pro subsidiary, in 2004. She is the mother of five children and enjoys blogging at iHeart7.com in her spare time where she shares her experiences in the midst of all the chaos.

One Comment

  1. 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

    [Reply]

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>