Oxid 6 Beta - missing database views

Hi aphid,

edit the config.inc.php:
Add:


/**
* If you can not login to the admin panel, set the parameter temporarily on true
*/
$this->blSkipViewUsage = true;

Login in the backend. Go to Admin > Service > Tools > Press “Update Views”-Button

edit the config.inc.php again:
change


$this->blSkipViewUsage = true;

to


$this->blSkipViewUsage = false;

I did it on a WAMP, and it works.

Regards, Mario