Hi

Brandon Feldhahn wrote:
> Hello, i need to now how to set permissions for scripts to work on
> another server, this is my error, and im trying to make a guest book,
> what do i do the change the permissions or get around this, thanks.
>
> Warning: fopen("mb.php3.comment", "a") - Permission denied in
> /home/nofx413/public_html/annotate.php3 on line 29

The file 'mb.php3.comment' can't be opened by php for writing. You must give
read and write permissions for everybody to that file (chmod 666). You
should be able to do this via FTP.

The other two errors are subsequent to the first one.

Christoph


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to