Plesk, cpanel ve fastpanelde çalışan kodlar cyber panelde çalışmıyor. Yani cronjob çalışıyor ama cronjobun çalıştırdığı dosya hata veriyor. Sunucuda bir ayar mı yapmam lazım acaba bunun için çünkü diğer kontrol panellerinde çalışıyor. Cyber'da şöyle bir hata veriyor php sayfasını çalıştırınca.

setConfig($config); $request->setHeader(array( 'User-Agent' => $header_useragent, 'Accept'=>'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'Accept-Language' => 'tr-TR,tr;q=0.8,en-US;q=0.6,en;q=0.4', 'Accept-Encoding' => 'gzip, deflate, sdch', 'Connection' => 'keep-alive', 'Upgrade-Insecure-Requests' => 1 )); $response = $request->send(); $response_body = $response->getBody(); print $response_body; ?>