Quote:
Originally Posted by jarosciak
Those getting blank page, this may help you.
I couldn't find an answer and started to check the programming when I've realized this script is using CURL, which I haven't enabled in php.ini.
I've added this into my php.ini:
[PHP_CURL]
extension=php_curl.dll
/of course this requires php_curl.dll to be available in your php ext directory/
And it all started to work.
|
Well spotted, thanks for pointing this out.