icepancher
Создатель
- Регистрация
- 11 Авг 2008
- Сообщения
- 12
- Реакции
- 7
Ошибка
Доброе утро!
Столкнулся с такой проблемкой
После захода в чат выдает следущее
** PHP Error Messages: **
----
[WARNING] file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(/connect.class.php) is not within the allowed path(s (/home/icepancher/:/tmp:/usr/local/lib/php/)
error in line 66 of file /home/icepancher/domains/icepuncher.com/public_html/components/com_utchat/src/pfccommand.class.php
----
[WARNING] file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(/log.class.php) is not within the allowed path(s (/home/icepancher/:/tmp:/usr/local/lib/php/)
error in line 85 of file /home/icepancher/domains/icepuncher.com/public_html/components/com_utchat/src/pfccommand.class.php
и.т.д.....................
Посмотрел на line 66 и 85 в файле pfccommand.class.php
находятся следующие строчки
if (file_exists($cmd_filename)) require_once($cmd_filename);
if (file_exists($proxy_filename)) require_once($proxy_filename);
Помогите кто чем сможет.
Добавлено через 4 минуты
Странно, почему-то у меня нету папки "pfc"
Скачал файл с первого вашего поста...
Доброе утро!
Столкнулся с такой проблемкой
После захода в чат выдает следущее
** PHP Error Messages: **
----
[WARNING] file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(/connect.class.php) is not within the allowed path(s (/home/icepancher/:/tmp:/usr/local/lib/php/)
error in line 66 of file /home/icepancher/domains/icepuncher.com/public_html/components/com_utchat/src/pfccommand.class.php
----
[WARNING] file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(/log.class.php) is not within the allowed path(s (/home/icepancher/:/tmp:/usr/local/lib/php/)
error in line 85 of file /home/icepancher/domains/icepuncher.com/public_html/components/com_utchat/src/pfccommand.class.php
и.т.д.....................
Посмотрел на line 66 и 85 в файле pfccommand.class.php
находятся следующие строчки
if (file_exists($cmd_filename)) require_once($cmd_filename);
if (file_exists($proxy_filename)) require_once($proxy_filename);
Помогите кто чем сможет.
Добавлено через 4 минуты
Вам надо перезаписать папку components\com_utchat\pfc\ заново. т.е. вы дорлжни заново скопировать и перезаписать папку pfc на хостинге.
Еще один небольшой багфикс :
в файлике:
com_utchat\pfc\themes\default\chat.js.tpl.php
есть два тега имг которые надо удалить, ищите их по урлу:
Для просмотра ссылки Войдиили Зарегистрируйся
Странно, почему-то у меня нету папки "pfc"
Скачал файл с первого вашего поста...