Author |
Message |
CopperPenny
New Member


Joined: Feb 23, 2006
Posts: 21
|
Posted:
Mon Mar 13, 2006 7:01 am |
|
I just got NukeSentinel 2.4.2pl4 installed on PHPNUKE 7.8 and now my who's online info from the user info block is missing.
If I log out of PHP Nuke it comes back, but after I log in an hour or so later it disappears again.
Any ideas?
Copper |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Mon Mar 13, 2006 8:59 am |
|
If you comment out the following line in your mainfile.php does this issue go away?
@require_once(INCLUDE_PATH."includes/nukesentinel.php"); |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
CopperPenny

|
Posted:
Mon Mar 13, 2006 9:39 am |
|
I did a search in mainfile.php and could not find:
@require_once(INCLUDE_PATH."includes/nukesentinel.php");
I did find a few:
@include_once("includes/nukesentinel.php");
??
Copper |
|
|
|
 |
montego

|
Posted:
Mon Mar 13, 2006 2:14 pm |
|
NukeSentinel 2.4.2pl4 requires the 3.1 patchset. It appears that you are not at this level of patches. |
|
|
|
 |
CopperPenny

|
Posted:
Mon Mar 13, 2006 2:18 pm |
|
I've installed 78patched3dot2 is this correct? |
|
|
|
 |
evaders99
Former Moderator in Good Standing

Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Mon Mar 13, 2006 5:31 pm |
|
Yes. Instead of the line you are using, use the one montego provided.
I am thinking he wants you to disable Sentinel, so whichever line you are using, comment it out. If you still have problems, its something other than Sentinel |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
 |
CopperPenny

|
Posted:
Mon Mar 13, 2006 5:42 pm |
|
I think that's the problem, the one Montego provided isnt there.
Read above ^^
Everything worked prior to Sentinel and nothing has changed other than Sentinel so that pretty much narrows it down.
Copper |
|
|
|
 |
montego

|
Posted:
Tue Mar 14, 2006 6:33 am |
|
Quote: |
I did find a few:
@include_once("includes/nukesentinel.php");
??
Copper
|
What do you mean by "a few"?? You should have only ONE of these lines within your mainfile.php... in fact, you should only have one instance of this include throughout your nuke installation. If you have two in mainfile.php, comment one of them out and see if you still have the issue.
If you still have the issue, comment the other one out as well (essentially disabling NukeSentinel). If you still have the issue, then it has nothing to do with NukeSentinel. |
|
|
|
 |
CopperPenny

|
Posted:
Tue Mar 14, 2006 6:44 am |
|
I'm sorry I look at it closer and I only have one of the above lines, here's what I was talking about:
@include_once("../../../includes/nukesentinel.php");
@include_once("../../includes/nukesentinel.php");
@include_once("includes/nukesentinel.php");
Do you still want me to comment them out?
I did notice that it seems to be on a timer of some sort, it works for awhile then off it goes.
Copper |
|
|
|
 |
montego

|
Posted:
Tue Mar 14, 2006 6:39 pm |
|
Yes, comment those out and then watch the behaviour of your block. I am pretty sure NS has nothing to do with your issue. Once we have resolved that, you will want to bring NS back on-line so that you are protected! |
|
|
|
 |
CopperPenny

|
Posted:
Tue Mar 14, 2006 7:12 pm |
|
ok, I was logged in and the info was missing.
I commented them out and refreshed and it came back.
I put them back in and it's still working, but i'm sure in and hour or so it will be gone again.
I tried it on another computer and it did the same thing under a different user name.
Strange
Copper |
|
|
|
 |
montego

|
Posted:
Wed Mar 15, 2006 7:59 pm |
|
Uuughhh... you need to leave NukeSentinel commented out until you see that the behaviour doesn't still exist over time!
By the way, I believe that block look at the nuke_sessions table? I believe these are to expire after a certain amount of time? |
|
|
|
 |
|