You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 89 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Nuke Sentinel made my website blank... [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Cyric
Sergeant
Sergeant


Joined: Oct 08, 2004
Posts: 94


PostPosted: Wed Oct 20, 2004 6:08 pm Reply with quoteBack to top

Hello, I uploaded nuke sentinel to my website, and made all the changes to the files according to the readme. I went to nsnst.php in my browser, but it shows a blank white page. I went back to my site, now all my pages blank. I am running a backup of my website for the time being, if anyone could help I would be grateful.

_________________
registered linux user #368651
Find all posts by CyricView user's profileSend private messageVisit poster's website
HalJordan
Support Staff
Support Staff


Joined: Aug 07, 2004
Posts: 1117

Location: Somewhere around Hunan, China

PostPosted: Wed Oct 20, 2004 6:54 pm Reply with quoteBack to top

Did you login using admin.php first, then change the URL to nsnst.php?

_________________
Obedezco, pero no cumplo.

Proprietor, www.computernewbie.info
Support staff, www.nukecops.com
Find all posts by HalJordanView user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
Cyric
Sergeant
Sergeant


Joined: Oct 08, 2004
Posts: 94


PostPosted: Wed Oct 20, 2004 7:12 pm Reply with quoteBack to top

I was already logged in as admin when I uploaded everything, so no, I didnt go to admin.php first.

_________________
registered linux user #368651
Find all posts by CyricView user's profileSend private messageVisit poster's website
HalJordan
Support Staff
Support Staff


Joined: Aug 07, 2004
Posts: 1117

Location: Somewhere around Hunan, China

PostPosted: Wed Oct 20, 2004 7:52 pm Reply with quoteBack to top

Log out or close your browser. Go to admin.php. Then nsnst.php. See what happens.

_________________
Obedezco, pero no cumplo.

Proprietor, www.computernewbie.info
Support staff, www.nukecops.com
Find all posts by HalJordanView user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
m1ck97
Nuke Cadet
Nuke Cadet


Joined: Dec 27, 2004
Posts: 4

Location: Lancashire (UK)

PostPosted: Wed Dec 29, 2004 3:46 pm Reply with quoteBack to top

i'm getting the same screen when i try to install the error,
Its fine putting all the files but once i stick the code:
Code:
<?php
if ($forum_admin == 1) {
  include("../../../includes/sentinel.php");
} elseif ($inside_mod == 1) {
  include("../../includes/sentinel.php");
} else {
  include("includes/sentinel.php");
}


into the config.php - i refresh the screen and it just goes blank!

I also have protector installed could this be clashing?? if so how do i delete/ uninstall protector?
Find all posts by m1ck97View user's profileSend private messageYahoo MessengerMSN Messenger
HalJordan
Support Staff
Support Staff


Joined: Aug 07, 2004
Posts: 1117

Location: Somewhere around Hunan, China

PostPosted: Wed Dec 29, 2004 9:04 pm Reply with quoteBack to top

First of all, that chunk of code goes into mainfile.php, not config.php. Smile

As for Protector, it could possibly be creating the problem, although I know sites that use both. Protector comes with its own uninstaller script and instructions -- you upload the installer script into your root directory, and run it from your browser. Choose the uninstall option and it will clear out the tables relating to Protector. Read the installation instructions to see which files to remove manually.

Try fixing config.php and mainfile.php first and see what happens.

_________________
Obedezco, pero no cumplo.

Proprietor, www.computernewbie.info
Support staff, www.nukecops.com
Find all posts by HalJordanView user's profileSend private messageSend e-mailVisit poster's websiteAIM Address
Capt-Kirk
Nuke Cadet
Nuke Cadet


Joined: Apr 28, 2005
Posts: 1


PostPosted: Thu Apr 28, 2005 11:36 am Reply with quoteBack to top

I am having a bit of trouble with Sentinel my self

I have it installed but when i put that code above in the mainfile.php the your account stuff breaks and no one can log in.

I am running PHP Nuke 7.6 patched 2.9 Last Visit and Sentinal pl4

any ideas? I looked at the your account fix but it doesnt apply to my version and the entries I am to replace arent there as written in the fix.
Find all posts by Capt-KirkView user's profileSend private message
Gypsy
Sergeant
Sergeant


Joined: Nov 09, 2003
Posts: 89


PostPosted: Tue May 17, 2005 5:32 am Reply with quoteBack to top

I get the white page just for the forum admin. Everything else appears to be working okay . I'm using nuke 7.5. Assistance greatly appreciated. I've tried changing the suggested code from Jaded Designs, but its still... blank.

_________________
Image
Image
cReatE iT. PlaY iT.
Find all posts by GypsyView user's profileSend private messageVisit poster's website
PrimalFear
Sergeant
Sergeant


Joined: Mar 13, 2003
Posts: 129


PostPosted: Tue May 17, 2005 11:28 am Reply with quoteBack to top

try this it worked for me after installing sentinel
http://www.nukecops.com/postlite41758-.html
Find all posts by PrimalFearView user's profileSend private message
Gypsy
Sergeant
Sergeant


Joined: Nov 09, 2003
Posts: 89


PostPosted: Mon May 30, 2005 5:07 am Reply with quoteBack to top

I haven't checked the link above yet... but I worked out my problem Very Happy

For a start I have my config located outside of my web space so I had to make sure that I was properly referencing the config file in the nuksentinal.php file in the includes directory. (Line 29)

Once that was correctly pointing to the config it then showed a few errors appearing in the common.php file in the forum module directory.

So I went there and looked at the coding. What I discovered was line 181 and line 182 were not showing the same code as elsewhere. Had to change this from:

global $forum_admin;
if ($forum_admin == 1) {

to:

global $FORUM_ADMIN;
if (FORUM_ADMIN == 1) {

And now I no longer have a white screen when I try to access the forum admin! It works for me. I'm not a hardcore coder and I don't have much of an idea of what I did or if it was "correct". But it works.... so it has to be at least half right.

_________________
Image
Image
cReatE iT. PlaY iT.
Find all posts by GypsyView user's profileSend private messageVisit poster's website
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.printer-friendly view
View previous topic Log in to check your private messages View next 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.438 Seconds - 189 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::