We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
I believe there's some issue with sessions ($_SESSION) on your server. Double check that they are working.
$_SESSION
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: