Common Errors
Solutions for common errors and issues with product feeds.
Feed Generation Errors
”Memory limit exhausted”
Your server ran out of memory during feed generation.
Solutions:
-
Increase PHP memory limit in
wp-config.php:define('WP_MEMORY_LIMIT', '256M'); -
The plugin handles large catalogs efficiently, but if issues persist, contact your host to increase memory limits
”Maximum execution time exceeded”
Feed generation took too long.
Solutions:
-
Enable background processing (works in chunks, avoiding timeouts)
-
Reduce feed size with filters:
- Exclude out-of-stock products
- Filter to specific categories
- Remove unnecessary products
-
Increase PHP max_execution_time (ask your host)
“Failed to write feed file”
The plugin couldn’t save the feed file.
Solutions:
-
Check file permissions on
/wp-content/uploads/product-feeds/- Should be writable (755 or 775)
-
Verify disk space is available
-
Check for security plugins blocking file writes
”Invalid feed URL”
The feed URL isn’t accessible.
Solutions:
- Verify the URL works in your browser
- Check for security plugins blocking access
- Ensure
.xmlor.csvfiles aren’t blocked - Test with a simple URL (no query parameters)
Google Merchant Center Errors
”Missing required attribute: gtin”
Google requires GTIN for products from known brands.
Solutions:
-
Add GTINs to products:
- Edit product → Product Feed tab → Enter GTIN
-
Use Smart Auto-Fill for suggestions
-
For custom products without GTINs:
- In feed settings, set identifier_exists to “no"
"Invalid GTIN”
The GTIN format is incorrect.
Solutions:
-
Verify GTIN is correct:
- UPC: 12 digits
- EAN: 13 digits
- ISBN: 13 digits
-
Check for typos or extra characters
-
Validate using an online GTIN checker
”Landing page error”
Google couldn’t access your product page.
Solutions:
- Verify product URL works publicly
- Check for password protection
- Ensure robots.txt allows Googlebot
- Check SSL certificate is valid
- Remove any geographic restrictions
”Price mismatch”
Feed price doesn’t match landing page price.
Solutions:
-
Regenerate feed after price changes
-
Check for caching issues:
- Clear WooCommerce cache
- Clear page cache
- Clear CDN cache
-
Verify tax settings match:
- Feed and site should both include or exclude tax
- Check your region’s requirements
-
For variable products, ensure correct price shows
”Image too small”
Product image doesn’t meet size requirements.
Solutions:
- Google requires minimum 100x100 pixels
- Recommended: 800x800 pixels or larger
- Re-upload larger images to products
- Check image URLs are accessible
”Policy violation”
Product violates Google’s policies.
Common issues:
- Prohibited products (weapons, drugs, counterfeits)
- Misleading claims
- Inappropriate content
- Trademark issues
Solutions:
- Review Google Merchant policies
- Remove or modify violating products
- Filter problematic items from feed
- Appeal if you believe it’s an error
Plugin Configuration Errors
”License key invalid”
Your Pro license wasn’t recognized.
Solutions:
- Double-check for typos
- Ensure no extra spaces before/after
- Verify license hasn’t expired
- Try deactivating and reactivating
- Contact support with your purchase email
”Could not connect to license server”
Your server can’t reach our API.
Solutions:
- Check outbound HTTPS is allowed
- Verify no firewall blocking api.wooplugin.pro
- Ensure SSL/TLS is working
- Try again later (temporary server issues)
“Settings not saving”
Plugin settings won’t save.
Solutions:
- Check for JavaScript errors (browser console)
- Disable conflicting plugins temporarily
- Clear browser cache
- Verify user permissions
”Feed tab missing on products”
Product Feed tab doesn’t appear when editing products.
Solutions:
- Ensure plugin is activated
- Check for JavaScript errors
- Verify you’re editing a supported product type
- Clear browser cache and reload
Data Issues
Products missing from feed
Expected products aren’t in the generated feed.
Solutions:
-
Check filter rules aren’t excluding them
-
Verify product is published (not draft)
-
Check product has required data:
- Title
- Price
- Image
- Stock status
-
Regenerate the feed
Wrong prices in feed
Feed shows incorrect prices.
Solutions:
- Check WooCommerce price settings
- Verify sale prices and dates
- For variable products, check price display setting
- Clear transient cache:
WooCommerce → Status → Tools → Clear transients
Images not updating
Old images showing in feed.
Solutions:
- Regenerate feed after image changes
- Clear image caches
- Check CDN cache settings
- Verify image URLs are correct
Special characters breaking feed
Non-ASCII characters causing XML errors.
Solutions:
- Ensure feed encoding is UTF-8
- Enable HTML entity encoding for special chars
- Check product titles/descriptions for problematic characters
- Avoid copy-pasting from Word documents
Server Issues
Feed returns 404
Feed URL shows “not found”.
Solutions:
- Regenerate the feed
- Check permalink settings (resave)
- Verify .htaccess isn’t blocking
- Check file exists in uploads folder
Feed returns 500 error
Server error when accessing feed.
Solutions:
- Check PHP error logs
- Increase memory limits
- Disable problematic plugins
- Contact your hosting provider
Slow feed loading
Feed takes too long to load.
Solutions:
- Feeds are static files—should load quickly
- Check server response times
- Use CDN for feed delivery
- Verify no plugin is processing feed on load
Getting Help
If you can’t resolve an issue:
- Check the FAQ
- Search for your error message
- Contact support with:
- Error message
- Steps to reproduce
- WordPress/WooCommerce versions
- Screenshot if applicable