Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> NukeSentinel(tm) Bug Reports
Author Message
shortyzclub
New Member
New Member



Joined: Nov 18, 2004
Posts: 3

PostPosted: Wed Dec 22, 2004 6:29 am Reply with quote

am i missin something?
Code:
Fatal error: Cannot redeclare get_remote_port() (previously declared in /home2/doindash/public_html/hosting/includes/sentinel.php:356) in /home2/doindash/public_html/hosting/includes/sentinel.php on line 355
 
View user's profile Send private message
robsscanner
New Member
New Member



Joined: Nov 17, 2004
Posts: 9

PostPosted: Sat Apr 16, 2005 8:45 am Reply with quote

i GET that also anyone know wnat wrong



Fatal error: Cannot redeclare get_remote_port() (previously declared in /home/www/xxxxxxxxxxxx.com/includes/sentinel.php:370) in /home/www/xxxxxxxxxxxx.com/includes/sentinel.php on line 369
 
View user's profile Send private message
Donovan
Client



Joined: Oct 07, 2003
Posts: 735
Location: Ohio

PostPosted: Tue Nov 15, 2005 9:00 pm Reply with quote

I'm getting this as well after finally upgrading my Nuke7.3 to the patched 3.1 version.

Fatal error: Cannot redeclare get_remote_port() (previously declared in /home/thirdadm/public_html/includes/sentinel.php:371) in /home/thirdadm/public_html/includes/sentinel.php on line 370

The top of my mainfile looks like

Quote:

<?php

if (defined('FORUM_ADMIN')) {
include("../../../includes/sentinel.php");
} elseif ($inside_mod == 1) {
include("../../includes/sentinel.php");
} else {
include("includes/sentinel.php");
}


Last post here was in April....sure hope I don't have to wait that long.
 
View user's profile Send private message Visit poster's website ICQ Number
Donovan







PostPosted: Tue Nov 15, 2005 9:15 pm Reply with quote

Adjust your mainfile. At the top change it to this.

Quote:

if (defined('FORUM_ADMIN')) {
include_once("../../../includes/sentinel.php");
} elseif(defined('INSIDE_MOD')) {
include_once("../../includes/sentinel.php");
} else {
include_once("includes/sentinel.php");
}

This was for an older version of Nuke Sentinal so your file may be a different name.


Note: I am still running an older version of Sentinal so your file may be named nukesentinal or something.
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> NukeSentinel(tm) Bug Reports

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 ©