Current Time: {ts '2026-01-27 10:16:54'}
| Variable | Value |
| request.routing_context | main |
| request.matchId | 8 |
| request.database_layer | main |
| Application.ds | gcdm |
| variables.DS | gcdm |
| Parameter | Value |
| url.f | NOT SET |
| url.id | NOT SET |
| url.match_id | 8 |
| CGI.QUERY_STRING | match_id=8&test_controller=1 |
| Variable | Value |
| session.userid | NOT SET |
| session.current_match_id | 8 |
| session.username | NOT SET |
Testing direct controller call...
Set url.f = com_project2, url.id = 4, url.match_id = 8
Controller file exists: Modules/Controllers/com_project2.cfc
Controller Error: key [SERVER] doesn't exist
Detail:
Type: expression
According to Application.cfc lines 501-507:
if(URL.KeyExists('id') && URL['id'] >= 5 && URL['f'] == 'com_project2')
{
include "Modules\Controllers\HT\com_project2.cfc";
}
else
include "Modules\Controllers\com_project2.cfc";
For Project ID 4: Since 4 < 5, it should use the normal controller path: Modules/Controllers/com_project2.cfc