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');
Tks for report, but this is only in j1.5 or not ?
I had problem with this with Joomla 1.5, didn't try with Joomla 2.5.