raffi007
Forum Replies Created
-
I tried it, in appearance it worked but when i checked the feed file created, it only had 5000 lines where the normal file should have around 68000
But everytime i triggered the woosea_create_batch_event the % on the Manage Feed page increased.So basically from what i can conclude is that the let us say i have a batch number of 400, when i am triggering the manual update of the feed, the plugin is starting to generate the file but hangs lets say at 100 products and doesnt continue doing the rest of the 300, and then when manually i trigger woosea_create_batch_event again, it creates again another 100 products out of 400 etc etc
So basically something is preventing the full batch from processing that is exctly why i don’t even see woosea_create_batch_event automatically added to the cron events, it is because the batch is never finishing from processing.This is the cae even if I make the batch size 100 products, so there is something wrong with the plugin.
For sure my server can manage 100 products per batch.Any suggestions ?
So if I understand well the process is the following
After I press on manual update the following happens
1- The update process is ran and when the the batch size is reached then
2- https://ibb.co/p0m1Tjb counts the number of products in the feed and displays the % on the Manage feed page then
3- Batch hook is created in the Cron to trigger the next Batch, when the batch is created
Points #2 & #3 are repeated until all products are added to the feed ?
So if the feed update hangs, all I have to do is manually create/run the Batch hook and then the Cron Hook
Hello
My batch size was already put to 500 because the feed creation process used to always hang.
So what i did is that i just reduced it to 400 and refreshed the feed and what do you know, it worked.
The feed was created and i uploaded it to facebook and the duplicates disappeared ??
Everything is back to normal
Thank you so much for your helpWhat I tried is to copy the feed and manually refresh the feed on the copied one and I got the same feed results
I disabled and re-enabled the feed, same results
Please find the list below
Facebook just shows a sample of the 24 rejected onesThank you, it worked
They really are not in a hurry to fix a major bug in their latest version.
Leaving the bug active on wordpress for a week now.
good workAs usual Mailpoet Support is nowhere to be found
I have this issue too.
Whats the problem ?Hello
I realized that the pages for confirming the subscription, the management of subscription and the unsubscription are all giving 404 errors but yet when i press preview from the settings, i get the preview correctly.
The only solution i found for this was to create my custom pages for the above 3 and replace them in the settings and things got back to normal.
But if i switch back to the default Mailpoet pages in the settings, i get 404 errors again.Forum: Plugins
In reply to: [WooCommerce] Remove Product Meta being added to Shipping LineIn fact i do not want to remove the product metas of the products in the order but rather the name if each product in the order is being added to the meta of the shipping method line as see on the image above.
So let us say i purchased 1 x Table
In the customer order i have a line saying 1 x table and the price and at the bottom
Of the order i have free shipping as a shipping method and in the shipping meta i have 1x table being added which i dont wantForum: Plugins
In reply to: [WooCommerce] Bug : Manual New Order Notification Email Sending not workingHello
Thank your reply
When i open a customer order, on right panel I have the section call SEND ORDER EMAIL.
I chose NEW ORDER from the drop down menu and press the button SAVE ORDER & SEND EMAIL.The email is not generated and not sent, the email queue in the WP Mail Logger is empty.
If i chose anything else from the drop down menu like CANCELLED ORDER or COMPLETED ORDER, the emails are generated and sent and they appear in the WP Mail Logger
Forum: Plugins
In reply to: [Yoast SEO] After latest update error in Facebook DebuggerWhy would they remove it ?
That’s weirdNo the problem is not that any of the variations are being excluded from the feed but rather the feed is creating a duplicate of the same variation.
It just happened again now.
I added a new product to woocommerce (Product C)i refreshed the feed.
What happened is that last time the problem (duplicate) appeared with a product let us call it Bsince this time i added a new product, the duplicate in the feed moved to another product called C
so to resume the situation
Product A has variations called 1,2 3
Product B has variations called 4,5,6,7
Product C has variations called 8,9,10at the beginning of the problem we had this in the feed
for Product A instead of having variations 1,2,3 we had instead 1,2,2 so the feed duplicated the variation 2 in the fileto do a test I edited the Product A and disabled variation 2
when i refreshed the feed, the problem moved to another product
Product A showed variations 1,3 (since variation 2 was disabled)
and suddenly product B which had its variations showing correctly previously (4,5,6,7) started showing 4,5,5,7 in the new feed file. So the feed duplicated the variation 5Today I just added a new product to woocommerce and refreshed the feed
Now suddenly
Product A is showing Variations 1,2,3 correctly
Product B which previously had a duplicate variation, showing in the feed as 4,5,5,7 instead of 4,5,6,7 started showing the variations correctly as 4,5,6,7and now another product D which has variations 8,9,10 and was showing correctly in previous feed files, started showing a duplicate as 8,8,10 instead of the normal 8,9,10
so there is clearly something in the plugin duplicating variations randomly from product to product