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 Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • The meta-thread for: Your activity is a bit suspicious, hence aborting
Pages: 1 2 [3]

Author Topic: The meta-thread for: Your activity is a bit suspicious, hence aborting  (Read 28572 times)

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: The meta-thread for: Your activity is a bit suspicious, hence aborting
June 18, 2012, 12:30:39 am
Quote from: scrubba on June 14, 2012, 06:43:31 pm
In the end i followed Lobos advice and added that code to that file, and changed number.

Actually, it wasn't his advice to disable the IDS, as it lowers the security of the install, he mentioned how to to it BUT saying it wasn't recommended.

Quote
but perhaps work will need to be done on what is actually causing this strange behavior down the track..

Indeed, and pretty much sure that the problem is in the content of the mail you (try to) send. Would be good if you could investigate and put back the IDS.
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

artfulrobot.com

  • I post occasionally
  • **
  • Posts: 81
  • Karma: 4
Re: The meta-thread for: Your activity is a bit suspicious, hence aborting
September 25, 2012, 12:13:34 pm
+1'ed Coleman at http://forum.civicrm.org/index.php/topic,18168.msg103823.html#msg103823 This fixed the problem for me.

civicrmsav

  • I post frequently
  • ***
  • Posts: 121
  • Karma: 5
  • CiviCRM version: 4.2.6
  • CMS version: Drupal 7.x
Re: The meta-thread for: Your activity is a bit suspicious, hence aborting
February 07, 2013, 08:27:10 pm
Just adding this in case it gives someone else a hint.

When I have my editor set to Drupal Default Error I get this message in CiviCRM on certain emails. My drupal set up is WYSIWYG, IMCE IMCE WYSIWIG Bridge.

The same emails never seems to cause the problem when the CiviCRM editor is set to CKEditor. 

Based on this thread, I thought initially it was something in the text of the email, but there was nothing particularly suspicious, and I found in that the same would sometimtes go through fine and then cause an error in a later test.  Possible it was my testing error, but couldn't spend any more time trying to hunt this down, since the dependency on the editor setting suggested that it was not the problem in any case.

For now I have implemented the work around here: http://forum.civicrm.org/index.php/topic,18168.msg103823.html#msg103823

davej

  • Ask me questions
  • ****
  • Posts: 404
  • Karma: 21
Re: The meta-thread for: Your activity is a bit suspicious, hence aborting
July 31, 2013, 07:13:54 am
Saw this error on a 4.2.8 site, when composing a CiviMail, step 3. The IDS error in the Civi error log related to field 'html_message.value'. CRM/Core/IDS.php has:
    exceptions[]        = html_message

Adding:
    exceptions[]        = html_message.value
got rid of the error. Does the fact that html_message is one of the standard exceptions indicate that this field is intended to be skipped? Or is there a subtle distinction between html_message and html_message.value, such that html_message is expected to be IDS-unfriendly but html_message.value should be IDS-friendly?

Cheers,

Dave

Pages: 1 2 [3]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • The meta-thread for: Your activity is a bit suspicious, hence aborting

This forum was archived on 2017-11-26.