- Moderated by:
- Support Team
-
- rank:
-
Registered User
- registered:
- October 2002
- Status:
- offline
- last visit:
- 19.10.02
- Posts:
- 1
when i try to install i get this error after setting "_select_language_2" to "_language_nor" and pushing "BTN_SET_LANGUAGE":
Code
<br>
<b>Warning</b>: Failed opening 'docs/COPYING.txt' for inclusion (include_path='c:\php4\pear') in <b>c:\programfiler\apache\htdocs\portal\install\gui.php</b> on line <b>500</b><br>
i checked the files and they are okay.. i've also tried deleting and extracting everything like 10 times and still this happends.
also no includes seem to work at all when opening files in the PostNuke directory... though includes in my old directory work fine.
anyone knows what's wrong?
cheerz! :D
-tQ- -
- rank:
-
Helper
- registered:
- September 2002
- Status:
- offline
- last visit:
- 12.05.05
- Posts:
- 247
Warning: Failed opening 'docs/COPYING.txt' for inclusion (include_path='c:\php4\pear') in
means that the docs/COPYING.txt file isnt there or has incorrect permissions. Check to make sure that the file exists... -
- rank:
-
Freshman
- registered:
- November 2002
- Status:
- offline
- last visit:
- 13.11.02
- Posts:
- 4
I get this too. My PHP has register-globals set to on (as much as I'm told not to) and the files are there.
What file sets the global variables? I'm thinking it is a directory thingy. I'm trying this on my local machine - running NT 5.0 and IIS.
Kai -
- rank:
-
Freshman
- registered:
- November 2002
- Status:
- offline
- last visit:
- 13.11.02
- Posts:
- 4
Okay, I've gotten past this, but it seems wierd that all my includes in other files don't work. I wonder if it is an IIS thing.
the PHP reads:
Code
include('install/whateverfile.php')
and I get an error.
Go figure...
