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

    (@kerfred)

    Did you already import the articles and then delete them by hand? It could explain this issue, because the plugin won’t reimport already imported articles.
    What happens if you restart the import from scratch (that means empty the WordPress content with the button)?

    Thread Starter emaurin

    (@emaurin)

    I can not empty the contents of WordPress, it is the content of my website. The problem arises when I update to version 2.9.2.He never realized the import of goods. Meanwhile I’m using CMSHelpLive: Convert Joomla to WordPress.

    Thanks

    Plugin Author Kerfred

    (@kerfred)

    Did you already import the articles and then delete them by hand?
    If yes, you can reset the import counter with this SQL command:

    UPDATE wp_options
    SET option_value = 0
    WHERE option_name IN('fgj2wp_last_joomla_id', 'fgj2wp_last_link_id', 'fgj2wp_last_module_id', 'fgj2wp_last_user_id');

    After running this SQL command with phpMyAdmin, if you run the import again, it will import all the articles.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘eror import WordPress 4.4’ is closed to new replies.