Welcome Guest, Not a member yet? Register   Sign In
Failed To Open Stream: No such file or directory (application/errors/error_php.php)
#3

[eluser]J. Pavel Espinal[/eluser]
For the record, imap_open will throw any errors occurred (even if you try to silence it up with "@", e.g. @imap_open(...)) at least that you capture the array of error messages immediately after, with something like:

Code:
public function foo() {
        $lrMbox = imap_open("{mail.example.com:143}", "[email protected]", "123456");
        $laErrors = imap_errors();
        $laAlerts = imap_alerts();

        ...
    }


Messages In This Thread
Failed To Open Stream: No such file or directory (application/errors/error_php.php) - by El Forum - 05-04-2012, 08:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB