• Resolved negapo

    (@negapo)


    Sometimes, our feed isn’t updated and we have to delete the XML file and manually run the update routine. Looking at the debug logs from WP we can see some lines referring to the plug-in:

    First we have several errors pointing at the class-get-products.php file, line 1365:

    Notice: Undefined offset: 1 in /home/customer/www/DOMAIN/public_html/wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 1365

    
    1363 $section_name = explode(":", $name);											1364 $section_name_start = ucfirst($section_name[0]);										1365 $name = ucfirst(trim($section_name[1]));
    

    Then we have several of this errors:

    Warning: simplexml_load_file(): I/O warning : failed to load external entity "/home/customer/www/DOMAIN/public_html/wp-content/uploads/woo-product-feed-pro/xml/52uPa60uEssYwy9Umb6CEh6tWiMCDTi6p_tmp.xml" in /home/customer/www/DOMAIN/public_html/wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 1311

    Where the Temp file is not loaded, it seems, by the next error, that the temp file isnt available. And finally this one:

    Warning: copy(/home/customer/www/DOMAIN/public_html/wp-content/uploads/woo-product-feed-pro/xml/52uPa60uEssYwy9Umb6CEh6tWiMCDTi6p_tmp.xml): failed to open stream: No such file or directory in /home/customer/www/DOMAIN/public_html/wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 5076

    Any help is much appreciated. Thanks

  • The topic ‘Feed not Updated’ is closed to new replies.