News:

Looking for documentation? Take a look on our wiki

Main Menu

router.php missing "user" index

Started by vasiljevski, April 09, 2012, 15:00:54 PM

Previous topic - Next topic

vasiljevski

When you add User Account in menu and turn on SEO rewrite Notice that index "user" does not exist.
546 line:
private $dbview = array('vendor' =>'vendor','category' =>'category','virtuemart' =>'virtuemart','productdetails' =>'product','cart' => 'cart','manufacturer' => 'manufacturer');

should be changed to this:

private $dbview = array('vendor' =>'vendor','category' =>'category','virtuemart' =>'virtuemart','productdetails' =>'product','cart' => 'cart','manufacturer' => 'manufacturer','user'=>'user');

Studio 42

Tks for report, but this is only in j1.5 or not ?

vasiljevski

I had problem with this with Joomla 1.5, didn't try with Joomla 2.5.