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 -> phpnuke 7.5
Author Message
gch
Hangin' Around



Joined: Feb 22, 2005
Posts: 25

PostPosted: Wed Feb 23, 2005 10:59 am Reply with quote

Hello

I have been running php-nuke 7.5 for quite a long time now. I recently got told by a friend to patch it with the latest 2.9 patch and all went well. Since i have done this patch i can access the forums fine by clicking forums but if i try and click forums in admin it only brings up a white page for me. I have tried to search for a long time on this forum for an answer but no joy.

Thankyou for all help received

http://www.guyscliffehouse.co.uk/php/index.php

Regards
gch
 
View user's profile Send private message
JRSweets
Worker
Worker



Joined: Aug 06, 2004
Posts: 192

PostPosted: Wed Feb 23, 2005 2:59 pm Reply with quote

Are you using NukeSentinel?

If so open up includes/sentinel.php and look for:

Code:
if ($forum_admin==1) {

    @require_once("../../../config.php");
    @require_once("../../../db/db.php");
} elseif ($inside_mod == 1) {
    @require_once("../../config.php");
    @require_once("../../db/db.php");


and changed it to

Code:
if (defined('FORUM_ADMIN')) {

    @require_once("../../../config.php");
    @require_once("../../../db/db.php");
} elseif (defined('INSIDE_MOD')) {
    @require_once("../../config.php");
    @require_once("../../db/db.php");
 
View user's profile Send private message
gch







PostPosted: Wed Feb 23, 2005 3:27 pm Reply with quote

Hey JRSweets

I tried what you said and still nothing happens and exactly the same thing happens - white screen Sad

Thanks for your help anyway but if anyone else has any suggestions please post

Thanks
gch
 
JRSweets







PostPosted: Wed Feb 23, 2005 3:37 pm Reply with quote

You also have to change the include of sentinel you placed in mainfile.php and if you are using CNB YA the changes must be made there to.
 
CurtisH
Life Cycles Becoming CPU Cycles



Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI

PostPosted: Mon Mar 07, 2005 12:54 pm Reply with quote

Quote:
You also have to change the include of sentinel you placed in mainfile.php and if you are using CNB YA the changes must be made there to.


What files in CNBYA need to be edited? I just upgraded my Sentinel to 2.2.0 and am now experiencing the blank white page when trying to access the Forum ACP

_________________
Those who dream by day are cognizant of many things which escape those who dream only by night. ~Poe 
View user's profile Send private message Visit poster's website Yahoo Messenger
gch







PostPosted: Sat Mar 12, 2005 2:59 am Reply with quote

Sorry i took so long to get back to you. To save all the hassle i upgraded to 7.6 and re-installed sentinel from scratch and all works fine now.

Thanks for your time and help

Regards
Nick
 
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 -> phpnuke 7.5

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 ©