Plugin Directory

Changeset 958574


Ignore:
Timestamp:
08/01/2014 09:30:16 AM (12 years ago)
Author:
Workshopshed
Message:

Added recommendation on caching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • blogger-importer/trunk/readme.txt

    r887414 r958574  
    3737The importer connects your server to the blogger server to copy across the posts. For this to work you need to have connectivity from the server to the internet and also have at least one of the remote access protocols enabled, e.g. curl, streams or fsockopen. You can use the Core Control plugin to test if these are working correctly. The importer connects to Google over a secure connection so OpenSSL needs to be enabled on your server.
    3838The importer uses the SimplePie classes to read and process the data from blogger so you will need the php-xml module installed on your webserver.
     39
     40= Preparation =
     41
     42It is strongly recommended that you **disable all other plugins and caching** during the import.
     43
     44This will ensure that the information transfers across as smoothly as possible and that posts and comments are correctly transferrred.
    3945
    4046= How to use =
Note: See TracChangeset for help on using the changeset viewer.