admm8h
Forum Replies Created
-
So upon further tests, it seems the Salesforce API HTTP Request is returning an Array with empty values.
Running the Salesforce Query in the Salesforce Developers console seems to return no results as you can see here.
I can confirm that the Pull request is partially working, as creating a new entry in SalesForce successfully creates a new Post on WordPress. It’s only when i try to update existing values in SalesForce that it does not update its corresponding fields in WordPress.
- This reply was modified 5 years, 7 months ago by admm8h.
@jonathanstegall Thank you for your reply Jonathan.
What’s interesting is, when i create a new event in SalesForce, it successfully creates the post on WordPress (as a draft). The problem seems to only be with updating existing posts.
I’ll run those errors through the Salesforce developer console and see what i can find.
Once again thank you for your help thus far.
UPDATE:
Just to confirm, In WordPress within the Salesforce settings, under the Authorize app, it says Salesforce is successfully authenticated.
I came across the docs and it suggested to install the WP Crontol plugin to see wether the pull jobs are running as expected. However, upon looking at the list of cron events, none of them relate to SalesForce. This seems to suggest the cron event for pulling data doesn’t exist? Here’s a screenshot of the list of cron events on my site: https://imgur.com/a/FDEQBpv
And here’s a screenshot of the debug log, the same thing keeps popping up every couple of minutes: https://imgur.com/a/O3W5RTI
Thanks.
Forum: Plugins
In reply to: [Load More Products for WooCommerce] Update broke my websiteI’ve come across this thread which seems to share the same issues as described above: https://www.ads-software.com/support/topic/error-in-latest-update-6-3-7/
I will attempt the workarounds suggested and see if it makes a difference.