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) »
  • Activities not showing on contact's activities tab
Pages: [1] 2

Author Topic: Activities not showing on contact's activities tab  (Read 2066 times)

b0b_z

  • I post occasionally
  • **
  • Posts: 49
  • Karma: 0
  • CiviCRM version: 4.1.6
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63
  • PHP version: 5.2.17
Activities not showing on contact's activities tab
December 20, 2012, 06:52:13 am
Good Morning All

Running Drupal 7.14 with Civicrm 4.1.5

We just noticed the activities under the contact view will no longer populate the table civicrm/contact/view?reset=1&cid=#####

This used to work and now the jquery loading icon spins but nothing else (see screen cap)

We also tried IE and get a jquery error

Webpage error details

Message: Object doesn't support this property or method
Line: 28
Char: 5
Code: 0
URI: http://www.our-site.org/civicrm/contact/view?reset=1&cid=#####


Message: Could not complete the operation due to error 80020101.
Line: 2
Char: 11364
Code: 0
URI: http://www.our-site.org/sites/all/modules/civicrm/packages/jquery/jquery.min.js?mezzgy

We found a couple older threads but the suggestions there did not work

Anyone else with this issue?

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Activities not showing on contact's activities tab
December 20, 2012, 08:17:06 am
Can you try with Firefox with the Firebug extension installed and look at the Net and/or Console tabs and look for errors or not loaded URLs there?
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

b0b_z

  • I post occasionally
  • **
  • Posts: 49
  • Karma: 0
  • CiviCRM version: 4.1.6
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63
  • PHP version: 5.2.17
Re: Activities not showing on contact's activities tab
December 20, 2012, 01:11:52 pm
From the console tab (errors) after selecting activities tab

No information is displayed

TypeError: cj("#contact-activity-selector-" + context).dataTable is not a function
[Break On This Error]    

(65 out of range 46)

After selecting other tabs ( Relationships   Groups    Notes    Tags   Change Log )

Information IS displayed with error

TypeError: s is undefined
[Break On This Error]    

(83 out of range 32)

TypeError: cj.fn.dataTableExt is undefined
[Break On This Error]    

(183 out of range 32)



Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Activities not showing on contact's activities tab
December 21, 2012, 03:08:17 am
Quote from: b0b_z on December 20, 2012, 01:11:52 pm
This used to work

Until when? What changed?

Can you try with a different theme? I think some JS code in your theme or another module is conflicting with CiviCRM's.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

b0b_z

  • I post occasionally
  • **
  • Posts: 49
  • Karma: 0
  • CiviCRM version: 4.1.6
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63
  • PHP version: 5.2.17
Re: Activities not showing on contact's activities tab
December 21, 2012, 11:46:34 am
About a couple weeks ago...
Nothing had been altered.
It simply ceased functioning
I tried a different theme to no avail

There are no other plugins installed other than Civicrm

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Activities not showing on contact's activities tab
December 22, 2012, 11:05:52 am
I'm not sure. Something must have changed, otherwise it couldn't just stop working. Can you upgrade CiviCRM? Perhaps that would help.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

b0b_z

  • I post occasionally
  • **
  • Posts: 49
  • Karma: 0
  • CiviCRM version: 4.1.6
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63
  • PHP version: 5.2.17
Re: Activities not showing on contact's activities tab
December 23, 2012, 12:07:00 pm
I know, it's an odd one...

I tried to upgrade a couple times to no avail

The data import/conversion stalls on upgrade so I did not try again

The database is fairly large but that should not make any difference I would think

Thanks

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Activities not showing on contact's activities tab
December 23, 2012, 12:40:04 pm
Quote from: b0b_z on December 23, 2012, 12:07:00 pm
The database is fairly large but that should not make any difference I would think

Actually for CiviCRM upgrades before they added the batch upgrade feature, large DBs require a large amount of CPU processing to convert and many times that causes an error server side. In such cases, the upgrade may need to be run offline.

But if you use the latest CiviCRM to upgrade, it should run everything in batches and then this should not be a problem.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

b0b_z

  • I post occasionally
  • **
  • Posts: 49
  • Karma: 0
  • CiviCRM version: 4.1.6
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63
  • PHP version: 5.2.17
Re: Activities not showing on contact's activities tab
December 24, 2012, 08:05:14 am
I tried on 11/1 the Drupal version 4.2.6 and it failed

It's a huge hassle to restore after a failure especially while trying to keep a site online and functioning

Perhaps we'll try one more time during the holidays while things are slow

As an aside, what should the permissions be for the jquery directory?

Maybe during a restore that borked the permissions...

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Activities not showing on contact's activities tab
December 24, 2012, 08:13:19 am
jQuery files need only to have read access.

It is recommended to run upgrades on a test site, thus obviating the need to restore a site after a failure.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

b0b_z

  • I post occasionally
  • **
  • Posts: 49
  • Karma: 0
  • CiviCRM version: 4.1.6
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63
  • PHP version: 5.2.17
Re: Activities not showing on contact's activities tab
December 24, 2012, 09:20:39 am
Yes, I know I should have done that...

I backed everything up and have recovered in the past

This time is a bit more problematic


b0b_z

  • I post occasionally
  • **
  • Posts: 49
  • Karma: 0
  • CiviCRM version: 4.1.6
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63
  • PHP version: 5.2.17
Re: Activities not showing on contact's activities tab
January 02, 2013, 06:25:15 am
Has anyone else had a similar problem and found a solution?

I looked at Firebug to check for errors and found these three:

"NetworkError: 403 Forbidden - http://www.my-site.org/sites/all/modules/civicrm/packages/jquery/css/images/arrow.png"

"NetworkError: 403 Forbidden - http://www.my-site.org/sites/all/modules/civicrm/packages/jquery/jquery-ui-1.8.16/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png"

TypeError: cj("#contact-activity-selector-" + context).dataTable is not a function
(65 out of range 46)

Thanks!
« Last Edit: January 02, 2013, 07:15:37 am by b0b_z »

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Activities not showing on contact's activities tab
January 02, 2013, 07:31:09 am
The first two are not important. The last one is the problem. Same issue reported here http://forum.civicrm.org/index.php/topic,20847.msg100489.html#msg100489 with no resolution. :(
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

b0b_z

  • I post occasionally
  • **
  • Posts: 49
  • Karma: 0
  • CiviCRM version: 4.1.6
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63
  • PHP version: 5.2.17
Re: Activities not showing on contact's activities tab
January 02, 2013, 07:57:37 am
Well that's OK and yet again not so much

I'd upgrade to 4.2+ BUT every time I've done so the database import/update borks

Any suggestions on that?

Maybe I can go from 4.1.5 to 4.1.6 and so forth

This error is a real pain

b0b_z

  • I post occasionally
  • **
  • Posts: 49
  • Karma: 0
  • CiviCRM version: 4.1.6
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63
  • PHP version: 5.2.17
Re: Activities not showing on contact's activities tab
January 02, 2013, 02:14:42 pm
Not sure if this is a fix BUT I dumped the contents of  templates_c folder and all is now working

/sites/default/files/civicrm/templates_c

I'll try it again if the issue persists
« Last Edit: January 02, 2013, 02:20:56 pm by b0b_z »

Pages: [1] 2
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Activities not showing on contact's activities tab

This forum was archived on 2017-11-26.