Показать сообщение отдельно
Groxel вне форума      Старый #8  
Groxel
Новенький
Регистрация: 13.08.2005
Сообщения: 8


Пожаловаться на это сообщениеОтветить с цитированием

Посмотреть профиль Отправить персональное сообщение для Groxel Найти все сообщения от Groxel Добавить Groxel в список друзей  
14.08.2005, 19:57

Спс, вот чё написало:
Цитата Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/mainfile.php on line 205

Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:') in /home/r/reg.h15.ru/WWW/mainfile.php on line 205

Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/mainfile.php on line 854

Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:') in /home/r/reg.h15.ru/WWW/mainfile.php on line 854

Warning: main(themes//theme.php): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/mainfile.php on line 1091

Warning: main(): Failed opening 'themes//theme.php' for inclusion (include_path='.:') in /home/r/reg.h15.ru/WWW/mainfile.php on line 1091

Warning: head(themes//theme.php): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/header.php on line 32

Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:') in /home/r/reg.h15.ru/WWW/header.php on line 32

Fatal error: Call to undefined function: themeheader() in /home/r/reg.h15.ru/WWW/header.php on line 52

С уважением.

Щя посмотрел на это всё и вроде понял, что он не там ищет файл theme.php, потому что в переменной $ThemeSel после вызова функции get_theme() пусто, вот эта функция:
Цитата //Fixed BAG
function get_theme() {
global $user, $cookie, $Default_Theme, $name, $op;
if(is_user($user) && ($name != "Your_Account" || $op != "logout")) {
$user2 = base64_decode($user);
$user2 = addslashes($user2);
$t_cookie = explode(":", $user2);
if($t_cookie[9]=="") $t_cookie[9]=$Default_Theme;
if(@file_exists("themes/$t_cookie[9]/theme.php")) {
$ThemeSel = $t_cookie[9];
} else {
$ThemeSel = $Default_Theme;
}
} else {
$ThemeSel = $Default_Theme;
}
return($ThemeSel);
}

Тоже самое с языком, но я попробовал в ручную задать значение, но всё равно он не может открыть файл 'themes/clan/theme.php' , хотя он там есть.
С уважение.

При обращении напрямую к themes/clan/theme.php выдаёт:
Цитата Warning: main(themes/Clan/tables.php): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 25

Warning: main(): Failed opening 'themes/Clan/tables.php' for inclusion (include_path='.:') in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 25

А к 'themes/Clan/tables.php' пустую страницу.

Залил заново tables.php, терь при обращении к index.php выдаёт:
Цитата Warning: main(themes/Clan/tables.php): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 25 //include("themes/Clan/tables.php");

Warning: main(): Failed opening 'themes/Clan/tables.php' for inclusion (include_path='.:') in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 25

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/r/reg.h15.ru/WWW/includes/sql_layer.php on line 285 //$row = mysql_fetch_row($res);

Warning: file(themes/Clan/header.html): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 60 //$thefile = implode("", file($tmpl_file));

Warning: implode(): Bad arguments. in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 60

Warning: file(themes/Clan/left_center.html): failed to open stream: No such file or directory in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 67 //$thefile = implode("", file($tmpl_file));

Warning: implode(): Bad arguments. in /home/r/reg.h15.ru/WWW/themes/clan/theme.php on line 67

Fatal error: Call to undefined function: opentable() in /home/r/reg.h15.ru/WWW/index.php on line 70 //OpenTable();

Вот теперь я окончательно запутан :(