Simple Press data importer plugin doesn't load

by bwh1
1 replies
  • WEB DESIGN
  • |
I know I know, should ask in the Simple Press Forum but if you don't know, they charge $37 for 2 month access.

But that Importer plugin is free to use but the forum can't load it.

So I FTP'd it and tried to use it that way, also no success.

So I should pay $37 bucks for their Forum access if the free plugin already doesn't work?

Any idea where to get some support to Simple Press or maybe someone in here can help.

G.
#data #importer #load #plugin #press #simple #simple press
  • Profile picture of the author RobinInTexas
    Sounds like you don't have the plugin files in the correct directory. Often plugins come in a zip file with extra stuff in the top level directory and the important stuff is in a folder and possibly additional subfolders below that.

    You might look for a file with a php extension that looks something like the first few lines in this plugin:

    Code:
    <?php
    /*
    Plugin Name: WordPress Importer
    Plugin URI: http://wordpress.org/extend/plugins/wordpress-importer/
    Description: Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.
    Author: wordpressdotorg
    Author URI: http://wordpress.org/
    Version: 0.6.1
    Text Domain: wordpress-importer
    License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    */
    If you upload all the stuff in that directory to the right place that might fix your problem.
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[9049729].message }}

Trending Topics