Quote:
Originally Posted by buro9
Scary. You are having fun.
In bitly.php where you have these lines:
PHP Code:
// we expect JSON so decode it
$json = @json_decode($response, true);
Could you echo $response and then return; out of there so that I can see what the hell bitly returned. The JSON from them should be fine, so I want to be sure it's working at all.
|
Lol, well it's a mod that will save me a lot of time, and an error was fixed, so keeping it positive!
Not to sure what to change exactly though. Tried echoing it out. But I'm getting the same error all the time, so I'm echoing out something wrong.