Title: Multiple errors in my catalog
Last modified: December 17, 2020

---

# Multiple errors in my catalog

 *  [rubis90](https://wordpress.org/support/users/rubis90/)
 * (@rubis90)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/multiple-errors-in-my-catalog/)
 * Hi!
    I am trying to sync my woocommerce product list and my facebook product 
   catalog but I keep getting a lot of errors like the ones in the attached screenshots.
   Can you please help me solve this problem?
 * [https://snipboard.io/NEeBwP.jpg](https://snipboard.io/NEeBwP.jpg)
    [https://snipboard.io/aDu8R5.jpg](https://snipboard.io/aDu8R5.jpg)
   [https://snipboard.io/dHwY6r.jpg](https://snipboard.io/dHwY6r.jpg) [https://snipboard.io/rzAEhT.jpg](https://snipboard.io/rzAEhT.jpg)
   [https://snipboard.io/UpoPz6.jpg](https://snipboard.io/UpoPz6.jpg) [https://snipboard.io/CaGxVW.jpg](https://snipboard.io/CaGxVW.jpg)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmultiple-errors-in-my-catalog%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Antonino Scarfì](https://wordpress.org/support/users/antoscarface/)
 * (@antoscarface)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/multiple-errors-in-my-catalog/#post-13877183)
 * Hi,
 * I guess you are using SG Optimizer plugin, which is the main cause of this issue,
   aren’t you?
 * If yes, it most probably cause by the lazy loading feature.
 * A quick solution would be deactivate it programmatically during the product catalog
   tasks. Try to use this hook in order to do that:
 *     ```
       add_action('admin_init', function() {
       	if (false !== strpos(filter_input( INPUT_POST, 'action', FILTER_SANITIZE_STRING ), 'aepc_')) {
       		add_filter('pre_option_siteground_optimizer_lazyload_images', '__return_false');
       		add_filter('pre_site_option_siteground_optimizer_lazyload_images', '__return_false');
       	}
       });
       ```
   
 * Place this code at the end of the `functions.php` file of your current theme 
   or in a new plugin.
 * Let me know if it works for you.

Viewing 1 replies (of 1 total)

The topic ‘Multiple errors in my catalog’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/pixel-caffeine_e2ce0c.svg)
 * [Pixel Caffeine](https://wordpress.org/plugins/pixel-caffeine/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pixel-caffeine/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pixel-caffeine/)
 * [Active Topics](https://wordpress.org/support/plugin/pixel-caffeine/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pixel-caffeine/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pixel-caffeine/reviews/)

## Tags

 * [xml](https://wordpress.org/support/topic-tag/xml/)

 * 1 reply
 * 2 participants
 * Last reply from: [Antonino Scarfì](https://wordpress.org/support/users/antoscarface/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/multiple-errors-in-my-catalog/#post-13877183)
 * Status: not resolved