• Resolved bendopoli

    (@bendopoli)


    Hi,

    I have to import a big database (7.300 articles, 130 categories, thousands of media) and I tried with FG.
    It made a special but partial work: it imported “only” 6.600 articles, with problem with recent articles.
    Before buying premium versione (to import also authors) I’d like to solve this problem.
    I already tried increasing memory limit (no success): how can I deal with it?

    Thanks!

    https://www.ads-software.com/plugins/fg-joomla-to-wordpress/

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

    (@kerfred)

    If you click again on the import button, it will resume the import where it left off.
    You must leave the automatic removal checkbox unchecked.

    Thread Starter bendopoli

    (@bendopoli)

    Yes, @kerfred, I already did it: clicking on the import button again and againd, leaving the automatic removal checkbox unchecked.

    But I’ve always the same problem: it stops to 6.600 and not import the rest 700 articles.

    Plugin Author Kerfred

    (@kerfred)

    Another cause can be a big image that blocks the import process. You must identify this image and resize or remove it from Joomla before resuming the import.

    Thread Starter bendopoli

    (@bendopoli)

    How can identify it?

    Thread Starter bendopoli

    (@bendopoli)

    Any idea of how to identify the image blocking the import process?

    Plugin Author Kerfred

    (@kerfred)

    You can get the Joomla ID of the last imported article. The issue is on the article with the next ID.

    Thread Starter bendopoli

    (@bendopoli)

    Hi Kefred, how can I get what’s the last imported article?

    Plugin Author Kerfred

    (@kerfred)

    You can use this SQL query to get the ID of the last imported Joomla article:

    SELECT MAX(meta_value)
    FROM wp_postmeta
    WHERE meta_key = "_fgj2wp_old_id";

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not All Article’ is closed to new replies.