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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • activity added by null
Pages: [1]

Author Topic: activity added by null  (Read 490 times)

eric235u

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 4.0.4
  • CMS version: drupal
  • MySQL version: 5.0.51a
  • PHP version: 5.3
activity added by null
May 17, 2012, 02:12:47 pm
Hi All,

After upgrading to the latest version of CiviCRM on Drupal users can no longer see created activities.

contacts =>  new activity

"Added by" is correctly populated.  Saves without error.  Though I do see 2 periods.

"Activity 'eric's test 5' has been saved. . "

Debug is on.  Recent items shows newly created activity.  In search activities the new activity does not show up.  When I view or edit via recent items the 'added by' is null.

Thanks in advance for any clues!

noneother

  • I’m new here
  • *
  • Posts: 14
  • Karma: 0
  • CiviCRM version: 4.1.3
  • CMS version: Drupal 6
  • MySQL version: 5.5.20
  • PHP version: 5.3.13
Re: activity added by null
May 30, 2012, 12:05:03 pm
Not sure if this will help but try enabling query debugging.  This might help point you in the right direction.

In 'packages/DB/DataObject.php', go to the '_query' function.  Around line 2280 or so, add

Code: [Select]
CRM_Core_Error::debug('Query', $string);
When you create the new activity, see if the queries are actually inserting the correct info.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • activity added by null

This forum was archived on 2017-11-26.