| Author |
Message |
kripas New Member


Joined: Oct 28, 2006 Posts: 5
|
Posted:
Sat Oct 28, 2006 2:13 am |
|
Im getting this after I upload all the file and run nsnst.php "It appears that NukeSentinel(tm) has not been configured correctly. The most common cause is that you either have an error in the syntax that is including includes/nukesentinel.php from your mainfile.php, or you have not added the NukeSentinel(tm) code to your mainfile.php. Details for including this code are included in the download package in the Edits_For_Core_Files directory."
Here is my mainfile.php code
if(defined('FORUM_ADMIN')) {
define('INCLUDE_PATH', '../../../');
} elseif(defined('INSIDE_MOD')) {
define('INCLUDE_PATH', '../../');
} else {
define('INCLUDE_PATH', './');
}
@require_once(INCLUDE_PATH."config.php");
@require_once(INCLUDE_PATH."db/db.php");
@require_once(INCLUDE_PATH."includes/sql_layer.php");
@require_once(INCLUDE_PATH."includes/ipban.php");
@require_once(INCLUDE_PATH."includes/nukesentinel.php");
if (file_exists(INCLUDE_PATH."includes/custom_files/custom_mainfile.php")) {
@include_once(INCLUDE_PATH."includes/custom_files/custom_mainfile.php");
IS THIS CORRECT OR WRONG,I SEARCHED AND SEARCH CANT FIX THIS |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Sat Oct 28, 2006 4:17 am |
|
Which version of nuke are you using and which version of Sentinel?
Has the file nukesentinel.php been uploaded? |
|
|
|
 |
kripas New Member


Joined: Oct 28, 2006 Posts: 5
|
Posted:
Sat Oct 28, 2006 12:48 pm |
|
the latest version of nuke sentinels 2.5 I believe and Im using 7.6 + patched,I uploaded everything and I edited the way it said on the instruction,dont know whats esle is missing.I been using nukesentiinel since it start and I been running php 4 years now.If you need more info I'll be happy to post it for you.Thanks alot !!! |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Sat Oct 28, 2006 3:31 pm |
|
Did you verify that the nukesentinel.php file is actually there?
If you have only upgraded though I do not see this as the problem though as you would already have that in mainfile from the previous version.
If this is a fresh install I would check that all the files were uploaded correctly. |
|
|
|
 |
kripas New Member


Joined: Oct 28, 2006 Posts: 5
|
Posted:
Sat Oct 28, 2006 5:40 pm |
|
I triple check everything,(include/nukesentinel.php)and everything is where the file supposed to be,feel free to login to my ftp and to my site,just let me know if needed |
|
|
|
 |
kripas New Member


Joined: Oct 28, 2006 Posts: 5
|
Posted:
Sat Oct 28, 2006 5:43 pm |
|
also I forgot,there is some old sentinels file also there wich I dint even deleted like sentinels.php on include folder |
|
|
|
 |
|
|
|
|