• Good morning everyone

    I am setting up a friend’s blog and there’s 620+ posts to import from Blogspot and I just can’t import post entries at all. This is what is going on:

    Error occurred getting OAuth tokens from Google

    OpenSSL is not installed check your PHP.INI or ask your server provider to enable the OpenSSL module.

    And I don’t think it’s possible for my hosting to enable it for me. Any workarounds?

    https://www.ads-software.com/plugins/blogger-importer/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Workshopshed

    (@workshopshed)

    The way the importer works is to call the Blogger APIs which in turn require OAuth to authenticate the connection.

    We currently have the check for OpenSSL because the OAuth module uses some functions from OpenSSL. It might be possible to unpick the module to remove the dependency but not a straight forward job.

    Possible work around, use a local WordPress install to pull the data across then migrate that WordPress install back up to your host server.

    Thread Starter autumn_bliss

    (@autumn_bliss)

    I was wondering after I import blogger data to my local wordpress install if it’s ok to export the sql tables to my server, overwriting the current tables (there’s close to nothing there right now).

    Plugin Author Workshopshed

    (@workshopshed)

    There are various options to migrate but yes you can do a database backup and then overwrite another.
    You’ll also need to copy over the wp_uploads folders.
    Finally you’ll need to use a find and replace to swap out the old domain name with your new one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't import at all: OpenSSL not installed’ is closed to new replies.