
It is a very common error that prompts up during blogger to wordpress migration. The moment you click on the “Authorize” button, a smiling Google Page appears on the screen which says “Invalid Token” and you are puzzled what to do next.

This problem was very common in the earlier versions of WordPress and Blogger Import Plugin and still persists. I have tested this for the latest version of WordPress and Plugin and it still does not works.
WordPress Version: 3.4.2
Blogger Import Plugin Version: 0.5
The solution to the problem is very simple and is one step process. There is absolutely no issue with the WordPress settings ofr version and neither with the blogger import plug-in. It is the problem with your Apache and PHP. One settings needs to be changed in your PHP.INI file and that is all.
Follow the below mentioned steps to resolve the issue:
- Logout of your Google or Blogger account (in case you are logged in)
- Stop your server (WAMP, XAMP or any other)
- Go to your server’s bin folder ( I am using WAMP Server, hence C:wampbin in my case)
- Go to Apache and then enter the subsequent apache version folder
- Enter the bin folder
- Locate PHP.INI file and open it in notepad or any other text editor
- Search for the below mentioned text
extension=php_openssl.dll
And remove the semicolon in front of it thus making it enabled.
Save the text file and come out. Restart your sever and now the things should work properly. Now you must not face any issue with blogger to wordpress migration process.
If you face any issue, kindly drop me a comment here and I would be happy to help.