Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can !
Moderator: General Moderators
pedrotuga
Forum Contributor
Posts: 249 Joined: Tue Dec 13, 2005 11:08 pm
Post
by pedrotuga » Mon Feb 13, 2006 8:57 am
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
Warning: imap_open(): Couldn't open stream ****** in /var/www/2006.02.13/login.php on line 11
help!
thx in advance
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Mon Feb 13, 2006 9:01 am
if imap_open() exists, it's likely installed properly, as far as php is concerned anyways.
pedrotuga
Forum Contributor
Posts: 249 Joined: Tue Dec 13, 2005 11:08 pm
Post
by pedrotuga » Mon Feb 13, 2006 9:04 am
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...