Также необходимо удалить log_message()
вызовы функций и codeIgniter get_instance()
вызов
Сводка .. удалить строки 233-238
// If no a protocol in URL, assume its a CI link
if ( ! preg_match('!^\w+://! i', $url))
{
$this->_ci->load->helper('url');
$url = site_url($url);
}
строка 31-32
$this->_ci =& get_instance();
log_message('debug', 'cURL Class Initialized');
и строка 36
log_message('error', 'cURL Class - PHP was not built with cURL enabled. Rebuild PHP with --with-curl to use cURL.') ;