I don't want to be a spoiler, but this does not look like a permision problem to me...
fopen(temp/1962c11578bbf49800aa6f6593f9f3af/) ^^ Check! It is trying to open a directory. And that's what the error is saying as well. But fopen cannot open directories, that explains the error. It looks like the filename is missing, or the last char should not be a "/".
phil schreef:
On Wed, 7 Dec 2005 12:24:12 -0500, Geuis Teses geuis.teses@gmail.com wrote:
These are the errors: [07-Dec-2005 09:51:02] PHP Warning: fopen(temp/1962c11578bbf49800aa6f6593f9f3af/): failed to open stream: Is a directory in /home/public_html/webmail/program/steps/mail/func.inc on line 1207 [07-Dec-2005 09:51:02 -0500] PHP Error: Failed to write to temp dir in /home/public_html/webmail/program/steps/mail/func.inc on line 1214 [07-Dec-2005 09:51:05] PHP Warning: fopen(temp/1962c11578bbf49800aa6f6593f9f3af/): failed to open stream: Is a directory in /home/public_html/webmail/program/steps/mail/func.inc on line 1207 [07-Dec-2005 09:51:05 -0500] PHP Error: Failed to write to temp dir in /home/public_html/webmail/program/steps/mail/func.inc on line 1214
I asked if you had created the dirctories, but guess I didn't talk about user and group perms. what user is your webserver running as? what group is your webserver running as? for freebsd the answer is www and www. once you know these, you can set the user/group perms on temp and logs correctly. so with those (that may or may not be yours) and your PATH, it would look like:
chmod -R www:www /home/public_html/webmail/temp chmod -R www:www /home/public_html/webmail/logs
hth
P
http://fak3r.com - you don't have to kick it