Welcome Guest, Not a member yet? Register   Sign In
[split] appstarter doesn't work (CodeIgniter 4.0.0-beta.3 released)
#3

Thanks for your reply. It isn't really a "problem", easily worked around but it could be off-putting to someone trying the framework out. I thought I had supplied sufficient detail in my earlier post but I'll post the error log here for completeness:

Quote:CRITICAL - 2019-05-17 12:39:38 --> Class 'CodeIgniter\Filters\DebugToolbar' not found
#0 /home/alex/projects/ci4/vendor/codeigniter4/framework/system/CodeIgniter.php(343): CodeIgniter\Filters\Filters->run('/', 'after')
#1 /home/alex/projects/ci4/vendor/codeigniter4/framework/system/CodeIgniter.php(235): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#2 /home/alex/projects/ci4/public/index.php(45): CodeIgniter\CodeIgniter->run()
#3 {main}

This is a fresh install using composer (composer create-project codeigniter4/appstarter ci4 -s beta) and running on PHP 7.2 with all dependencies met. I can test with other PHP versions if you like.

I notice that "vendor/codeigniter4/framework/application/Filters/DebugToolbar.php" has a namespace of "App\Filters" while "app/Config/Filters.php" uses "\CodeIgniter\Filters\DebugToolbar::class" as shown in the first code snippet in my earlier post.
Reply


Messages In This Thread
RE: [split] appstarter doesn't work (CodeIgniter 4.0.0-beta.3 released) - by Alex2005 - 05-17-2019, 11:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB