Topic: install error - no includes work
Trancequence
avatar
Registered User
Registered User
Posts: 1

Posted:
19.Oct 2002 - 23:39

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-
neosurge
avatar
Helper
Helper
Posts: 247

Posted:
21.Oct 2002 - 20:27

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...
imagedude
avatar
Freshman
Freshman
Posts: 4

Posted:
13.Nov 2002 - 22:17

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
imagedude
avatar
Freshman
Freshman
Posts: 4

Posted:
13.Nov 2002 - 22:31

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...