-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Appstarter is not working after installation #1941
Comments
There is/was a slight dependency mismatch (alpha instead of beta), and you might have to "composer update" after first install to bring everything up to speed. |
I run the 'composer update' after install (forget to include it in the step to reproduce the issue) and the problem persists. |
I manually updated the dependency in the appatarter composer.json. |
Okay, in my case I can't see neither debug toolbar. |
Describe the bug
When appstarter installation is finished, a blank page is displayed instead Welcome Home.
It's not an error 500, it think is related to the output buffer.
CodeIgniter 4 version
CI4-beta.2
Affected module(s)
Views
Expected behavior, and steps to reproduce if appropriate
The expected behavior is see the Welcome Page (and/or other pages)
The steps to reproduce the issue are:
As previously said: The problem is in Config/Events.php
For some reason,in https://github.com/codeigniter4/CodeIgniter4/blob/develop/app/Config/Events.php#L25, if I change ob_end_flush() by ob_get_clean() or ob_end_clean() the problem is solved. I don't know why, since both function do similar stuff.
Context
The text was updated successfully, but these errors were encountered: