Re: Cbk Post Across Sites cron?
on :January 27, 2024, 8:08 pm #769
If the connection is good, that means that the options/fields are different.
You can activate the logs how i told you above.
And check in the site from where you publish to see the logs.
The logs files is in plugin cbk_post_across/admin/logs/logs.txt
Re: Cbk Post Across Sites cron?
on :January 28, 2024, 10:49 pm #774
Logs are empty after publishing on site A and B. Waited 24 hours and still nothing in it.
define('CBK_POST_ACROSS_SAVE_LOGS', true); is on
Re: Cbk Post Across Sites cron?
on :January 29, 2024, 9:14 pm #776
In the new version, you will have the proper tools to debug the connection and log the event if the response is ok.
Just upload the new version and activate the logs from the settings.
Re: Cbk Post Across Sites cron?
on :February 7, 2024, 5:28 pm #777
Call me stupid, but only now do I notice that the checkbox has to be checked...sorry ;-) Anyway, for now it doesn't work yet because when I post on Site A or B I get the message after posting The response is not an array, the response data cannot be interpreted. #https://mydomain.com/index.php?page=cbkPostAcross
Any idea what this means?
Re: Cbk Post Across Sites cron?
on :February 7, 2024, 9:57 pm #778
That means that the response is not correct, and the site does not return the correct data.
Try to access the URL displayed and see if you can access that url.
Ensure you follow the correct instructions from the help page and your URL is correct. The plugin needs to be installed and active on both sites.
Bot you need to add sites only on the domain from where you want to publish.
Re: Cbk Post Across Sites cron?
on :February 7, 2024, 10:34 pm #779
Following url gives
{"touch":true,"authenticated":false,"message":"Error on authentication"}
regards
Re: Cbk Post Across Sites cron?
on :February 8, 2024, 8:12 am #780
If the response is a correct json format, that means that you have an php error on publish or something is messing the page and is not responding in a json format.