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

Fix undefined variable "heading" in cli 404 #1272

Conversation

samsonasik
Copy link
Member

Before:

➜  CodeIgniter4 git:(develop) php public/index.php NotFound
PHP Fatal error:  Uncaught ErrorException: Undefined variable: heading in /Users/samsonasik/www/CodeIgniter4/application/Views/errors/cli/error_404.php:6

After:

➜  CodeIgniter4 git:(fix-undefined-var-heading-in-cli-404) php public/index.php NotFound
ERROR: 404
Controller or its method is not found: App\Controllers\NotFound::index

@lonnieezell lonnieezell merged commit afb1a00 into codeigniter4:develop Oct 1, 2018
@samsonasik samsonasik deleted the fix-undefined-var-heading-in-cli-404 branch October 9, 2018 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants