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) »
  • Errors when adding new Individual
Pages: [1]

Author Topic: Errors when adding new Individual  (Read 1303 times)

stuartdrennan

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
Errors when adding new Individual
August 06, 2010, 07:31:31 am
Hi All

Hope this is a quick fix from someone, but I can't work it out. 

Just upgraded from 3.12 to 3.2 and alls working perfectly, apart from when I click New Individual.  all the correct text boxes are there, but there is some very strange info on screen. i.e.

'); $('#lastname_msg a').click(function(){global_formNavigate =true; return true;});// No confirmation dialog on click }); }); });

"; //$('#lastname_msg').remove(); if (data.length ==1) { msg = msg + "There is a contact with a similar last name. If the person you were trying to add is listed below, click on their name to view or edit their record"; } else { // ideally, should use a merge with data.length msg = msg + "There are contacts with a similar last name. If the person you were trying to add is listed below, click on their name to view or edit their record"; } msg = msg+ ''; $.each(data, function(i,contact){ msg = msg + ''; }); msg = msg+ '
'+ contact.display_name +'    '+contact.email+'    ViewEdit
'; $('#last_name').parent().parent().after(msg+'

Can't seem to find and info online about it.... Anybody any thoughts?

Thanks in advance

Stuart

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: Errors when adding new Individual
August 06, 2010, 08:00:30 am
Can you try clearing your media/civicrm/templates_c and check if that helps.

Kurund
Found this reply helpful? Support CiviCRM

stuartdrennan

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
Re: Errors when adding new Individual
August 06, 2010, 09:43:54 am
Hi

Thanks for the quick reply.  Tired that and am still getting the same error.  Any other thoughts?

Stu

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: Errors when adding new Individual
August 06, 2010, 10:37:13 am
Can you add screenshot of the error?

Kurund
Found this reply helpful? Support CiviCRM

stuartdrennan

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
Re: Errors when adding new Individual
August 23, 2010, 03:47:11 am
Hi sorry for the delay....

Screen shot attached.



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: Errors when adding new Individual
August 23, 2010, 03:56:25 am
Do you have any custom templates? Make sure you don't have any customizations for Individual.tpl

Kurund
Found this reply helpful? Support CiviCRM

stuartdrennan

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
Re: Errors when adding new Individual
August 23, 2010, 03:57:41 am
No, I don't think so.  Couple of custom fields for the contact is that makes any difference.

Stuart

stuartdrennan

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
Re: Errors when adding new Individual
August 23, 2010, 04:05:48 am
If its any more help, the buttons on that screen don't work (save, save and new, cancel)

Thanks again

Stuart

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: Errors when adding new Individual
August 23, 2010, 04:15:24 am
Can you ping us on #civicrm irc channel. (http://webchat.freenode.net/?channels=#civicrm )

Kurund
Found this reply helpful? Support CiviCRM

stuartdrennan

  • I’m new here
  • *
  • Posts: 12
  • Karma: 0
Re: Errors when adding new Individual
August 23, 2010, 04:28:52 am
Thanks again for your help.

Replacing the individual.tpl in administrator/components/com_civicrm/civicrm/templates/CRM/Contact/Form/Edit fixed it

Stuart

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Errors when adding new Individual

This forum was archived on 2017-11-26.