v4.4.4 bug fix released |
We are pleased to announce the release of v4.4.4.
This release fixes 30 small bugs including 4 breaking changes. Upgrade with caution. Also you must update the following files to show correct error messages: - app/Views/errors/cli/error_exception.php - app/Views/errors/html/error_exception.php ChangeLog: https://codeigniter.com/user_guide/chang...4.4.4.html Upgrading Guide: https://codeigniter.com/user_guide/insta...e_444.html
Thank you CodeIgniter Development Team for your hard work.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Oh yeah thanks Team, CMS updated, perfect, so how to fix this error please ? i use the localhost:8080/fr for my project. the hotreload not working
I don't know why you don't have the route for hot reloading.
It is defined in app/Config/Events.php. https://github.com/codeigniter4/CodeIgni...ts.php#L50
(12-29-2023, 03:55 PM)kenjis Wrote: I don't know why you don't have the route for hot reloading. I also have it in my event, my system folder is up to date on version 4.4.4 without errors in PHP 8.3.0 logs. I launch my app via 'php spark server' which itself launches: http://localhost:8080, redirecting me to /fr or /en with multilingual support. Did I miss a step? Thank you for your help (it's the only bug I encounter so far).
Check your route definitions.
Maybe a route with wildcard ({locale}) has higher priority than the hot reloading route __hot-reload.
(12-30-2023, 12:54 AM)kenjis Wrote: Check your route definitions. I understood and fixed the issue. Here are my associated commits. The hotbar does not take into account the CI locale. First commit for fix PHP in Config/Event.php : https://github.com/codeigniter4/CodeIgniter4/pull/8391 And second commit for fix JS toolbar : https://github.com/codeigniter4/CodeIgniter4/pull/8390 |
Welcome Guest, Not a member yet? Register Sign In |