| Author |
Message |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Fri Jan 31, 2003 8:41 am |
  |
yes, and yes. It's part of the php installation, and u should take it up wtih the system admin.
The include path should be the includes directory inside the php directory.
ArtificialIntel |
|
|
   |
 |
BillShiver
Nuke Soldier


Joined: Jan 30, 2003
Posts: 34
Location: USA
|
Posted:
Fri Jan 31, 2003 9:10 am |
  |
Mine is a bit different in that my include path is NOT empty.
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
So, what do we make of this?
thanks for all your efforts,
Bill |
|
|
    |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Fri Jan 31, 2003 10:36 am |
  |
vmack...just to give you an idea..here is what I get if I remove the user.php from my admin directory.
| Code: |
| Warning: Failed opening 'admin/modules/users.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site116/fst/var/www/html/admin/case/case.users.php on line 25 |
mine definately shows what is in the includes line.
mikem |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Fri Jan 31, 2003 10:53 am |
  |
| BillShiver wrote: |
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
So, what do we make of this?
|
Is the file there? |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
BillShiver
Nuke Soldier


Joined: Jan 30, 2003
Posts: 34
Location: USA
|
Posted:
Fri Jan 31, 2003 11:14 am |
  |
Which file? The config.php is in the root as is mainfile.php. I'm not clear what file you're referring to. Remember that you're dealing with a dummy here.
Bill |
|
|
    |
 |
vmack
Nuke Soldier


Joined: Jan 30, 2003
Posts: 28
Location: USA
|
Posted:
Fri Jan 31, 2003 5:00 pm |
  |
| mikem wrote: |
vmack...just to give you an idea..here is what I get if I remove the user.php from my admin directory.
| Code: |
| Warning: Failed opening 'admin/modules/users.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site116/fst/var/www/html/admin/case/case.users.php on line 25 |
mine definately shows what is in the includes line.
mikem |
You hit the nail on the head. I found two missing files that made the Edit User and Newsletter work. Some how they got lost in the transfer. But, I still get the error in Chat.
| Code: |
| Fatal error: Failed opening required 'config.php' (include_path='') in /home/mackweb/public_html/texasteam/mainfile.php on line 65 |
I tried replacing all files in the Chat folder, I put my info in a new config.php and replaced that and replaced the mainfile.php with a new one. |
|
|
    |
 |
uglymonk
Nuke Soldier


Joined: Jan 30, 2003
Posts: 15
Location: USA
|
Posted:
Fri Jan 31, 2003 10:02 pm |
  |
I opened mainfile.php and line 65 says
require_once("config.php");
In both opera and IE I get this error when I try to open the chat
Fatal error: Failed opening required 'config.php' (include_path='') in /home/galaxies/public_html/members/mainfile.php on line 65
include_path='' is empty so I looked and all the files are there, and
I chmod config.php from 000 to 777, and I uploaded nukecops fixpack.
Nothing helped.
I'm lost. http://members.galaxiescantina.com/analyze.php
<whisper>please help me</whisper> |
|
|
    |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Fri Jan 31, 2003 10:07 pm |
  |
Did you change themes recently? Also, it says you have two site admins but the rank level for both is "1" instead of "2". "1" is plain user, "2" is admin, "3" is moderator. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
uglymonk
Nuke Soldier


Joined: Jan 30, 2003
Posts: 15
Location: USA
|
Posted:
Fri Jan 31, 2003 10:33 pm |
  |
I have changed themes. But I was getting this error from all of the themes that come with beta6. The phbb rank is from my (and my brothers) user account. so the admin of Nuke is not the admin of phpbb, and the admin account for phpbb is just a user account in Nuke. |
|
|
    |
 |
uglymonk
Nuke Soldier


Joined: Jan 30, 2003
Posts: 15
Location: USA
|
Posted:
Fri Jan 31, 2003 10:47 pm |
  |
|
    |
 |
|
|