| Author |
Message |
setar New Member


Joined: Nov 22, 2004 Posts: 5
|
Posted:
Mon Nov 22, 2004 11:48 pm |
|
After installation of sentinel
when I click to this link
Operation Complete! Goto NukeSentinel(tm) Admin
I get this error message
Fatal error: Call to undefined function: getusrinfo() in /home/phpturk/public_html/includes/sentinel.php on line 136
Can someone tell me how to correct this?
I am using nuke 7.4
I am a newbie
IF I am posting in wrong forum please forgive me
and guide me to correct forum. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Tue Nov 23, 2004 12:21 am |
|
Have you added all of the include lines to mainfile.php? |
|
|
|
 |
setar New Member


Joined: Nov 22, 2004 Posts: 5
|
Posted:
Tue Nov 23, 2004 12:26 am |
|
yes I did
Top of my mainfile.php file looks like this
<?php
if ($forum_admin == 1) {
include("../../../includes/sentinel.php");
} elseif ($inside_mod == 1) {
include("../../includes/sentinel.php");
} else {
include("includes/sentinel.php");
}
/************************************************************************//* PHP-NUKE: Advanced Content Management System *//* ============================================ *//* *//* Copyright (c) 2002 by Francisco Burzi *//* *//* *//* This program is free software. You can redistribute it and/or modify *//* it under the terms of the GNU General Public License as published by *//* the Free Software Foundation; either version 2 of the License.
is it correct ?????? |
|
|
|
 |
BobMarion Former Admin in Good Standing

Joined: Oct 30, 2002 Posts: 1043 Location: RedNeck Land (known as Kentucky)
|
Posted:
Tue Nov 23, 2004 12:32 am |
|
Which version or NukeSentinel(tm) do you have? The line numbers cvary between versions so I need to know that to even begin testing to try and reproduce the error. |
|
|
|
 |
setar New Member


Joined: Nov 22, 2004 Posts: 5
|
Posted:
Tue Nov 23, 2004 12:54 am |
|
I'd downloaded from
version nukesentinel 2.1.1
onather question
in my mainfile.php do I need to write my absolute path like this? or should have dots in it ??
<?php
if ($forum_admin == 1) {
include("/home/phpturk/public_html/includes/sentinel.php");
} elseif ($inside_mod == 1) {
include("/home/phpturk/public_html/includes/sentinel.php");
} else {
include("/home/phpturk/public_html/includes/sentinel.php");
}
if I write my obsulate path /home/phpturk/public_html
I still get error
Fatal error: Call to undefined function: getusrinfo() in /home/phpturk/public_html/includes/sentinel.php on line 136
sentinel makes me mad !!!!!!! |
Last edited by setar on Tue Nov 23, 2004 1:08 am; edited 3 times in total |
|
|
 |
setar New Member


Joined: Nov 22, 2004 Posts: 5
|
Posted:
Tue Nov 23, 2004 1:04 am |
|
now I get this error only!!
Fatal error: Call to undefined function: getusrinfo() in /home/phpturk/public_html/includes/sentinel.php on line 136
I'd opened sentinel.php with phpedit and I have this text on line 136
$uinfo = getusrinfo($user);
If you can't help me solved this problem,
I will go back to use MAMBO !!!
I like to use nuke... but easy to hack nuke sites.
if I have sentinel... I might feel a little safe.
thanks for your help guys |
|
|
|
 |
setar New Member


Joined: Nov 22, 2004 Posts: 5
|
Posted:
Tue Nov 23, 2004 1:29 am |
|
I am honored that admins answering my questions.
Thanks raven and Bob..
I see that you guys care about your users..
keep up the great work and help |
|
|
|
 |
|
|
|
|