Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
NC Software Offline
Member
 
NC Software's Avatar
 
Posts: 466
Join Date: Dec 2005
Location: Sitting
imap_open() error in PHP error log - 01-08-2007, 02:48 PM

Why do I constantly get this error in my PHP error log?

[01-Aug-2007 09:40:58] PHP Warning: imap_open() [<a href='function.imap-open'>function.imap-open</a>]: Couldn't open stream {mail.mydomainhere.com:110/pop3/notls}INBOX in D:\Webs\helpdesk\modules\parser\cron_parser.php on line 84


Neal Culiner
NC Software, Inc.
Visual Basic .NET Forums
3.30.02 STABLE
   
Reply With Quote
  (#2) Old
Sheep Offline
Member
 
Sheep's Avatar
 
Posts: 350
Join Date: Feb 2007
Location: Lyon, France
01-08-2007, 05:15 PM

invalid parameter (login/password?) when trying to connect to a pop3 account


Antoine "Sheep" BERMON
-- Lurking around there --
   
Reply With Quote
  (#3) Old
NC Software Offline
Member
 
NC Software's Avatar
 
Posts: 466
Join Date: Dec 2005
Location: Sitting
01-08-2007, 05:16 PM

Potentially, but which one?


Neal Culiner
NC Software, Inc.
Visual Basic .NET Forums
3.30.02 STABLE
   
Reply With Quote
  (#4) Old
Sheep Offline
Member
 
Sheep's Avatar
 
Posts: 350
Join Date: Feb 2007
Location: Lyon, France
01-08-2007, 05:32 PM

Eh, can't tell like that.

If you have an owned licence you can echo debugs informations
in D:\Webs\helpdesk\modules\parser\cron_parser.php on line 84


Antoine "Sheep" BERMON
-- Lurking around there --
   
Reply With Quote
  (#5) Old
NC Software Offline
Member
 
NC Software's Avatar
 
Posts: 466
Join Date: Dec 2005
Location: Sitting
01-08-2007, 06:57 PM

Yes, I have an owned license, I'll see what I can figure out, thx!


Neal Culiner
NC Software, Inc.
Visual Basic .NET Forums
3.30.02 STABLE
   
Reply With Quote
  (#6) Old
Sheep Offline
Member
 
Sheep's Avatar
 
Posts: 350
Join Date: Feb 2007
Location: Lyon, France
01-08-2007, 07:37 PM

Ahh, **warking up from a little nap**
on line 143
before
PHP Code:
var_dump(imap_errors()); 
add
PHP Code:
trigger_error("----ERROR IMAP CONNEXION----\n\n".print_r(imap_errors(),true)."\n\n----Using values---\n\n".print_r($dbCore->Record4,true),E_WARNING); 
that should display (in logs) all the informations you need


Antoine "Sheep" BERMON
-- Lurking around there --
   
Reply With Quote
Reply

Tags
imapopen, log, php

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
GoPHP5 BigTom3007 Comments, Questions & Feedback 10 15-05-2008 09:10 AM



Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48