michalbobo
Results
3
comments of
michalbobo
Hi, thanks for response. However it's not a syntax problem or anything. When I move my project to web hosting it is correctly working. When I'm trying to run my...
I tried to turn ON short_open_tags, restart my server and everything but I'm still getting the same error..
OK, so the problem is definitely the SSL. I added "curl_setopt($c, CURLOPT_SSL_VERIFYPEER, false);" to request() in parse.php and it works. Allthough this is just a temporary solution...