Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> NukeSentinel(tm)
Author Message
providence
Regular
Regular



Joined: Apr 23, 2005
Posts: 95

PostPosted: Thu Sep 08, 2005 9:33 am Reply with quote

Just downloaded nukesentinel

successfully installed it but I found a name error in the files included at the latest nukesentinel download

in includes folder, nukesentinel.php should be renamed to sentinel.php to work!
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Thu Sep 08, 2005 12:25 pm Reply with quote

No, that is not correct. You need to delete all your old sentinel files. It was renamed several releases ago.
 
View user's profile Send private message
providence







PostPosted: Thu Sep 08, 2005 1:49 pm Reply with quote

I just reinstalled a new copy of phpnuke and sentinel, i never had sentinel before and it gave me an error, i fixed the error by renaming nukesentinel.php to sentinel.php

can you check the download section again just to be sure
 
Raven







PostPosted: Thu Sep 08, 2005 2:59 pm Reply with quote

If you are using the 2.41 version then it's nukesentinel, not sentinel. Make sure in your mainfile.php that your include statements are reading nukesentinel and not just sentinel.
 
providence







PostPosted: Thu Sep 08, 2005 3:15 pm Reply with quote

oh ,okay thanks!
i do have 2.41, isnt that the latest?? i got it off nukesentinel this morning. anyway sorry for the troubles!
 
Raven







PostPosted: Thu Sep 08, 2005 3:19 pm Reply with quote

Yes, 2.41 is the latest. If you follow the install instructions it should not be referencing sentinel anywhere.
 
providence







PostPosted: Thu Sep 08, 2005 3:32 pm Reply with quote

oh hehe, anyways thanks !
i did manage to fix it though
 
BobMarion
Former Admin in Good Standing



Joined: Oct 30, 2002
Posts: 1037
Location: RedNeck Land (known as Kentucky)

PostPosted: Sun Sep 11, 2005 10:52 pm Reply with quote

Code:
#

#-----[ OPEN ]------------------------------------------
#
mainfile.php

#
#-----[ FIND ]------------------------------------------
#
if (defined('FORUM_ADMIN')) {
    @require_once("../../../config.php");
    @require_once("../../../db/db.php");
    @require_once("../../../includes/sql_layer.php");
} elseif (defined('INSIDE_MOD')) {
    @require_once("../../config.php");
    @require_once("../../db/db.php");
    @require_once("../../includes/sql_layer.php");
} else {
    @require_once("config.php");
    @require_once("db/db.php");
    @require_once("includes/sql_layer.php");
}

#
#-----[ CHANGE TO ]------------------------------------------
#
if (defined('FORUM_ADMIN')) {
    @require_once("../../../config.php");
    @require_once("../../../db/db.php");
    @require_once("../../../includes/sql_layer.php");
    @include_once("../../../includes/nukesentinel.php");
} elseif (defined('INSIDE_MOD')) {
    @require_once("../../config.php");
    @require_once("../../db/db.php");
    @require_once("../../includes/sql_layer.php");
    @include_once("../../includes/nukesentinel.php");
} else {
    @require_once("config.php");
    @require_once("db/db.php");
    @require_once("includes/sql_layer.php");
    @include_once("includes/nukesentinel.php");
}


This is the only place it calls the includes/nukesentinel.php file. If you are using old eidt instructions then you need to read the files found only in hte 2.4.1 package.

_________________
Bob Marion
Codito Ergo Sum
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> NukeSentinel(tm)

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©