• Karan

    (@karankhanna)


    I have a live XML source for feeds. The problem is with inserting images. It sometimes imports them properly and sometimes don’t.
    I checked in the database and found for some of the properties in postmeta table wpp::image_status is sitting as working and some are sitting as pending.
    As I understand from the code of the plugin, it will not publish the post until the images are processed. That is where the problem lies, if some are sitting as image_status of working, it will not process more until those are processed. Because of this, there are so many properties which are just sitting as drafts and are not published. Please bear with me if I understood the logic wrong but this is what I got from tracing down the code of class_wpp_property_import.php.

    Is there something wrong with the server setting or is this a bug??
    Please advise!

    https://wordpress.org/plugins/wp-property/

Viewing 1 replies (of 1 total)
  • Plugin Contributor MariaKravchenko

    (@mariakravchenko)

    Hello.

    When you importing properties, did your import finished(in browser) or not? If you have not enough max_execution_time or memory_limit it can break off at half of the import process.

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Images not importing correctly from XML feeds’ is closed to new replies.