Quote:
Originally Posted by muscle-mustangs
ok, I keep getting that fatal error thing because I don't have imap on my php
Is their a site where I can download it at?
Thanks
|
Hopefully this is the last time this fix will have to be posted.
1. Go into your Windows folder on your server. For example, mine is located at C:\Windows
2. Open PHP.ini
3. Under the Dynamic Extensions, find
;extension=php_imap.dll
4. Remove the
; (semi-colon) from in front of it, making it
extension=php_imap.dll
5. Save the file and restart your web site for the changes to take effect (optional but recommended).
P.S. If you don't have your own server and your host won't give you root access, you're screwed!