Results 1 to 2 of 2

Thread: function pollMonitoredInboxes, job problem

  1. #1
    Cypherost is offline Junior Member
    Join Date
    Feb 2010
    Posts
    4

    Unhappy function pollMonitoredInboxes, job problem

    Hello all.

    SugarCRM CE 5.5.1
    I have a problem with a schedule : it's about the job Check inbound mail account.
    I checked the log file to know what's happen :

    Mon Jun 21 17:27:02 2010 [5217][1][DEBUG] Connected to mailserver
    Mon Jun 21 17:27:02 2010 [5217][1][INFO] Query:SELECT * FROM folders WHERE id = '62d8f059-c558-058c-c265-4bd5b9e6beb0' AND deleted = 0
    Mon Jun 21 17:27:02 2010 [5217][1][INFO] Query Execution Time:0.00022196769714355
    Mon Jun 21 17:27:02 2010 [5217][1][DEBUG] InboundEmail processing 1 email 1-----------------------------------------------------------------------------------------
    Mon Jun 21 17:27:02 2010 [5217][1][DEBUG] Calling DBManager::disconnect()

    I'm supposed to receive hundreds of mails...
    I don't know what I'm supposed to looking for.

    Thanks for your reply.

    Regards.
    Last edited by Cypherost; 2010-06-29 at 03:23 PM.

  2. #2
    Cypherost is offline Junior Member
    Join Date
    Feb 2010
    Posts
    4

    Default Re: function pollMonitoredInboxes, job problem

    Still no ideas?

    In Scheduler, it still "In Progress".
    The mails seems to be in email_cache table.

    I think that the problem come from this line :
    file /modules/InboundEmail/InboundEmail.php l.3828 :
    $header = imap_headerinfo($this->conn, $msgNo);

    (I added one line before and after this one to watch the result in the log file.)
    I tried to write :
    $this->conn = imap_open("xxx", "xxx", "xxx")
    with correct informations.

    now in scheduler it's Completed. But nothing in reception...

    thanks for your replys...
    Last edited by Cypherost; 2010-06-29 at 05:01 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 2010-02-27, 02:21 PM
  2. sugarField() function problem
    By jhermiz in forum Developer Help
    Replies: 0
    Last Post: 2008-12-12, 03:32 PM
  3. Replies: 0
    Last Post: 2008-06-27, 01:07 AM
  4. Problem with SOAP function 'get_entry_list'
    By marco.rizzetto in forum Help
    Replies: 6
    Last Post: 2005-11-05, 09:51 AM
  5. Problem with graphics function
    By rpruiz in forum Help
    Replies: 3
    Last Post: 2004-12-19, 04:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •