TypeError
TypeError
htmlspecialchars(): Argument #1 ($string) must be of type string, Illuminate\Routing\UrlGenerator given
GET edu.acebangladesh.org
PHP 8.4.15 — Laravel 11.46.2
vendor/laravel/framework/src/Illuminate/Support/helpers.php
:141
vendor/laravel/framework/src/Illuminate/Support/helpers.php
:141
resources/views/front-end/pages/facility-details.blade.php
:12
vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
:123
vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
:124
vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php
:58
vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php
:75
vendor/laravel/framework/src/Illuminate/View/View.php
:209
vendor/laravel/framework/src/Illuminate/View/View.php
:192
vendor/laravel/framework/src/Illuminate/View/View.php
:161
vendor/laravel/framework/src/Illuminate/Http/Response.php
:79
vendor/laravel/framework/src/Illuminate/Http/Response.php
:35
vendor/laravel/framework/src/Illuminate/Routing/Router.php
:920
vendor/laravel/framework/src/Illuminate/Routing/Router.php
:887
vendor/laravel/framework/src/Illuminate/Routing/Router.php
:807
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:170
app/Http/Middleware/ValidateUploadedFiles.php
:52
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:209
vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php
:51
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:209
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php
:88
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:209
vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php
:49
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:209
vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php
:121
vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php
:64
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:209
vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php
:37
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:209
vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php
:75
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:209
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:127
vendor/laravel/framework/src/Illuminate/Routing/Router.php
:807
vendor/laravel/framework/src/Illuminate/Routing/Router.php
:786
vendor/laravel/framework/src/Illuminate/Routing/Router.php
:750
vendor/laravel/framework/src/Illuminate/Routing/Router.php
:739
vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
:201
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:170
vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php
:58
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:209
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
:21
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php
:31
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:209
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
:21
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php
:51
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:209
vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php
:27
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:209
vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php
:110
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:209
vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
:127
vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
:176
vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
:145
public/index.php
:60
Request
GET
/facility-details/1
Headers
accept
*/*
accept-encoding
gzip, br, zstd, deflate
host
edu.acebangladesh.org
user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Body
No body data
Application
Routing
controller
App\Http\Controllers\FrontEndController@facilityDetails
route name
facilities.view-details
middleware
web
Routing Parameters
{
"facility": {
"id": 1,
"title": "ICT",
"description": null,
"image": null,
"rank": null,
"created_at": "2024-09-20T20:37:06.000000Z",
"updated_at": "2024-09-20T20:37:27.000000Z"
}
}
Database Queries
mysql
(2.53 ms)
select * from `payment_systems` limit 1
mysql
(0.76 ms)
select * from `institutes` limit 1
mysql
(1.2 ms)
select * from `permissions`
mysql
(2.57 ms)
select `roles`.*, `roles_permissions`.`permission_id` as `pivot_permission_id`, `roles_permissions`.`role_id` as `pivot_role_id` from `roles` inner join `roles_permissions` on `roles`.`id` = `roles_permissions`.`role_id` where `roles_permissions`.`permission_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198)
mysql
(0.85 ms)
select * from `facilities` where `id` = '1' limit 1
mysql
(0.59 ms)
select * from `institutes` limit 1
mysql
(0.85 ms)
select * from `institutes` limit 1
mysql
(0.55 ms)
select * from `institutes` limit 1
mysql
(0.32 ms)
select * from `institutes` limit 1
mysql
(0.31 ms)
select * from `institutes` limit 1
mysql
(0.3 ms)
select * from `institutes` limit 1
mysql
(0.3 ms)
select * from `institutes` limit 1
mysql
(0.29 ms)
select * from `institutes` limit 1
mysql
(0.3 ms)
select * from `institutes` limit 1
mysql
(0.31 ms)
select * from `institutes` limit 1
mysql
(0.55 ms)
select * from `institutes` limit 1
mysql
(0.31 ms)
select * from `institutes` limit 1
mysql
(0.68 ms)
select * from `institutes` limit 1
mysql
(0.33 ms)
select * from `institutes` limit 1
mysql
(0.28 ms)
select * from `institutes` limit 1
mysql
(0.29 ms)
select * from `institutes` limit 1
mysql
(0.27 ms)
select * from `institutes` limit 1
mysql
(0.49 ms)
select * from `institutes` limit 1
mysql
(0.43 ms)
select * from `institutes` limit 1
mysql
(0.32 ms)
select * from `institutes` limit 1
mysql
(0.36 ms)
select * from `institutes` limit 1