I installed QuickApps a couple of weeks ago with no problem. However, I'm trying to install it on a different machine, and when I get to the account creation page in the installer, I get a 500 Internal server error. The fatal error in the logs is "Fatal error: Call to a member function isAdmin() on null in <site-root>/vendor/quickapps-plugins/cms/config/functions.php on line 397", which is in the theme() function:
if ($name === null) {
$option = Router::getRequest()->isAdmin() ? 'back_theme' : 'front_theme';
$name = option($option);
}
PHP version: 5.6.11
CakePHP version: 3.4.7
My previous working install used CakePHP version 3.4.5.
Has anyone else seen this error?