Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001062

Re: [PHP-DB] What does this error mean? From: Johannes Janson (johannes.janson <email protected>)
Date: 06/28/01

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/counter.php on line 29

fopen failed and so fgets, fputs and the other f* - functions (not in terms
of swearing ;-)) fail also cause $hCounter is not vaild.

> Warning: Supplied argument is not a valid File-Handle resource in
> /home/sites/site20/users/guide/web/counter.php on line 30
> 1
[...]
> I'm new to this mailing list and have never used it before so I'm not sure
> which one/s to join or post this specific message to. I apologize if this
> is the wrong forum for this type of question. Thank you for your time.
[...]

perhaps better in general but hey, it's PHP so it can't be really OT.

cheers
Johannes

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>