Author |
Message |
Capt-Kirk
New Member


Joined: Apr 15, 2004
Posts: 6
|
Posted:
Thu Apr 28, 2005 3:24 pm |
|
All fresh in the last few days
PHPnuke 7.6
Patched 2.9
Senten pl4
last visit (newest)
I even downloaded the edited files for my nuke from NSN site and uploaded them to my site overwritting the stock ones.
With sentinal enabled in Mainfile.php
No one can log in and many of the admin.php pages will not refresh/open when working in sentinal admin panel.
I tried doing the edits noted on NSN site to the your_account/index.php file but the code to replace is not the same as the code in the stock files
Sentinal worked ok on a site 2 hosts ago in 1 week. It was patched and upgraded and trashed over 2 years worth of crap. I figured a fresh install would be the way to go.
Any help would be greatly appreciated. I love sentinal but it wont work now. No one can log in. |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Fri Apr 29, 2005 4:35 am |
|
Comment out the NukeSentinel(tm) lines in mainfile.php to know for sure that it's a NukeSentinel(tm) setup issue. |
|
|
|
 |
Capt-Kirk

|
Posted:
Fri Apr 29, 2005 10:00 am |
|
Quote: | With sentinal enabled in Mainfile.php
|
THat is how the site is running now. I have the items for sentinal / remarked out.
I really like the security sentinal provides but i need to get past this problem before i can use it again.
Thanks |
|
|
|
 |
Raven

|
Posted:
Fri Apr 29, 2005 10:05 am |
|
Please post the NukeSentinel(tm) mainfile code. |
|
|
|
 |
Capt-Kirk

|
Posted:
Fri Apr 29, 2005 1:54 pm |
|
Thanks for you help and quick responce
Code:<?php
//if (defined('FORUM_ADMIN')) {
// @include_once("../../../includes/nukesentinel.php");
//} elseif (defined('INSIDE_MOD')) {
// @include_once("../../includes/nukesentinel.php");
//} else {
// @include_once("includes/nukesentinel.php");
//}
|
I added // to rem it out till i get it so your)account will work so people can log into the site.
I am using the mainfile.php I got from NSN site . It behaves the same with the stock file too.
Thanks
Chuck |
|
|
|
 |
Raven

|
Posted:
Fri Apr 29, 2005 2:00 pm |
|
Uncomment it and remove the @ signs to see if it generates an error message. |
|
|
|
 |
Capt-Kirk

|
Posted:
Mon May 02, 2005 10:25 am |
|
I removed the @ and go the same results , Logging in does not work, blank pages at your account after entering username and password
What does the edit in mainfile.php do ? looks like it is looking for the sentinal php file. could i just enter a full path to it?
I am testing this on a clean 7.6 patched2.9 sentinal onlt in a seperate directory. Since this seemed to have worked on a different host could it be my web host messing things up? |
|
|
|
 |
Raven

|
Posted:
Mon May 02, 2005 11:32 am |
|
If you want me to take a look you will need to PM me your
Site url, god adminid, password
ftp url, id, pass
phpMyAdmin url, id, pass |
|
|
|
 |
Capt-Kirk

|
Posted:
Mon May 02, 2005 11:44 am |
|
My test site works fine.
Any pointers to as where i should look or start replacing files?
Could it be the database structure or contents making this trouble?
I am copying all the files from my test site to my main site and hoping i dont blow anything up
If this doesnt work I will PM you the login infor.
Thank you very much for the help and the offer to log in. |
|
|
|
 |
Capt-Kirk

|
Posted:
Mon May 02, 2005 12:27 pm |
|
It must have been something in the config.php
I coppied all the files from test site to live site except the congfig.php. still not right,
I edited the test sites config for live site and copied that over and all seems well now. I must have had a typo or something in the old one.
Thanks of rall your help |
|
|
|
 |
|