Re: Bug
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Thu, 17 Apr 2008 12:59:21 -0400
pinbot wrote:
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@xxxxxxxxxxxxx
==================
.
- References:
- Bug
- From: pinbot
- Bug
- Prev by Date: Re: Regex Help
- Next by Date: a suggestion to configure a script
- Previous by thread: Re: Bug
- Next by thread: a suggestion to configure a script
- Index(es):
Relevant Pages
|