[PHP-DB] What does this error mean?

2001-06-30 Thread Jimi Malcolm
I'm trying to from a file in a directory called 'logs'. I've never seen this error before. What does it mean? <<>> Warning: fopen("logs/993700800.log","w+") - Permission denied in /home/sites/site20/users/guide/web/counter.php on line 28 Warning: Supplied argument is not a valid File-Handle re

[PHP-DB] What does this error mean?

2001-06-29 Thread Jimi Malcolm
I'm trying to from a file in a directory called 'logs'. I've never seen this error before. What does it mean? <<>> Warning: fopen("logs/993700800.log","w+") - Permission denied in /home/sites/site20/users/guide/web/counter.php on line 28 Warning: Supplied argument is not a valid File-Handle re

Re: [PHP-DB] What does this error mean?

2001-06-29 Thread Jimi Malcolm
I want to create the file. The script first checks to see if the file exists (file_exists($sFile)). The file does not exist so it jumps to the function that calls that fopen() that's giving me the error. I want it to create the file. It worked fine on Windows using Personal Web Server. I've n

Re: [PHP-DB] What does this error mean?

2001-06-29 Thread Johannes Janson
Hi, [...] > Warning: fopen("logs/993700800.log","w+") - Permission denied in > /home/sites/site20/users/guide/web/counter.php on line 28 are you sure you have the rights to access the file? > Warning: Supplied argument is not a valid File-Handle resource in > /home/sites/site20/users/guide/web/