php4-imap troubles

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

Post Reply
User avatar
pedrotuga
Forum Contributor
Posts: 249
Joined: Tue Dec 13, 2005 11:08 pm

php4-imap troubles

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

if imap_open() exists, it's likely installed properly, as far as php is concerned anyways.
User avatar
pedrotuga
Forum Contributor
Posts: 249
Joined: Tue Dec 13, 2005 11:08 pm

Post 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...
Post Reply