VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: carsten888 on March 12, 2012, 13:45:18 PM

Title: account maintenance page error when SEF enabled
Post by: carsten888 on March 12, 2012, 13:45:18 PM
When SEF is enabled in the Joomla config, the frontend account maintenace page does not display at all. On a local machine with error_reporting enabled in my php.ini I get these errors:

Notice: Undefined index: user in components\com_virtuemart\router.php on line 876

PHP Warning:  Illegal offset type in isset or empty in libraries\joomla\application\menu.php on line 127


first error is from the router, second comes from the cart module. Both seem related.

which is this line in the router file
$dbKey = $this->dbview[$view];
I'm not sure what that does or how to work around the error.
Is there a quick fix for this?