Quote: |
if you change it to:
c:!httpdFUDForum_datatmp
It *might* fix the problem.
|
changing $TMP to:
"c:!httpdFUDForum_datatmp"
seems to work no differently then
"c:/!httpd/FUDForum_data/tmp/"
Warning: Supplied argument is not a valid File-Handle resource in c:!httpdhtdocsforumsadmadmglobal.php on line 58
Warning: Supplied argument is not a valid File-Handle resource in c:!httpdhtdocsforumsadmadmglobal.php on line 58
[Looks like there is 1 of ^- errors per option on the page]
Warning: Unable to open 'c:!httpdFUDForum_datatmp2081576781' for reading: No such file or directory in c:!httpdhtdocsforumsadmadmglobal.php on line 61
Warning: Unlink failed (No such file or directory) in c:!httpdhtdocsforumsadmadmglobal.php on line 62
Warning: Cannot add header information - headers already sent by (output started at c:!httpdhtdocsforumsadmadmglobal.php:5 in c:!httpdhtdocsforumsadmadmglobal.php on line 64
Quote: |
Oh I think I understand how your setup works *am I slow or what*
To get FUDforum to work you've added the path of your include directory to php's include_path? So, there actually no symlinks inside the forum/ & and forum/adm/ directories. Which explains the reason why you needed to pass the $GLOBALS['INCLUDE'].'GLOBALS.php' to get_config.
I am guessing correctly so far?
|
Correct.
Don't feel bad, I'm figuring out how you built it on Linux
at the same time... Until the last post it hadn't even
occurred to me that you were symlinking stuff.
The symlinks stuff does explain why I had to put the
Data directory into the my inclue_path and why GLOBALS.php
would work openning it up without the preceding path on Linux.
(since fopen won't search the include_path, the symlink thing
is the only way that could have worked).Can you please I like your boar
[Updated on: Fri, 08 February 2002 20:50]
Report message to a moderator