Ok, I genuinely have no idea what's happened here.
I found the php function stream_get_contents and wrapped it around "response->body", at which point Joomla complained that this new function needs a stream parameter and it received a string!
So I changed the call back to simply json_decode($response->body) and now it works!
What the???
I found the php function stream_get_contents and wrapped it around "response->body", at which point Joomla complained that this new function needs a stream parameter and it received a string!
So I changed the call back to simply json_decode($response->body) and now it works!

What the???
Statistics: Posted by MarkRS — Fri Oct 18, 2024 4:23 pm