Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.0RC2

Bug #2867 E_WARNING Couldn't open stream
Submitted: 2004-12-01 15:56 UTC
From: smart at open-publisher dot net Assigned: richy
Status: Closed Package: Mail_IMAP
PHP Version: 4.3.8 OS: any
Roadmaps: (Not assigned)    
Subscription  


 [2004-12-01 15:56 UTC] smart at open-publisher dot net
Description: ------------ MAIL_IMAP version 2.0.0alpha1RC5 When connecting to an inbox there is always an E_WARNING which occurs. But the connection data are ok and every thing else of this class is working fine. I use a custom error handler. In MAIL\IMAP.php Line 342 imap_open(): Couldn't open stream {127.0.0.1:80/http}projects/myscript.php In MAIL\IMAP.php Line 378 imap_mailboxmsginfo(): supplied argument is not a valid imap resource

Comments

 [2004-12-04 16:21 UTC] richy
Hi, I do not know why this error message appears. I have seen it pop up a number of times in my own testing, but nothing appears to be wrong. To suppress the error call on Mail_IMAP::errors() and/or Mail_IMAP::alerts() (I do so near the end of script execution). Doing so will remove the error from the c-client error queue and prevent it from being output.