Я только начинаю, помогите пожалуйста установить Drupal на локальном Windows XP под Denwer
После создания базы данных жму на название моего сайта в списке и получаю следующее:
Deprecated: Function ereg() is deprecated in Z:\home\localhost\www\proba\includes\file.inc on line 911
Deprecated: Function ereg() is deprecated in Z:\home\localhost\www\proba\includes\file.inc on line 911
Deprecated: Function ereg() is deprecated in Z:\home\localhost\www\proba\includes\file.inc on line 911
Deprecated: Function ereg() is deprecated in Z:\home\localhost\www\proba\includes\file.inc on line 911
Warning: Cannot modify header information - headers already sent by (output started at Z:\home\localhost\www\proba\includes\file.inc:911) in Z:\home\localhost\www\proba\includes\install.inc on line 618
Warning: Cannot modify header information - headers already sent by (output started at Z:\home\localhost\www\proba\includes\file.inc:911) in Z:\home\localhost\www\proba\includes\install.inc on line 619
Помогите кто может! Заранее СПАСИБО откликнувшимся!
Комментарии
PHP5.3?
http://www.google.com/search?hl=ru&hs=Qt&rls=ru&q=drupal+Deprecated%3A+F...
все жопа
переходи на джумлу
http://drupal.org/node/513462
помогло )
Вот этот Денвер поставь и будет тебе счастье (там PHP 5.2).
http://depositfiles.com/files/9lprier3x
Либо коректируй движок(но потом проблемы з обновлением могут быть):
нужно в файле file.inc исправить код:
902 elseif ( $depth >= $min_depth && ereg( $mask , $file )) {
на
902 elseif ( $depth >= $min_depth && mb_ereg( $mask , $file )) {