Forum Moderators: coopster

Message Too Old, No Replies

fopen not working anymore

         

Nisse

12:09 am on Aug 10, 2003 (gmt 0)

10+ Year Member



After I booted the server fopen did work anymore? I read somewhere that fopen depend on the DNS something...
Anyone that can help me solve this?

thanks!

/Niels

panic

3:45 am on Aug 10, 2003 (gmt 0)

10+ Year Member



Um... I'm not sure where you read that about the DNS, but it's got nothing to do with it.

What error message are you getting when trying to fopen? Are you opening it to read it, write to it, append to it, or what?

-panic

Nisse

10:36 pm on Aug 10, 2003 (gmt 0)

10+ Year Member



I was the DNS... the installed DNS server was misconfigured and resolved all fopen's external DNS query's to localhost... obvious not working :)

panic

5:22 pm on Aug 11, 2003 (gmt 0)

10+ Year Member



I don't see why you'd open "http://localhost/tools/file.txt" when you could just open "/tools/file.txt" instead.

-panic