Welcome Guest, Not a member yet? Register   Sign In
v4.4.4 bug fix released
#1

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
Reply
#2

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 )
Reply
#3

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
[Image: yfubCH7.png]
Reply
#4

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
Reply
#5

(12-29-2023, 03:55 PM)kenjis Wrote: 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

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? Big Grin
Thank you for your help (it's the only bug I encounter so far).
Reply
#6

(This post was last modified: 12-30-2023, 12:55 AM by kenjis.)

Check your route definitions.
Maybe a route with wildcard ({locale}) has higher priority than the hot reloading route __hot-reload.
Reply
#7

(12-30-2023, 12:54 AM)kenjis Wrote: Check your route definitions.
Maybe a route with wildcard ({locale}) has higher priority than the hot reloading route __hot-reload.

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
Reply




Theme © iAndrew 2016 - Forum software by © MyBB