john46
Forum Replies Created
-
Forum: Plugins
In reply to: [AWS for WordPress] Bulk update disabled in version 4@tstachlewski I have narrowed my issue down to this as well. Everything works up until wp_remote_post($url, $request_args); in AmazonAI-BackgroundTask.php
We are hosting our site on AWS. Are there any questions I can ask my backend devs that might help you further troubleshoot this issue?
Forum: Plugins
In reply to: [AWS for WordPress] Bulk update disabled in version 4Here are my logs as well:
[31-Oct-2019 20:49:36 UTC] AmazonAI_PollyService::save_post Saving post ( id=7767 )
[31-Oct-2019 20:49:36 UTC] AmazonAI_PollyService::save_post Starting background task process ( id=7767 )
[31-Oct-2019 20:49:36 UTC] AmazonAI_BackgroundTask::trigger Triggering background task generate_post_audio
[31-Oct-2019 20:49:46 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/wp-content/plugins/feedwordpress/feedwordpress.php on line 885
[31-Oct-2019 20:49:55 UTC] AmazonAI_PollyService::save_post Saving post ( id=7767 )
[31-Oct-2019 20:49:55 UTC] AmazonAI_PollyService::save_post Starting background task process ( id=7767 )
[31-Oct-2019 20:49:55 UTC] AmazonAI_BackgroundTask::trigger Triggering background task generate_post_audio
[31-Oct-2019 20:50:04 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/wp-content/plugins/feedwordpress/feedwordpress.php on line 885
[31-Oct-2019 20:50:12 UTC] AmazonAI_PollyService::save_post Saving post ( id=7767 )
[31-Oct-2019 20:50:12 UTC] AmazonAI_PollyService::save_post Starting background task process ( id=7767 )
[31-Oct-2019 20:50:12 UTC] AmazonAI_BackgroundTask::trigger Triggering background task generate_post_audio
[31-Oct-2019 20:50:22 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/wp-content/plugins/feedwordpress/feedwordpress.php on line 885Forum: Plugins
In reply to: [AWS for WordPress] Bulk update disabled in version 4I am also dealing with this exact issue. Newly created, single posts do not have any audio. With bulk update disabled there is no way to generate the file. I will post logs as well once I get them from our backend team.
- This reply was modified 6 years, 6 months ago by john46.