View Full Version : Error message


Mariu
07-19-2005, 10:28 AM
Hello.

I have installed and configured Mambo Mail Lite. After publishing the module only displays this error:

Warning: imap_open(): Couldn't open stream {mywol.de:110/pop3/tls/novalidate-cert} in /local/var/www/2/5/5236/www/modules/mod_mambo_mail_lite.php on line 21

What does this mean? Didn't I configure the module correctly or is this kind of mail-service not provided by my domain.

Thanks for your replies.

Jafo
07-19-2005, 10:31 AM
As per the readme file:

If you get this error:

imap_open(): Couldn't open stream

Then first, check and make sure your POP settings are correct. Once you are POSITIVE these are correct, try changing a line in the file located in components/com_mambo_mail/parse_mail.php:

#If you get Warning: imap_open(): Couldn't open stream errors, uncomment this next line
#AND comment the line right after it.
#$mail = imap_open('{'.$popserver.':'. $port . '/pop3/tls/novalidate-cert}', $popuser, $poppass);
$mail = imap_open('{'.$popserver.':'. $port . '/pop3}', $popuser, $poppass);

Mariu
07-19-2005, 10:45 AM
First of all thanks for the quick reply!

It seems like we are talking about different versions or whatever. I don't own a "components/com_mambo_mail/parse_mail.php", because there was no component sent to me in the email in which I got the module. Also my readme file doesn't include the paragraph you quoted. Note I use the Mambo Mail Lite module, not the Pro Version.

Jafo
07-19-2005, 10:47 AM
Ok, you posted in the wrong forum, please see this thread:

http://www.worldwidecreations.com/forums/showthread.php?t=1218

Mariu
07-19-2005, 10:53 AM
Oh, thank you. Hope, this will help. Very good support in here, I'm positively suprised!