PHP Classes

POP3 save2file() - Error: Can't open file in write mode.

Recommend this page to a friend!

      pop3.class.inc  >  All threads  >  POP3 save2file() - Error: Can't open...  >  (Un) Subscribe thread alerts  
Subject:POP3 save2file() - Error: Can't open...
Summary:POP3 save2file() - Error: Can't open file in write mode.
Messages:2
Author:Maria Schmidt
Date:2008-12-27 12:23:56
Update:2008-12-27 16:08:13
 

  1. POP3 save2file() - Error: Can't open...   Reply   Report abuse  
Picture of Maria Schmidt Maria Schmidt - 2008-12-27 12:23:56
hi,

I have installed this package and get this error:

POP3 save2file() - Error: Can't open file in write mode.

What does this mean and how can I fix this error?

If it is possible please answer also in german.

thanks

cybine

  2. Re: POP3 save2file() - Error: Can't open...   Reply   Report abuse  
Picture of Steffen Stollfuß Steffen Stollfuß - 2008-12-27 16:08:13 - In reply to message 1 from Maria Schmidt
Hi,

I think the user where the script runs under, hasn't write permission to the folder where you try to store the mails.

Under Linux you can easiely change this permission with.

chmod 0777 <PathToFolder>

regards
j0inty

[german]
Hi,

Ich denke das der Benutzer wo drunter das Skript läuft nicht die passenden Schreibrechte auf dem Ordner für die E-Mails besitz.

Unter Linux kannst du die Rechte sehr einfach ändern bzw anpassen.

chmod 0777 <PathZumOrdner>


Sollteste weitere Fragen haben dann lass es mich wissen.

MfG
j0inty
[/german]