Skip to content
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

FilterExceptions result in blank page #2077

Closed
MGatner opened this issue Jun 27, 2019 · 1 comment
Closed

FilterExceptions result in blank page #2077

MGatner opened this issue Jun 27, 2019 · 1 comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them

Comments

@MGatner
Copy link
Member

MGatner commented Jun 27, 2019

Describe the bug
FilterExceptions are failing to load the exception page in development environment, but rather result in a blank page.

CodeIgniter 4 version
Branch develop

Expected behavior, and steps to reproduce if appropriate
Desired behavior is for any exception to display the callback trace and warning message to the developer. To reproduce add any invalid filter to app/Config/Filters.php, e.g.:

	public $filters = [
		'foobar' => ['before' => ['*']]
	];
@jim-parry jim-parry added this to the 4.0.0-rc.2 milestone Sep 8, 2019
@jim-parry jim-parry modified the milestones: 4.0.0-rc.2, 4.0.0-rc.3 Sep 24, 2019
@jim-parry jim-parry added the bug Verified issues on the current code behavior or pull requests that will fix them label Oct 15, 2019
@lonnieezell
Copy link
Member

@MGatner we can close this, right?

@MGatner MGatner closed this as completed Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Projects
None yet
Development

No branches or pull requests

3 participants