News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

account maintenance page error when SEF enabled

Started by carsten888, March 12, 2012, 13:45:18 PM

Previous topic - Next topic

carsten888

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?