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 »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • J1.5 No Legacy - Civicrm 2.0.2 :- Front-End Profiles Solved.
Pages: [1]

Author Topic: J1.5 No Legacy - Civicrm 2.0.2 :- Front-End Profiles Solved.  (Read 1315 times)

woodsy3629

  • Guest
J1.5 No Legacy - Civicrm 2.0.2 :- Front-End Profiles Solved.
April 02, 2008, 07:40:26 pm
Ssolved a problem with civicrm.php on front-end profile saying "No Class mosMenu" without legacy turned on.

Replace
Code: [Select]
$menu = new mosMenu( $database );
        $menu->load( $_GET['Itemid'] );
        $params = new mosParameters( $menu->params );

with just

Code: [Select]
$params = &JComponentHelper::getParams( 'com_civicrm' );
and it worked.

Cheers Woodsy

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • J1.5 No Legacy - Civicrm 2.0.2 :- Front-End Profiles Solved.

This forum was archived on 2017-11-26.