Код: Выделить всё
Not Found
The requested URL /memberlist.php&first_char=l was not found on this server.
Как исправить косяк?
Код: Выделить всё
Not Found
The requested URL /memberlist.php&first_char=l was not found on this server.
Код: Выделить всё
memberlist.php?&first_char=f#memberlist
Код: Выделить всё
memberlist.php&first_char=r#memberlist
Код: Выделить всё
'S_MODE_ACTION' =>
Код: Выделить всё
'S_SHOW_GROUP' => ($mode == 'group') ? true : false,
'S_VIEWONLINE' => $auth->acl_get('u_viewonline'),
'S_LEADERS_SET' => $leaders_set,
'S_MODE_SELECT' => $s_sort_key,
'S_ORDER_SELECT' => $s_sort_dir,
'S_MODE_ACTION' => $pagination_url)
Код: Выделить всё
'S_SHOW_GROUP' => ($mode == 'group') ? true : false,
'S_VIEWONLINE' => $auth->acl_get('u_viewonline'),
'S_LEADERS_SET' => $leaders_set,
'S_MODE_SELECT' => $s_sort_key,
'S_ORDER_SELECT' => $s_sort_dir,
'S_MODE_ACTION' => $pagination_url)
'S_SHOW_GROUP' => $mode == 'group') ? true : false,
'S_VIEWONLINE' => $auth->acl_get('u_viewonline'),
'S_LEADERS_SET' => $leaders_set,
'S_MODE_SELECT' => $s_sort_key,
'S_ORDER_SELECT' => $s_sort_dir,
'S_CHAR_OPTIONS' => $s_char_options,
'S_MODE_ACTION' => $pagination_url)
Код: Выделить всё
Open: memberlist.php
Find
Tip: This may be a partial find and not the whole line.
Code:Select all
case 'viewprofile':
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all
$user->add_lang('mods/ocban');
Код: Выделить всё
Open: memberlist.php
Find
Tip: This may be a partial find and not the whole line.
Code:Select all
if (!in_array($mode, array('', 'group', 'viewprofile', 'email', 'contact', 'searchuser', 'leaders')))
In-line Find
Tip: This is a partial match of a line for in-line operations.
Code:Select all
, 'leaders'
In-line Add after
Code:Select all
, 'meghivo_users_list'
<< Hide
Find
Tip: This may be a partial find and not the whole line.
Code:Select all
// What do you want to do today? ... oops, I think that line is taken ...
switch ($mode)
{
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all
// Invite Start
case 'meghivo_users_list':
$user->add_lang('mods/info_ucp_meghivo');
$page_title = $user->lang['UCP_MEGHIVO_USER'];
$meghivo->members_list('member', $user_id);
$template_html = 'memberlist_meghivo.html';
break;
// Invite End
<< Hide
Find
Tip: This may be a partial find and not the whole line.
Code:Select all
else
{
$member['posts_in_queue'] = 0;
}
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all
// Invite Start
if ($invite_install)
{
$meghivo->ac_user($user_id, $member['user_meghivo_member']);
}
// Invite End
Как быстрее будет найти проблему?Not Found
The requested URL /memberlist.php&first_char=j was not found on this server.
Подсказка Денвера
Вы ошиблись при наборе URL в браузере. Вероятнее всего, сервер пытается найти файл Z:/home/873424.ru/www/memberlist.php&first_char=j, которого не существует.
В случае использования CGI-скриптов, корректные пути к CGI-директориям следующие:
URL Куда указывает
http://***/cgi-glob/script.cgi /home/cgi-glob/script.cgi
http://***/cgi/script.cgi /home/***/cgi/script.cgi
http://***/cgi-bin/script.cgi /home/***/cgi-bin/script.cgi
Distructor писал(а):либо какой-то из модов кривой, либо криво устанавливал их