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, 80 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 - I'm almost there but still have two errors to deal with. [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
BillShiver
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2003
Posts: 34

Location: USA

PostPosted: Thu Jan 30, 2003 6:59 am Reply with quoteBack to top

I'm nearly there, but really need help with two nagging errors.

First, when I click on Private Messages, I get this:

Warning: Cannot add header information - headers already sent by (output started at /usr/local/apache/vhosts/outdoorscentral.com/htdocs/header.php:32) in /usr/local/apache/vhosts/outdoorscentral.com/htdocs/modules/Private_Messages/index.php on line 1701

Also, when I click Enter the Chat, I get this:


Fatal error: Failed opening required 'config.php' (include_path='.:/usr/local/lib/php') in /usr/local/apache/vhosts/outdoorscentral.com/htdocs/mainfile.php on line 65

Any help with these two problems would be very appreciated. I'm a total newbie, but am trying to learn as fast as I can.

Oh yes, analyze is at http://www.outdoorscentral.com/analyze.php

Thanks very much,

Bill
Find all posts by BillShiverView user's profileSend private messageVisit poster's website
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Thu Jan 30, 2003 10:18 am Reply with quoteBack to top

Interesting, on your PHP 4.0.6 it doesn't allow the reading of php.ini on your server. At any rate, I suggest you work on a more urgent problem. Your version of PHP can allow arbitrary file execution:

http://www.kb.cert.org/vuls/id/297363

I suggest you upgrade PHP.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
BillShiver
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2003
Posts: 34

Location: USA

PostPosted: Thu Jan 30, 2003 11:22 am Reply with quoteBack to top

I've contacted my server provider and they have agreed to update PHP. Now, is there anything I can do about these errors, or just wait for the upgrade and hope that fixes them.

Thanks
Bill
Find all posts by BillShiverView user's profileSend private messageVisit poster's website
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Thu Jan 30, 2003 11:30 am Reply with quoteBack to top

which version of nuke?

ArtificialIntel
Find all posts by ArtificialIntelView user's profileSend private message
BillShiver
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2003
Posts: 34

Location: USA

PostPosted: Thu Jan 30, 2003 11:59 am Reply with quoteBack to top

Nuke 6.5 Beta 6 plus the 65b6_fixes3 applied.

Thanks

Bill
Find all posts by BillShiverView user's profileSend private messageVisit poster's website
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Thu Jan 30, 2003 12:03 pm Reply with quoteBack to top

the errors should disappear once ur web host upgrades php to version 4.3. If they stick with 4.2 the fix is somewhere in these forums.

Artificialintel
Find all posts by ArtificialIntelView user's profileSend private message
uglymonk
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2003
Posts: 15

Location: USA

PostPosted: Thu Jan 30, 2003 12:09 pm Reply with quoteBack to top

I have the exact same problem.
untill my host upgrades i need to fix it.
but I cant find it in these forums.
please post a link.

thanks leo...
Find all posts by uglymonkView user's profileSend private messageVisit poster's website
BillShiver
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2003
Posts: 34

Location: USA

PostPosted: Thu Jan 30, 2003 1:01 pm Reply with quoteBack to top

I've searched the forums for several hours trying to find a fix for my problems, but had no luck. I know the folks are busy fixing code and stomping on bugs so I guess I will be patient and hope a fix turns up.

Thanks for all your help in the meantime,

Best,

Bill
Find all posts by BillShiverView user's profileSend private messageVisit poster's website
vmack
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2003
Posts: 28

Location: USA

PostPosted: Thu Jan 30, 2003 2:10 pm Reply with quoteBack to top

I get the same type of error when I try to enter chat. PHPNuke 6.5 beta 6. My php version is 4.2.3 analyzer is http://texasteamster.net/analyze.php

Fatal error: Failed opening required 'config.php' (include_path='') in /home/mackweb/public_html/texasteam/mainfile.php on line 65
Find all posts by vmackView user's profileSend private messageVisit poster's website
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Thu Jan 30, 2003 3:09 pm Reply with quoteBack to top

the chat issue appears to be a bug that we already know about. What browser are you using? We know it doesn't work in IE, but testing by me under netscape and Opera under both windows and linux revealed that it worked fine for them.

ArtificialINtel
Find all posts by ArtificialIntelView user's profileSend private message
vmack
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2003
Posts: 28

Location: USA

PostPosted: Thu Jan 30, 2003 3:58 pm Reply with quoteBack to top

I normally use IE. After reading your post I opened and used NS7 and got the exact same fatal error.

Quote:
Fatal error: Failed opening required 'config.php' (include_path='') in /home/mackweb/public_html/texasteam/mainfile.php on line 65


This is what I find on line 65 - mainfile.php:

Quote:
require_once("config.php");
Find all posts by vmackView user's profileSend private messageVisit poster's website
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Thu Jan 30, 2003 4:48 pm Reply with quoteBack to top

What i find odd is your include_path being blank, did you remove what goes in there when you posted that error or does it show like that? if it does and if you are running this server i'd suggest looking at that setting in php.ini, refer to www.php.net for further reference.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
vmack
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2003
Posts: 28

Location: USA

PostPosted: Thu Jan 30, 2003 6:39 pm Reply with quoteBack to top

No, I didn't remove it, it came up that way. I thought it was odd, too. But, I know nothing about php. I installed nuke with the script I got here at nukecops.
Find all posts by vmackView user's profileSend private messageVisit poster's website
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Thu Jan 30, 2003 8:59 pm Reply with quoteBack to top

Our scripts don't make any changes to the php.ini file.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
vmack
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2003
Posts: 28

Location: USA

PostPosted: Fri Jan 31, 2003 3:30 am Reply with quoteBack to top

I also got a similar error warning with the edit user link on the Your Account page and the same from the edit users link on the admin page. And, the newsletter link on the admin page. I went through the whole site clicking every link I could find and so far these are the only three with fatal error warnings. All missing include_path.

Quote:
Warning: Failed opening 'admin/modules/users.php' for inclusion (include_path='') in /home/mackweb/public_html/texasteam/admin/case/case.users.php on line 25

and

Warning: Failed opening 'admin/modules/newsletter.php' for inclusion (include_path='') in /home/mackweb/public_html/texasteam/admin/case/case.newsletter.php on line 25


Quote:
Fatal error: Failed opening required 'config.php' (include_path='') in /home/mackweb/public_html/texasteam/mainfile.php on line 65


Is the php.ini part of the php installation on the system server? I'm a dummy in the learning process. Should I take this up with the host administrator?
Find all posts by vmackView user's profileSend private messageVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-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.251 Seconds - 306 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::