Go Back   SitePoint Forums > Forum Index > Program Your Site > PHP
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
Reply
 
Thread Tools Display Modes
Old Nov 8, 2009, 23:17   #1
Shrapnel_N5
SitePoint Wizard
 
Shrapnel_N5's Avatar
 
Join Date: Oct 2009
Posts: 1,415
extension must be loaded in php.ini
run script with phpinfo(), note php.ini location from it
and then edit
Shrapnel_N5 is offline   Reply With Quote
Old Nov 8, 2009, 23:37   #2
mmarif4u
SitePoint Evangelist
 
mmarif4u's Avatar
 
Join Date: Dec 2006
Location: /dev/swat
Posts: 553
Thanks Shrapnel_N5,
Before reading your post here, what i did were:
I open php.ini on the server and search for "extension=imap.so"
which was there and not commented, so it mean it was enabled. Then i open conf.d directory and look for imap.ini which was not there.
So what i did:
Quote:
extension = imap.so
And save the above line as a file named imap.ini and upload it to /etc/php5/conf.d directory and restart the server.
And the great thing is, it works.

Thanks again.
Hope, it will be helpful for some one in future.
mmarif4u is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 16:08.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved