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 #380 is a reply to message #379] Fri, 08 February 2002 19:18 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
Can you please try doing the following test:

go in to your forum's main web directory and create a file with the following code:

<?php
include "GLOBALS.php";

$fp = fopen($GLOBALS['TMP'].'randomfile', 'w');
if( !$fp ) {
exit("Cannot write to tmp directory");
}
fclose($fp);
?>
FUDforum Core Developer
[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 20:07:02 GMT 2024

Total time taken to generate the page: 0.07411 seconds