warning: imap_open() [function.imap-open]: Couldn't open stream {imap.gmail.com:995/imap/ssl/novalidate-cert}INBOX in /var/www/html/atrium-1.0-beta10/modules/uc_ticket/uc_ticket.module on line 378.
i get this error, when I try use uc_ticket with the following settings
imap
995
/ssl/novalidate-cert
imap.gmail.com
Comments
Comment #1
Anonymous (not verified) commentedHmm, are there any quirks with interfacing with gmail that way? I must confess I'm not very familiar with accesing gmail with IMAP.
Comment #2
ameet commentedi tried pop with 993 and pop.gmail.com, as well and it still gives me a similar error
warning: imap_open() [function.imap-open]: Couldn't open stream {pop.gmail.com:993/pop3/ssl/novalidate-cert}INBOX in /var/www/html/atrium-1.0-beta10/modules/uc_ticket/uc_ticket.module on line 378.
Comment #3
ameet commentedwarning: imap_open() [function.imap-open]: Couldn't open stream {localhost:110/pop3/novalidate-cert/}INBOX in /var/www/html/atrium-1.0-beta10/modules/uc_ticket/uc_ticket.module on line 378.
i still get this error even after i have setup postfix and pop3 working on my localhost with these settings
pop3
110
/ssl/novalidate-cert
localhost
can someone help please!!
Comment #4
Anonymous (not verified) commentedThis is very strange. Was it working previously? Have you made any changes recently (php installation/updates/etc)?
Does it work on your local machine with only "/novalidate-cert" (no quotes) as a flag?
Comment #5
ameet commentedit does not work with /novalidate-cert as well...and it was not working previously as well.
no changes have been made to the system....
also if uc-ticket does fetch email, where does it put them ??? does it create ticket only or does it store emails as well???
Comment #6
Anonymous (not verified) commentedIt simply reads the email and creates a ticket/followup based on it.
As far as your issue is concerned: that error is, unfortunately, ambiguous. It is difficult to diagnose what your issue is.
Is there perhaps something wrong with your php_imap package install? Can you remove and reinstall it? Maybe a firewall issue?
Comment #7
Luki_be commentedI'm having the same issue with all my e-mail accounts .....
Comment #8
Anonymous (not verified) commentedHmm, OK, let me see what I can find.
EDIT: also, I would suggest using the dev version right now if you are still in a testing phase. There are a few stable changes in that version, however, I don't believe any will address this issue.
Comment #9
Luki_be commentedOk, thanx. I'll also try the dev.
Comment #10
Luki_be commentedPosting a follow up: i asked my host about the fact that IMAP extension must be installed. As this is the case they asked me if in addition this module requires some php function like php exec. Is this the case?
Comment #11
Luki_be commentedCould the developer confirm?
Comment #12
Luki_be commentedAnybody????????