| Topic: | install error - no includes work |
|---|---|
|
Trancequence
Registered User
Posts: 1 Posted: |
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
Helper
Posts: 247 Posted: |
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
Freshman
Posts: 4 Posted: |
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
Freshman
Posts: 4 Posted: |
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: Codeinclude('install/whateverfile.php') and I get an error. Go figure... |