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

Home » FUDforum Development » FUDforum 3.0+ » IIS probs with 20020430
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
IIS probs with 20020430 [message #2184] Sat, 04 May 2002 10:18 Go to next message
Ecxeleron is currently offline  Ecxeleron   Australia
Messages: 187
Registered: January 2002
Location: Australia
Karma: 0
Senior Member
Whe I try to post a topic, I get these messages after I type my post:

Warning: ChDir: No such file or directory (errno 2) in D:\InetPub\orphus\ecxeleron\fud\post.php on line 3523

Warning: Cannot add header information - headers already sent by (output started at D:\InetPub\orphus\ecxeleron\fud\post.php:3523) in D:\InetPub\orphus\ecxeleron\fud\post.php on line 3614

It actualy posts.
here is my board http://ecxeleron.orphus.com/, feel free to test post



Re: IIS probs with 20020430 [message #2185 is a reply to message #2184] Sat, 04 May 2002 10:19 Go to previous messageGo to next message
Ecxeleron is currently offline  Ecxeleron   Australia
Messages: 187
Registered: January 2002
Location: Australia
Karma: 0
Senior Member
and when I view the message, I get

Warning: fopen("D:InetPuborphusecxeleronfudmessages/msg_1", "rb") - No such file or directory in D:\InetPub\orphus\ecxeleron\fud\msg.php on line 798

Warning: Supplied argument is not a valid File-Handle resource in D:\InetPub\orphus\ecxeleron\fud\msg.php on line 819

Warning: Supplied argument is not a valid File-Handle resource in D:\InetPub\orphus\ecxeleron\fud\msg.php on line 820

Warning: Supplied argument is not a valid File-Handle resource in D:\InetPub\orphus\ecxeleron\fud\msg.php on line 811



Re: IIS probs with 20020430 [message #2189 is a reply to message #2185] Sat, 04 May 2002 19:53 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Open your GLOBALS.php and change all instances of \ to \\
that'll fix your problem.


FUDforum Core Developer
Re: IIS probs with 20020430 [message #2192 is a reply to message #2184] Sat, 04 May 2002 22:53 Go to previous messageGo to next message
Ecxeleron is currently offline  Ecxeleron   Australia
Messages: 187
Registered: January 2002
Location: Australia
Karma: 0
Senior Member
Does that happen on IIS only or does it happen on apache too?


Re: IIS probs with 20020430 [message #2193 is a reply to message #2184] Sat, 04 May 2002 22:55 Go to previous messageGo to next message
Ecxeleron is currently offline  Ecxeleron   Australia
Messages: 187
Registered: January 2002
Location: Australia
Karma: 0
Senior Member
They already are like that - //

<?php include_once "D:\\InetPub\\orphus\\ecxeleron\\fud\\include/GLOBALS.php"; ?>



Re: IIS probs with 20020430 [message #2194 is a reply to message #2184] Sat, 04 May 2002 23:04 Go to previous messageGo to next message
Ecxeleron is currently offline  Ecxeleron   Australia
Messages: 187
Registered: January 2002
Location: Australia
Karma: 0
Senior Member
and when I try to change the css template, I get:


Warning: fopen("../src/", "rb") - Permission denied in D:\InetPub\orphus\ecxeleron\fud\include\static\adm.inc on line 42

Warning: Supplied argument is not a valid File-Handle resource in D:\InetPub\orphus\ecxeleron\fud\include\static\adm.inc on line 43

Warning: Supplied argument is not a valid File-Handle resource in D:\InetPub\orphus\ecxeleron\fud\include\static\adm.inc on line 44

Warning: Supplied argument is not a valid File-Handle resource in D:\InetPub\orphus\ecxeleron\fud\include\static\adm.inc on line 45

Warning: fopen("../src/", "rb") - Permission denied in D:\InetPub\orphus\ecxeleron\fud\include\static\adm.inc on line 42

Warning: Supplied argument is not a valid File-Handle resource in D:\InetPub\orphus\ecxeleron\fud\include\static\adm.inc on line 43

Warning: Supplied argument is not a valid File-Handle resource in D:\InetPub\orphus\ecxeleron\fud\include\static\adm.inc on line 44

Warning: Supplied argument is not a valid File-Handle resource in D:\InetPub\orphus\ecxeleron\fud\include\static\adm.inc on line 45


Back to control panel



Re: IIS probs with 20020430 [message #2197 is a reply to message #2194] Sun, 05 May 2002 03:54 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Fixed in CVS.

FUDforum Core Developer
Re: IIS probs with 20020430 [message #2200 is a reply to message #2184] Sun, 05 May 2002 09:13 Go to previous messageGo to next message
Ecxeleron is currently offline  Ecxeleron   Australia
Messages: 187
Registered: January 2002
Location: Australia
Karma: 0
Senior Member
what's cvs? Confused


Re: IIS probs with 20020430 [message #2201 is a reply to message #2184] Sun, 05 May 2002 10:49 Go to previous messageGo to next message
Ecxeleron is currently offline  Ecxeleron   Australia
Messages: 187
Registered: January 2002
Location: Australia
Karma: 0
Senior Member
I'm sorry, I researched cvs, and I can't find a windows version, could you please explain cvs to me?


Re: IIS probs with 20020430 [message #2203 is a reply to message #2201] Sun, 05 May 2002 13:40 Go to previous messageGo to next message
Olliver   Germany
Messages: 443
Registered: March 2002
Karma: 0
Senior Member
CVS = Concurrent Version System. It's a client / server system used for tracing and updating source code. So u can see what has already been fixed or when a new addition of a feature first lead to a regression. Using it under Linux is fairly easy because the command line utility is standard in each distribution (though it won't be installed by default). There's also a nice looking client for WinNT/2k/XP but I personally feel that this version is quite painful to use. A GUI can sometimes make things difficult to understand. Also u need to install Python first in order to make use of the scripts.However this is just my humble opinion and it doesn't necessarily have to apply to other persons, too Wink.
Here's the url to it: http://www.wincvs.org/
HTH
bye Ken

[Updated on: Sun, 05 May 2002 16:25]

Report message to a moderator

Re: IIS probs with 20020430 [message #2204 is a reply to message #2184] Sun, 05 May 2002 15:23 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Sorry bout that, I had some problems with my connection last night and couldn't upload the patched file.

So, here it is now.
  • Attachment: compiler.inc
    (Size: 11.47KB, Downloaded 950 times)


FUDforum Core Developer
Re: IIS probs with 20020430 [message #2207 is a reply to message #2184] Sun, 05 May 2002 23:27 Go to previous messageGo to next message
Ecxeleron is currently offline  Ecxeleron   Australia
Messages: 187
Registered: January 2002
Location: Australia
Karma: 0
Senior Member
Sorry to bother you, but what am I supposed to do with this file? Embarassed Confused Sad


Re: IIS probs with 20020430 [message #2208 is a reply to message #2207] Sun, 05 May 2002 23:46 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
replace the compiler.inc on you computer with this one.

FUDforum Core Developer
Re: IIS probs with 20020430 [message #2209 is a reply to message #2184] Mon, 06 May 2002 00:06 Go to previous messageGo to next message
Ecxeleron is currently offline  Ecxeleron   Australia
Messages: 187
Registered: January 2002
Location: Australia
Karma: 0
Senior Member
Thank you very much, I very new to all this stuff. Smile


[Updated on: Mon, 06 May 2002 00:43]

Report message to a moderator

Re: IIS probs with 20020430 [message #2217 is a reply to message #2184] Mon, 06 May 2002 11:10 Go to previous messageGo to next message
Ecxeleron is currently offline  Ecxeleron   Australia
Messages: 187
Registered: January 2002
Location: Australia
Karma: 0
Senior Member
When I create a thread, I still get:

Warning: ChDir: No such file or directory (errno 2) in D:\InetPub\orphus\ecxeleron\fud\post.php on line 3523

Warning: Cannot add header information - headers already sent by (output started at D:\InetPub\orphus\ecxeleron\fud\post.php:3523) in D:\InetPub\orphus\ecxeleron\fud\post.php on line 3614

and when I view a thread, I still get:

Warning: fopen("D:InetPuborphusecxeleronfudmessages/msg_1", "rb") - No such file or directory in D:\InetPub\orphus\ecxeleron\fud\msg.php on line 798

Warning: Supplied argument is not a valid File-Handle resource in D:\InetPub\orphus\ecxeleron\fud\msg.php on line 819

Warning: Supplied argument is not a valid File-Handle resource in D:\InetPub\orphus\ecxeleron\fud\msg.php on line 820

Warning: Supplied argument is not a valid File-Handle resource in D:\InetPub\orphus\ecxeleron\fud\msg.php on line 811

But the post is actualy viewable. Confused

BTW. Sorry for that long post up there, I didn't mean to clutter up the forum:)

With that compiler.inc, I have a feeling that is was for the templates, what about from the posts? can I get that from cvs? I'll try Smile Again thatx for all you help Smile



Re: IIS probs with 20020430 [message #2253 is a reply to message #2217] Mon, 06 May 2002 18:37 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Could you please send me your GLOBALS.php (via PM)

I'd like to take a look at it, it would help me immensly during debuging of this problem.


FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Locale
Next Topic: Error deleting user
Goto Forum:
  

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

Current Time: Sun Sep 08 00:34:45 GMT 2024

Total time taken to generate the page: 0.02766 seconds