VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: vasiljevski on April 09, 2012, 15:00:54 PM

Title: router.php missing "user" index
Post by: vasiljevski on April 09, 2012, 15:00:54 PM
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');
Title: Re: router.php missing "user" index
Post by: Studio 42 on April 09, 2012, 23:52:45 PM
Tks for report, but this is only in j1.5 or not ?
Title: Re: router.php missing "user" index
Post by: vasiljevski on April 10, 2012, 01:20:15 AM
I had problem with this with Joomla 1.5, didn't try with Joomla 2.5.