CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Process Inbound Emails not working
Pages: [1]

Author Topic: Process Inbound Emails not working  (Read 692 times)

i2c2k

  • I’m new here
  • *
  • Posts: 10
  • Karma: 0
  • CiviCRM version: 4.4.6
  • CMS version: WordPress 3.8.1
  • MySQL version: 5.6.12
  • PHP version: 5.4.12
Process Inbound Emails not working
October 05, 2013, 11:47:23 am
Hello, I just configured both bounce processing and Email-to-Activity mail accounts and tried to execute the Process Inbound Emails job, but it just gives me this error message in the log:

"Finished execution of Process Inbound Emails with result: Failure, Error message: Process Activities failed"

Is there anything I can do to get some more detailed error information to find a solution?

Thanks!

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Process Inbound Emails not working
October 05, 2013, 04:19:08 pm
Are you using 4.1? you should upgrade (beside for security reasons). I seem to remember it was fixed between your version and the latest one.

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

i2c2k

  • I’m new here
  • *
  • Posts: 10
  • Karma: 0
  • CiviCRM version: 4.4.6
  • CMS version: WordPress 3.8.1
  • MySQL version: 5.6.12
  • PHP version: 5.4.12
Re: Process Inbound Emails not working
October 06, 2013, 05:20:04 am
Sorry, I totally forgot to update the profile info, I have 4.3.7 installed actually!
How can I get more debug info..?  ???

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Process Inbound Emails not working
October 06, 2013, 09:22:13 am

I would edit:

- api/v3/Job.php - search for processActivities
- do a

 CRM_Core_Error::debug($e);

to get more details on the exception thrown. Most likely the mail handling code threw an exception.

You might get a bit more info, by changing the return to:

return civicrm_api3_create_error('Process Activities failed' . $e->getMessage());

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

i2c2k

  • I’m new here
  • *
  • Posts: 10
  • Karma: 0
  • CiviCRM version: 4.4.6
  • CMS version: WordPress 3.8.1
  • MySQL version: 5.6.12
  • PHP version: 5.4.12
Re: Process Inbound Emails not working
October 07, 2013, 02:12:39 am
Thanks, Lobo, I'll do that and report back!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Process Inbound Emails not working

This forum was archived on 2017-11-26.