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) »
  • Regenerate links in Administer CiviCRM page
Pages: [1]

Author Topic: Regenerate links in Administer CiviCRM page  (Read 1106 times)

DanilaD

  • I post occasionally
  • **
  • Posts: 93
  • Karma: 11
Regenerate links in Administer CiviCRM page
October 12, 2009, 08:20:16 am
Hello.

After upgrading site to CiviCRM 3.0.1, I noticed that I need to change this line in sites/default/civicrmsettings.php:

Code: [Select]
define( 'CIVICRM_UF_BASEURL'      , 'http://mysite.com/fr/');to
Code: [Select]
define( 'CIVICRM_UF_BASEURL'      , 'http://mysite.com/');
so that links in the new and nice CiviCRM menu on top were pointing to http://mysite.com/fr/civicrm/contribute&reset=1 instead of http://mysite.com/fr/fr/civicrm/contribute&reset=1 (notice fr twice in the middle). After the change the top menu is pointing to correct pages; but links on Administer CiviCRM page still point to bad address with /fr/fr.

Is there any way to forcefully regenerate links on that page? I'm not afraid of doing some SQL, if needed...

Regards,
Danila
 

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Regenerate links in Administer CiviCRM page
October 12, 2009, 07:35:26 pm

try running:

http://mysite.com/civicrm/menu/rebuild?reset=1

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

DanilaD

  • I post occasionally
  • **
  • Posts: 93
  • Karma: 11
Re: Regenerate links in Administer CiviCRM page
October 13, 2009, 06:51:52 am
Thank you, Lobo, this helped.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Regenerate links in Administer CiviCRM page

This forum was archived on 2017-11-26.