Open xionous opened 6 years ago
Hey i am getting an error when trying to run the initial install. I get this error when trying to select the database to use.
Error: Undefined index: config in /var/www/Impress/Ip/Internal/Install/PublicController.php:414 Undefined index: config in /var/www/Impress/Ip/Internal/Install/PublicController.php:436 Undefined index: config in /var/www/Impress/Ip/Internal/Install/PublicController.php:437 Undefined index: websiteId in /var/www/Impress/Ip/Internal/Install/PublicController.php:440 Undefined index: config in /var/www/Impress/Ip/Internal/Install/PublicController.php:441 Undefined index: websiteId in /var/www/Impress/Ip/Internal/Install/Helper.php:374
Any idea what might be causing this?
I believe there's some issue with sessions ($_SESSION) on your server. Double check that they are working.
$_SESSION
Hey i am getting an error when trying to run the initial install. I get this error when trying to select the database to use.
Error: Undefined index: config in /var/www/Impress/Ip/Internal/Install/PublicController.php:414 Undefined index: config in /var/www/Impress/Ip/Internal/Install/PublicController.php:436 Undefined index: config in /var/www/Impress/Ip/Internal/Install/PublicController.php:437 Undefined index: websiteId in /var/www/Impress/Ip/Internal/Install/PublicController.php:440 Undefined index: config in /var/www/Impress/Ip/Internal/Install/PublicController.php:441 Undefined index: websiteId in /var/www/Impress/Ip/Internal/Install/Helper.php:374
Any idea what might be causing this?