Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/ru/www/m/b/e/***/scripts/***/classes/uAPImodule.php on line 84
Подключается так:
class api_uptime extends Api{
public function content(){
require_once('classes/uAPImodule.php');
$request = new Request($this->token);
$id = (int)3042;
$response = $request->get('/board', array('id' => $id));
....
вываливается с предупреждением..
строка:
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
это когда-нибудь исправят? или, как обычно, лепить костыли?
Зачем сделан блок кода, если в нем теряется все форматирование?!?
Неужели нельзя поправить?..