Quote:
Originally Posted by GTX2
i got always this error message while installing: Fatal error: Call to undefined function: imap_open() in /home/gsmptnet/public_html/includes/vbms_class_installer.php on line 790
I've uncomment the line ";extension=php_imap.dll" and restarted apache, but still same problem...
|
Well from what I can tell by looking at the code this error is due to wrong setting for your POP3 Server.
Quote:
/**
* Attempts to connect to the POP3 server specified in the $usersettings
* array. Returns true on success, textual error on failure.
*
* @return mixed true on success, textual error on failure
* @access public
*/
|
That is the comments in the file where the error is occuring. You might recheck your POP3 settings and go from there.