Viewing 5 replies - 1 through 5 (of 5 total)
  • eggplantstudios

    (@shawneggplantstudiosca)

    The import feature was a last minute addition in this version, so I expect to fix many of the bugs with the import – as well as add an export feature in a future release.

    Hopefully since you’re comfortable in PHPMyAdmin you could just re-import that table if you need to restore them for the time being ??

    eggplantstudios

    (@shawneggplantstudiosca)

    Export has been added in 2.2.0 – plus a much better importer. Thank you!

    I successfully exported a CSV from SiteX.

    When I import SiteX’s CSV to SiteY, I get the following error:

    WARNING: Not a valid CSV file! No new redirects have been added.

    I have confirmed that the file is indeed a CSV. I’ve tried changing the encoding, and removing the “hits” column but to no avail.

    This is happening with WordPress 4.2.2 and EPS Redirects 2.2.4

    Any ideas?

    the fix for this is to edit plugin.php on line 250 and add “text/comma-separated-values”.

    from:
    $mimes = array(‘application/vnd.ms-excel’,’text/plain’,’text/csv’,’text/tsv’);
    to :
    $mimes = array(‘application/vnd.ms-excel’,’text/plain’,’text/csv’,’text/tsv’,’text/comma-separated-values’);

    eggplantstudios

    (@shawneggplantstudiosca)

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Export’ is closed to new replies.