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) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.2 Release Testing »
  • Duplicate title text
Pages: [1]

Author Topic: Duplicate title text  (Read 3223 times)

mrl586

  • I post occasionally
  • **
  • Posts: 63
  • Karma: 2
  • CiviCRM version: 4.0
  • CMS version: Drupal 7.0
  • MySQL version: 5.5.9
  • PHP version: 5.3.5
Duplicate title text
June 03, 2010, 05:19:01 pm
Is this normal feature or bug?

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Duplicate title text
June 04, 2010, 09:29:00 am
Not a "normal feature", but related to Drupal config / state. We had this on our 3.2 sandbox for a bit and I "think" we cleared it by resaving Drupal's Navigation menu.

Drupal Administer > Site Building > Menus > Navigation
Just click "Save Configuration" at the bottom of the page

Let us know if that fixes it for you. (We'll need to document this for others once we verify.)

UPDATE: You may also need to clear the smarty template cache by deleting your templates_c directory (and all sub-directories). By default this directory is located below sites/default/files/civicrm
« Last Edit: June 07, 2010, 10:11:08 am by Dave Greenberg »
Protect your investment in CiviCRM by  becoming a Member!

mrl586

  • I post occasionally
  • **
  • Posts: 63
  • Karma: 2
  • CiviCRM version: 4.0
  • CMS version: Drupal 7.0
  • MySQL version: 5.5.9
  • PHP version: 5.3.5
Re: Duplicate title text
June 07, 2010, 02:45:33 pm
Thanks, this solution works.

phani

  • I’m new here
  • *
  • Posts: 28
  • Karma: 3
    • namahatta.org DB
Re: Duplicate title text
June 25, 2010, 11:11:56 am
on a related note, i found that enabling (a new install) of CiviCRM 3.2.beta2 on a drupal 6 site made page titles disappear from non-civic nodes when full pages were displayed. this didn't happen with node listings or view pages. after a while i figured out that in /civicrm/drupal/civicrm.module function civicrm_preprocess_page() takes $variables as argument and unsets $variables['title'] on line 845.

that's fine for civicrm pages, but is applied everywhere when civicrm module is enabled, which isn't good. i hacked this by unsetting $variables['title'] only when arg(0)=='civicrm', but this doesn't feel like a proper solution. don't know enough about civic's page creation unfortunately, so i don't know what that solution should be.

kylejaster

  • I’m new here
  • *
  • Posts: 13
  • Karma: 2
Re: Duplicate title text
June 25, 2010, 01:06:10 pm
hey phani - good catch!  i've created an issue in jira:  http://issues.civicrm.org/jira/browse/CRM-6411

should be fixed in the next build.

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Duplicate title text
June 26, 2010, 12:03:30 am
Dave,
solved my duplicate title text too, thanks.
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Duplicate title text
July 08, 2010, 01:24:40 am
I have now installed 3.2beta3 and the problem with duplicate titles is back. Saving the drupal navigation configuration and deleting the templates_c folder does not help this time? Also,
 I do not see the menu entries anymore when I do 'Administer/Customize/Menu.
« Last Edit: July 08, 2010, 01:42:03 am by Erik Hommel »
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Duplicate title text
July 08, 2010, 01:10:17 pm
Hi Erik - I had recently replicated the Duplicate Titles problem on two of the standard Drupal themes - Chameleon and Marvin. However, neither Kyle J nor I were able to figure out why it was happening just in those themes. Any help debugging / figuring out a fix would be MOST appreciated.

Regarding Admin/Customize/Menu - I'm not seeing a problem either on the 3.2 sandbox or my local installation. Could be localization related (are you running this site in Dutch) - I did switch to 'Nederlands' language locally and didn't have a problem with this screen? Or browser specific? Do you see any errors in the Firebug console? Can you reproduce somehow on the sandbox?
Protect your investment in CiviCRM by  becoming a Member!

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Duplicate title text
July 08, 2010, 11:32:53 pm
I will see what I can find on the Duplicate Text problem. As far as the menu is concerned, that was only on 1 specific installation on my local box, my other local ones were fine, so I'll put it down to some kind of specific temporary magic :-).
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

mrl586

  • I post occasionally
  • **
  • Posts: 63
  • Karma: 2
  • CiviCRM version: 4.0
  • CMS version: Drupal 7.0
  • MySQL version: 5.5.9
  • PHP version: 5.3.5
Re: Duplicate title text
July 12, 2010, 07:38:21 pm
I had same problem, but I solved it using this drush command:
Code: [Select]
drush cache-clear all

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Duplicate title text
July 13, 2010, 02:14:25 pm
With 3.2 beta 3, the duplicate titles problem appears on some themes and clearing the drupal cache does not fix it. Issue filed:

http://issues.civicrm.org/jira/browse/CRM-6486
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.2 Release Testing »
  • Duplicate title text

This forum was archived on 2017-11-26.