Jump to content

FoXeG

Пользователи
  • В сети

  • Количество сообщений

    3
  • Reputation

    0 FoXeG's Reputation
  1. Делал все по вот этому мануалу но на стадии импорта базы данных выскакивает ошибка -- -- Дамп данных таблицы `attachments_type` -- INSERT INTO `attachments_type` (`atype_id`, `atype_extension`, `atype_mimetype`, `atype_post`, `atype_img`) VALUES (1, 'aiff', 'audio/x-aiff', 1, 'style_extra/mime_types/quicktime.gif'), (2, 'bmp', 'image/x-MS-bmp', 1, 'style_extra/mime_types/gif.gif'), (3, 'css', 'unknown/unknown', 1, 'style_extra/mime_types/script.gif'), (4, 'doc', 'application/msword', 1, 'style_extra/mime_types/doc.gif'), (5, 'gif', 'image/gif', 1, 'style_extra/mime_types/gif.gif'), (6, 'gz', 'application/x-gzip', 1, 'style_extra/mime_types/zip.gif'), (7, 'hqx', 'application/mac-binhex40', 1, 'style_extra/mime_types/stuffit.gif'), (8, 'htm', 'unknown/unknown', 1, 'style_extra/mime_types/html.gif'), (9, 'html', 'unknown/unknown', 1, 'style_extra/mime_types/html.gif'), (10, 'ico', 'image/ico', 1, 'style_extra/mime_types/gif.gif'), (11, 'jpeg', 'image/jpeg', 1, 'style_extra/mime_types/gif.gif'), (12, 'jpg', 'image/jpeg', 1, 'style_extra/mime_types/gif.gif'), (13, 'mov[...]
  2. Здрасьте всем! Столкнулся с одной проблемкой, при создание новой темы на форуме выскакивает непонятная ошибка Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/u0044529/data/www/forum.l2complet.ru/uploads) is not within the allowed path(s): (/var/www/p297351/data:.) in /var/www/p297351/data/www/forum.l2complet.ru/umbrella/applications/core/sources/classes/attach/class_attach.php on line 1567 А вот эта ошибка когда отвечаю в созданных темах Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/u0044529/data/www/forum.l2complet.ru/uploads) is not within the allowed path(s): (/var/www/p297351/data:.) in /var/www/p297351/data/www/forum.l2complet.ru/umbrella/applications/core/sources/classes/attach/class_attach.php on line 1567 Warning: Cannot modify header information - headers already sent by (output started at /var/www/p297351/data/www/forum.l2complet.ru/umbrella/applications/core/sources/classes/attach/class_attach.php:1567) in /var/www/p297351/data/www/forum.l2complet.ru/ips_kernel/classAjax.php on line 323 Warning: Cannot modify header information - headers already sent by (output started at /var/www/p297351/data/www/forum.l2complet.ru/umbrella/applications/core/sources/classes/attach/class_attach.php:1567) in /var/www/p297351/data/www/forum.l2complet.ru/ips_kernel/classAjax.php on line 326 Warning: Cannot modify header information - headers already sent by (output started at /var/www/p297351/data/www/forum.l2complet.ru/umbrella/applications/core/sources/classes/attach/class_attach.php:1567) in /var/www/p297351/data/www/forum.l2complet.ru/ips_kernel/classAjax.php on line 327 Warning: Cannot modify header information - headers already sent by (output started at /var/www/p297351/data/www/forum.l2complet.ru/umbrella/applications/core/sources/classes/attach/class_attach.php:1567) in /var/www/p297351/data/www/forum.l2complet.ru/ips_kernel/classAjax.php on line 328 В чем может быть проблема?