Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

PHP 8.4 and F3 3.9 routing issue.

32 views
Skip to first unread message

Najeeb Keezhakkandiyil

unread,
May 10, 2025, 2:00:50 PMMay 10
to Fat-Free Framework
Hello All,
 After upgrading to  PHP 8.4 and F3 3.9 routing is not working without language params in the url.

example urls.
 http://127.0.0.1:8800/list/channels routes not working (not reaching to controller)
 http://127.0.0.1:8800/en/list/channels routes working

 $f3->route('GET /list/channels', "controllers\BrandsListController->index");
 $f3->route('GET /@language/list/channels', "controllers\BrandsListController->index");

Thanks
Reply all
Reply to author
Forward
0 new messages