Page 1 of 1

php4-imap troubles

Posted: Mon Feb 13, 2006 8:57 am
by pedrotuga
I am tring to use a imap server to autenticate the user but i think my imap-php4 module is not working.
How can i check if this module is properly installed?
Im my php.ini this this is the last line:

Code: Select all

extension=imap.so

Code: Select all

Warning: imap_open(): Couldn't open stream ****** in /var/www/2006.02.13/login.php on line 11
help!

thx in advance

Posted: Mon Feb 13, 2006 9:01 am
by feyd
if imap_open() exists, it's likely installed properly, as far as php is concerned anyways.

Posted: Mon Feb 13, 2006 9:04 am
by pedrotuga
this script works on my local computer but not on the server... this is weird.

Maybe the acess to the imap server i want to connect is restricted...