Quote:
Originally Posted by Tralala
I too get an error when trying to invoke this manually
(by going to http://www.myforumname.com/forums/vbox.php)
Here is the error I get:
Fatal error: Call to undefined function: imap_open() in /home/.odell/mydir/myforumname.com/forums/vbox.php on line 24
I tried changing /pop3/tls/novalidate-cert to /pop3 in the vbox.php file... same error. Changed it back again, same error.
I know my popserver, username, port and password are correct, since I am able to log into it using the exact same information at mail2web.com's "Advanced" login page. But vbox.php doesn't succeed for some reason.
Any help would be appreciated.
|
Your version of PHP was not compiled with imap support, this hack will not work for you. If it was compiled with imap support, then the function imap_open would be defined.