Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Fat-Free Framework
Conversations
Labels
About
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 PM
May 10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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