
29.11.2009, 11:10
|
|
Участник форума
Регистрация: 28.10.2009
Сообщений: 129
Провел на форуме: 460561
Репутация:
67
|
|
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/vol13/xtreemhost.com/xth_4613663/htdocs/online.php on line 19
Включен safe мод на сервере, попробуй вставить в начало скрипта
Код:
ini_set('safe_mode',0);
ini_set('open_basedir',0);
Warning: set_time_limit() has been disabled for security reasons
in /home/vol13/xtreemhost.com/xth_4613663/htdocs/online.php on line 2
Удали строку 2.
|
|
|