pinbot wrote:
Quote:
I just installed PHPMyChat plus on a website, and I'm getting the
following errors:
>
Warning: fopen(./acount/pages/chat_index.txt) [function.fopen]: failed
to open stream: Permission denied in /home/pinbot/public_html/Chat/
acounter.php on line 70
>
Warning: flock() expects parameter 1 to be resource, boolean given in /
home/pinbot/public_html/Chat/acounter.php on line 71
>
Warning: fgets(): supplied argument is not a valid stream resource in /
home/pinbot/public_html/Chat/acounter.php on line 72
>
Warning: flock() expects parameter 1 to be resource, boolean given in /
home/pinbot/public_html/Chat/acounter.php on line 73
>
Warning: fclose(): supplied argument is not a valid stream resource
in /home/pinbot/public_html/Chat/acounter.php on line 74
>
Warning: fopen(./acount/pages/chat_index.txt) [function.fopen]: failed
to open stream: Permission denied in /home/pinbot/public_html/Chat/
acounter.php on line 85
>
Warning: flock() expects parameter 1 to be resource, boolean given in /
home/pinbot/public_html/Chat/acounter.php on line 86
>
Warning: rewind(): supplied argument is not a valid stream resource
in /home/pinbot/public_html/Chat/acounter.php on line 87
>
Warning: flock() expects parameter 1 to be resource, boolean given in /
home/pinbot/public_html/Chat/acounter.php on line 89
>
Warning: fclose(): supplied argument is not a valid stream resource
in /home/pinbot/public_html/Chat/acounter.php on line 90
>
How do I fix this?
>
I don't know the code there, but this is indicating you are trying to
open something but don't have sufficient permissions to do it. That
might be a file, a URL or whatever.
Why aren't you asking on the PhPMyChat Plus support boards? They know
the code, and what it is opening.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================