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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • SOLVED-Upgraded 3.2 - can't add another phone or mail to contact
Pages: [1]

Author Topic: SOLVED-Upgraded 3.2 - can't add another phone or mail to contact  (Read 1179 times)

patricr

  • I post occasionally
  • **
  • Posts: 30
  • Karma: 0
SOLVED-Upgraded 3.2 - can't add another phone or mail to contact
August 11, 2010, 06:43:07 am
Drupal 3.1.7, CiviCRM from 3.1.5-> 3.2 upgrade. All seemed to go smoothly. Did troubleshooting listed on upgrade document and troubleshooting documents. In the contact profile page, if I click on Add email or phone number, no entry space appears but a radio button and the word delete shows up in the next line down. All the other add links work (shows a text area to fill-in)

Any tips for a solution?

These are some items I copied that might help:

http://sonoco-crm/civicrm/contact/add?reset=1&action=update&cid=203&context=search

Innodb_buffer_pool_reads
15
The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.

Handler_read_rnd_next
1,089
The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.

Created_tmp_disk_tables   7    The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.

Created_tmp_disk_tables   7    The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.

==============
Started disabling modules, to see if any of them conflicted, it turned out that <<CiviCRM NYSS>> was causing the problem.
« Last Edit: August 15, 2010, 04:27:39 am by patricr »

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Upgraded 3.2 - can't add phone or mail to contact
August 11, 2010, 06:58:23 am
Doubt that's an issue link to the db, more an interface problem.

What browser (name+version) are you using ?

Could you try using another one (test on firefox and chrome) and see if it's the same issue ?

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

patricr

  • I post occasionally
  • **
  • Posts: 30
  • Karma: 0
Re: Upgraded 3.2 - can't add phone or mail to contact
August 11, 2010, 07:44:40 am
Thanks for quick reply.

Browsers:

Camino Version 2.0.3 (1.9.0.19 2010051911)
Firefox 3.6.8
Safari Version 5.0.1 (6533.17.8)

Checked roles, permissions. Even as Admin It shows the same behavior.

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Upgraded 3.2 - can't add phone or mail to contact
August 11, 2010, 07:56:28 am
Hi,

I'm thinking that it's a display issue. Civicrm returns the right information, but somehow, the field is hidden or displayed elsewhere, most probably because an external css from another module overrides the rules set by civicrm.

I'd use firebug and check where is the field, and what css file hides it.

Just to be sure that's not something with your browsers, check the demo website and verify that you can see the fields.
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Upgraded 3.2 - can't add phone or mail to contact
August 12, 2010, 12:10:19 am
Try clearing you drupal cache and also delete files/templates_c

Kurund
Found this reply helpful? Support CiviCRM

patricr

  • I post occasionally
  • **
  • Posts: 30
  • Karma: 0
Re: Upgraded 3.2 - can't add phone or mail to contact
August 12, 2010, 05:36:26 am
STILL DOES NOT WORK.

Thanks for the tip- did both and same issue remains. Attached is what it looks like after I click add phone. I got Firebug installed in Firefox, but don't have a clue what I am looking for.

I also just turned on Firefox>Tools>Error Console and got these errors- see second attachment.

Should I try re-upgrade?

Do the errors indicate a javascript problem?

« Last Edit: August 12, 2010, 05:13:39 pm by patricr »

patricr

  • I post occasionally
  • **
  • Posts: 30
  • Karma: 0
Re: Upgraded 3.2 - can't add phone or mail to contact
August 13, 2010, 03:02:06 am
New information... If I add a new individual, I can then add another phone number and the entry box shows up.
I can also add another email address and the entry box shows up.

With existing individuals the entry boxes never show up, but the radio button and the word delete does.

I guess there is someting that happens during the click on EDIT that prevents the addition of these entry boxes to exisiting individuals.

So is it a database problem preventing me from adding these 2 items to existing information?

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Upgraded 3.2 - can't add another phone or mail to contact
August 13, 2010, 03:24:09 am
There might be some problem with you db. Can you run following:

Quote
select * from civicrm_phone where contact_id=problem contact id.

Kurund
Found this reply helpful? Support CiviCRM

patricr

  • I post occasionally
  • **
  • Posts: 30
  • Karma: 0
Re: Upgraded 3.2 - can't add another phone or mail to contact
August 13, 2010, 04:52:05 am
I ran the query you suggested:

SELECT *
FROM civicrm_phone
WHERE contact_id =11
LIMIT 0 , 30

I got this (I covered phone numbers for this forum)

   id Unique Phone ID   contact_id FK to Contact ID   location_type_id Which Location does this phone belong to.   is_primary Is this the primary phone for this contact and location.   is_billing Is this the billing?   mobile_provider_id Which Mobile Provider does this phone belong to.   phone Complete phone number.   phone_type_id Which type of phone does this number belongs.
         8   11   2   1   0   NULL   610-XXX-XXXX   1
         149   11   2   0   0   NULL   610-XXX-XXX   3
Check All / Uncheck All With selected:     

For contact 11 there is a primary phone and the second is a fax number.

Does this help?

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • SOLVED-Upgraded 3.2 - can't add another phone or mail to contact

This forum was archived on 2017-11-26.