переезд на другой хостинг
Уважаемые...
Возникла проблема. В принципе решаемая, но хотелось бы уточнить.
При переносе базы и файлов на другой хостинг возникла проблема с загрузкой сайта. После исправления путей в файлах config/admin.php и config/configure.php визуально все работает. Но в файлы логов записывается следующее:
File does not exist: /home/***/***/***//style.css File does not exist: /home/***/***/***//themes/default/img/tree1.gif File does not exist: /home/***/***/***//style.css File does not exist: /home/***/***/***//style.css File does not exist: /home/***/***/***//themes/default/img/tree1.gif File does not exist: /home/***/***/***//style.css File does not exist: /home/***/***/***//themes/default/img/tree1.gif File does not exist: /home/***/***/***//style.css File does not exist: /home/***/***/***//style.css File does not exist: /home/***/***/***//themes/default/img/tree1.gif File does not exist: /home/***/***/***//style.css File does not exist: /home/***/***/***//themes/default/img/tree1.gif File does not exist: /home/***/***/***//style.css PHP Warning: require_once(/home/***/***/***/langs/ru/buttons.php) : failed to open stream: No such file or directory in /home/***/***/***/admin/includes/top.php on line 340 PHP Fatal error: require_once() : Failed opening required '/home/***/***/***/langs/ru/buttons.php' (include_path='.:/usr/local/lib/php') in /home/***/***/***/admin/includes/top.php on line 340 PHP Warning: require_once(/home/***/***/***/langs/ru/buttons.php) : failed to open stream: No such file or directory in /home/***/***/***/admin/includes/top.php on line 340 PHP Fatal error: require_once() : Failed opening required '/home/***/***/***/langs/ru/buttons.php' (include_path='.:/usr/local/lib/php') in /home/***/***/***/admin/includes/top.php on line 340 PHP Warning: require_once(/home/***/***/***/langs/ru/buttons.php) : failed to open stream: No such file or directory in /home/***/***/***/admin/includes/top.php on line 340 PHP Fatal error: require_once() : Failed opening required '/home/***/***/***/langs/ru/buttons.php' (include_path='.:/usr/local/lib/php') in /home/***/***/***/admin/includes/top.php on line 340 File does not exist: /home/***/***/***//admin/themes/default/styles/trans.gif File does not exist: /home/***/***/***//admin/themes/default/styles/trans.gif File does not exist: /home/***/***/***//style.css File does not exist: /home/***/***/***//themes/default/img/tree1.gif File does not exist: /home/***/***/***//style.css File does not exist: /home/***/***/***//themes/default/img/tree1.gif File does not exist: /home/***/***/***//style.css
Вопрос: это откуда ошибки взялись? может где-то еще забыл исправить пути? Универсальные конфиги не помогли, а разбираться в их коде у меня нет желания. Версия 2,4,1 Плюс обновления с svn
а что там на строке 340 в файле admin/includes/top.php?
PHP Warning: require_once(/home/***/***/***/langs/ru/buttons.php) : failed to open stream: No such file or directory in /home/***/***/***/admin/includes/top.php on line 340 PHP Fatal error: require_once() : Failed opening required '/home/***/***/***/langs/ru/buttons.php' (include_path='.:/usr/local/lib/php') in /home/***/***/***/admin/includes/top.php on line 340 PHP Warning: require_once(/home/***/***/***/langs/ru/buttons.php) : failed to open stream: No such file or directory in /home/***/***/***/admin/includes/top.php on line 340 PHP Fatal error: require_once() : Failed opening required '/home/***/***/***/langs/ru/buttons.php' (include_path='.:/usr/local/lib/php') in /home/***/***/***/admin/includes/top.php on line 340 PHP Warning: require_once(/home/***/***/***/langs/ru/buttons.php) : failed to open stream: No such file or directory in /home/***/***/***/admin/includes/top.php on line 340 PHP Fatal error: require_once() : Failed opening required '/home/***/***/***/langs/ru/buttons.php' (include_path='.:/usr/local/lib/php') in /home/***/***/***/admin/includes/top.php on line 340
вот это стоит посмотреть.
а остальные ошибки указывают просто на то, что не хватает каких то картинок и стилей. ничего страшного
338 require_once (DIR_FS_ADMIN .'langs/'. $_SESSION .'/lang.php'); 339 //require_once (DIR_WS_LANGUAGES . $_SESSION.'/'.$_SESSION.'.inc.php'); 340 require_once (DIR_FS_ADMIN .'langs/'. $_SESSION. '/buttons.php');
а файла buttons.php чтоли нет?
странно но в этой папке нет.
есть только bottom.php
я надеюсь это опечатка buttons.php так как у меня такого фала тоже нет
к сожелению с моей стороны это не опечатка. это копированое название файла.
admin\langs\ru\buttons.php
вот тут файлик лежит.
и ошибка именно в том, что у тебя там его нет.
хм... в этой директории он есть прикладываю
значит путь (/home/***/***/***/langs/ru/buttons.php неправильно прописан
должно быть (/home/***/***/***/admin/langs/ru/buttons.php
Источник
|