@!
Hubzilla Support Forum Hi, I have strange error.
On one site DMs are not delivering between channels. Message goes to queue (dont know why, on other site it is delivered immediately) In logs it shows it is taken from queue after a while, the sender channel is fetched in Activity.php and it ends (successfully) with null result and subsequently the message is discarded with No actor!
The cause of null fetch result is that in z_fetch_url in network.php the curl_exec successful result is not JSON but plain HTML, so json_decode fails.
Apparently Hubzilla should return Json to this fetch but does not.
How can I set it to return properly Json, or where I can check such a thing?