FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Comments on installing FUD 1.1.1 on Win2K
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Comments on installing FUD 1.1.1 on Win2K [message #370 is a reply to message #369] Fri, 08 February 2002 15:53 Go to previous messageGo to previous message
ironstorm is currently offline  ironstorm   Canada
Messages: 89
Registered: February 2002
Location: Toronto, Ontario, Canada
Karma:
Member

Quote:


Line 37 of admglobal.php is the source of the error:
$cf = get_config('GLOBALS.php');


I'm guessing it should read:
$cf = get_config($GLOBALS['INCLUDE'].'GLOBALS.php');



Yup that worked.

But a new bug surfaced Exclamation
[[ BTW, I should mention these are now errors from when you want
to "set" (save) the configuration. ]]


Warning: fopen("/tmp/1701637662", "w") - No such file or directory in c:!httpdhtdocsforumsadmadmglobal.php on line 56

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


This one occurs because of line 55 of admglobal.php:
		$fn = '/tmp/'.$randval;

(Laughing I think that that will work on any system besides windows, since even Mac runs BSD...)

I'm going to try replacing it with
		$fn = $GLOBALS['TMP'].$randval;

to see if that'll fly.

[Updated on: Fri, 08 February 2002 16:13]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 1.1.1 - SQL data not escaped [when magic quotes turned off]
Next Topic: Bugs in 1.1.9-dev (from CVS @ 8:30am Feb 12)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Jul 03 19:23:20 GMT 2024

Total time taken to generate the page: 0.05844 seconds