Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
should fix issue some had on line 160 with languages
- Loading branch information
should fix issue some had on line 160 with languages
8974d62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have German and Dutch now exporting, but the French feed I see in the languages but exports 0 products:
![French language 0 products exported google flux](https://user-images.githubusercontent.com/60182504/153575283-5b1ce176-f812-4f5c-85bb-aa381f518203.png)
Is there any config I could check?
Thanks..
8974d62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible that you run out of memory, if so you would need to increase your memory_limit from 256M to maybe 512M (php.ini)
8974d62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it's on 512M already, I believe the job is finishing but somehow sees the Dutch and German products, but not the French language. I have double checked the locales, languages and currency, all look oke. Any other tips where to check?
Thanks
8974d62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible you try to active export for french only? just to see if it works when there's no other language exported (that could help to determine if problem is related especially on french export or if it's due to too much languages to export)
Otherwise I have no idea...