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

'Filters' Bug #188

Closed
dayrui opened this issue Jul 22, 2016 · 0 comments
Closed

'Filters' Bug #188

dayrui opened this issue Jul 22, 2016 · 0 comments
Assignees
Labels
bug Verified issues on the current code behavior or pull requests that will fix them

Comments

@dayrui
Copy link

dayrui commented Jul 22, 2016

1、application/Config/Constants.php:
define('APP_NAMESPACE', 'MyApp');
2、application/Config/Router.php:
$routes->setDefaultNamespace('MyApp\Controllers');
3、application/Controller/Home.php:
`<?php namespace MyApp\Controllers;

class Home extends \CodeIgniter\Controller
{
public function index()
{
return view('welcome_message');
}
}
`

go http://localhost/public/index.php

Error:

ErrorException #1
Uncaught Error: Class 'App\Filters\DebugToolbar' not found i

@lonnieezell lonnieezell added the bug Verified issues on the current code behavior or pull requests that will fix them label Jul 22, 2016
@lonnieezell lonnieezell self-assigned this Jul 22, 2016
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

2 participants