Hey guys,
I installed the IMAP mod and I got weird problem...
when I run the script phpinfo(); I got there:
but when I run imap_open(); script I got:
when I edit php.ini I see:
when I remove the ";" and trying to restart my php.ini
I get:
I installed the IMAP mod and I got weird problem...
when I run the script phpinfo(); I got there:
at the apache modules..mod_imap
but when I run imap_open(); script I got:
Fatal error: Call to undefined function: imap_open() in */public_html/mail/mail.php on line 2
when I edit php.ini I see:
;extension=php_imap.dll
when I remove the ";" and trying to restart my php.ini
I get:
PHP Warning: Unknown(): Unable to load dynamic library './php_imap.dll' - ./php_imap.dll: cannot open shared object file: No such file or directory in Unknown on line 0
Last edited: