php-db | 2001062
Date: 06/28/01
- Next message: Jimi Malcolm: "[PHP-DB] What does this error mean?"
- Previous message: Patrick Bui: "[PHP-DB] Looking for info on PHP 4 & Ingres DB"
- In reply to: Jimi Malcolm: "[PHP-DB] What does this error mean?"
- Next in thread: Jimi Malcolm: "Re: [PHP-DB] What does this error mean?"
- Reply: Jimi Malcolm: "Re: [PHP-DB] What does this error mean?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Jimi Malcolm: "[PHP-DB] What does this error mean?"
- Previous message: Patrick Bui: "[PHP-DB] Looking for info on PHP 4 & Ingres DB"
- In reply to: Jimi Malcolm: "[PHP-DB] What does this error mean?"
- Next in thread: Jimi Malcolm: "Re: [PHP-DB] What does this error mean?"
- Reply: Jimi Malcolm: "Re: [PHP-DB] What does this error mean?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

