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
Ichisi
New Member
New Member



Joined: Aug 26, 2004
Posts: 3

PostPosted: Thu Aug 26, 2004 8:57 am Reply with quote

Im using phpnuke 7.3 Everything works EXCEPT I get the following error:

Quote:
Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/httpdocs/mainfile.php on line 2

Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/unnm.com/httpdocs/mainfile.php:2) in /home/httpd/vhosts/httpdocs/includes/sessions.php on line 250

Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/unnm.com/httpdocs/mainfile.php:2) in /home/httpd/vhosts/httpdocs/includes/sessions.php on line 251

Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/httpdocs/mainfile.php:2) in /home/httpd/vhosts/httpdocs/modules/Forums/admin/index.php on line 620

Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/httpdocs/mainfile.php:2) in /home/httpd/vhosts/httpdocs/modules/Forums/admin/index.php on line 621


What I did so far was to comment out the include line in the mainfile.php and I click on forum admin and it works. So i see that its a conflict with the include line. What should I do?
 
View user's profile Send private message
BobMarion
Former Admin in Good Standing



Joined: Oct 30, 2002
Posts: 1037
Location: RedNeck Land (known as Kentucky)

PostPosted: Thu Aug 26, 2004 10:38 am Reply with quote

So if you comment it out it restores the functioning of the forums admin?

If this is the case we may need to replace the include line with:
Code:
if ($forum_admin == 1) {

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


Ran into something similar with one of my other scripts yesterday Smile

_________________
Bob Marion
Codito Ergo Sum
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Send e-mail Visit poster's website
Ichisi







PostPosted: Thu Aug 26, 2004 7:06 pm Reply with quote

Thanks, let me try that right now Rolling Eyes
 
Ichisi







PostPosted: Fri Aug 27, 2004 12:09 pm Reply with quote

Yes, that worked.
 
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 ©