Надо локаль на сервере русскую выставить
Добавлено через 52 минуты
safe_mode и open_basedir разные вещи
С первым гояк, со вторым все работает
Все, разобрался.
Просто не в ту ячейку писал дату - и она не преобразовывалась в нужный
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Надо локаль на сервере русскую выставить
Добавлено через 52 минуты
safe_mode и open_basedir разные вещи
С первым гояк, со вторым все работает
У меня ОК (зеленый) на все, но сверху показывает 2 ошибки (как у gretsenko
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/mostmar4/public_html/grabber/setup.php on line 1175
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/***/public_html/***/setup.php on line 748
Нажимаю на установить.... ноль реакция.
Fatal error: Call to undefined function: ctype_alnum() in /usr/local/home/xxx/functions/to_translit.php on line 85
} else if (ctype_alnum($c)){
....................................................
$str = html_entity_decode($str);
$str = preg_replace("!<script[^>]{0,}>.*</script>!Uis", "", $str);
$str = strip_tags($str);
$str = preg_replace("![^абвгдеёжзийклмнопрстуфхцчшщьыъэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЬЫЪЭЮЯa-z0-9 ]!i", " ", $str);
$str = preg_replace("![\s]{2,}!", " ", $str);
$str = trim($str);
$ns = convert_cyr_string($str, "w", "k");
for ($i=0;$i<strlen($ns);$i++) {
$c=substr($ns,$i,1);
$a=strtoupper(dechex(ord($c)));
if (isset($transchars[$a])) {
$a=$transchars[$a];
} else if (ctype_alnum($c)){
$a=$c;
} else if (ctype_space($c)){
$a='-';
} else {
$a='';
}
$b.=$a;
}
return $b;
}
?>
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/us4379/news/functions/get_content.php on line 24
Warning: preg_replace_callback() [function.preg-replace-callback]: requires argument 2, 'nlbr', to be a valid callback in /home/us4379/news/admin/cron/source.getcontent.php on line 195
team.
если эти строчки надо закомментировать, то как найти их в коде?Warning: Cannot modify header information - headers already sent by (output started at /home/us4379/news/functions/get_content.php:24) in /home/us4379/news/admin/rss.php on line 156
Похожая проблема при нажатии кнопки обновить выскакивает следующая ошибка:
если эти строчки надо закомментировать, то как найти их в коде?
Уважаемый, подскажи пожалуйста ссылки на PHP_CURL и PHP_SOCKETS для Денвера. Очень надо...На Денвер на обычном домашнем компе скрипт ставится без проблем, доустанавливаешь пакет расширений с PHP_CURL и PHP_SOCKETS, и установка как по маслу.