Chairul Umari
Bergabung : 11-07-2023
Produk : 3 item
Aktif : 0 items
Closed : 3 items
Feedback : 0
Rating : 0
Pengikut : 0
Rating 7 Hari 30 Hari 6 Bulan 100 Terakhir 1000 Terakhir
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
Semua Ulasan
Belum ada ulasan

Semua Produk Chairul Umari

Contact Us
SettingsRequest history349msRequest Duration2MBMemory Usage9.x
Laravel Version
9.52.20
PHP Version
8.4.4
Environment
local
Debug Mode
Enabled
URL
dev.bidubadu.com
Timezone
Asia/Jakarta
Locale
en
GET lelang/user/{id}
status
200 OK
full_url
http://dev.bidubadu.com/lelang/user/629
controller_action
App\Http\Controllers\frontpage\AuctionController@auctioneer_info
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
  • warninglog[18:11:00] LOG.warning: md5(): Passing null to parameter #1 ($string) of type string is deprecated i...
status
200 OK
full_url
http://dev.bidubadu.com/lelang/user/629
action_name
controller_action
App\Http\Controllers\frontpage\AuctionController@auctioneer_info
uri
GET lelang/user/{id}
controller
App\Http\Controllers\frontpage\AuctionController@auctioneer_info
file
app/Http/Controllers/frontpage/AuctionController.php:126-175
middleware
web
duration
355ms
peak_memory
8MB
response
text/html; charset=UTF-8
request_format
html
request_query
[]
request_request
[]
request_headers
0 of 0
array:18 [ "host" => array:1 [ 0 => "dev.bidubadu.com" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "x-real-ip" => array:1 [ 0 => "216.73.216.38" ] "connection" => array:1 [ 0 => "close" ] "cache-control" => array:1 [ 0 => "no-cache" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.38" ] "pragma" => array:1 [ 0 => "no-cache" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-site" => array:1 [ 0 => "none" ] ]
request_cookies
[]
response_headers
0 of 0
array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Fri, 22 Aug 2025 11:11:00 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "EedZwlw4DnkvrEz7ajXeYitYu2E5BV8NgshAV2wx" ]
  • Booting (19.27ms)time
  • Application (330ms)time
  • Routing (2.41ms)
  • View: apps.frontpage.auctions.auctioneer-infoviews
  • View: pagination::bootstrap-4views
  • View: layouts.user.frontpage-layoutviews
  • View: layouts.user.template-part.headerviews
  • View: layouts.components.stylesviews
  • View: layouts.user.template-part.footerviews
  • View: layouts.components.scriptsviews
  • 1 x Application (94.47%)
    330ms
    1 x Booting (5.52%)
    19.27ms
    1 x Routing (0.69%)
    2.41ms
    7 x View (0%)
    0μs
    7 templates were rendered
    • apps.frontpage.auctions.auctioneer-infoauctioneer-info.blade.php#?blade
    • pagination::bootstrap-4bootstrap-4.blade.php#?blade
    • layouts.user.frontpage-layoutfrontpage-layout.blade.php#?blade
    • layouts.user.template-part.headerheader.blade.php#?blade
    • layouts.components.stylesstyles.blade.php#?blade
    • layouts.user.template-part.footerfooter.blade.php#?blade
    • layouts.components.scriptsscripts.blade.php#?blade
    61 statements were executed (54 duplicates)Show only duplicates199ms
    • AuctionController.php#128lelangajaConnection Established
      Backtrace
      • app/Http/Controllers/frontpage/AuctionController.php:128
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • AuctionController.php#135lelangaja4.63msselect * from `users` where `users`.`id` = '629' and `users`.`deleted_at` is null limit 1
      Bindings
      • 0: 629
      Backtrace
      • app/Http/Controllers/frontpage/AuctionController.php:135
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • User.php#97lelangaja1.56msselect `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629 and `auctions`.`user_id` is not null and `auctions`.`deleted_at` is null
      Bindings
      • 0: 629
      Backtrace
      • app/Models/User.php:97
      • app/Http/Controllers/frontpage/AuctionController.php:149
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • AuctionController.php#166lelangaja1.37msselect count(*) as aggregate from `auctions` where (`user_id` = '629' and `is_published` = 1) and `end_date` > '2025-08-22 18:11:00' and `auctions`.`deleted_at` is null
      Bindings
      • 0: 629
      • 1: 1
      • 2: 2025-08-22 18:11:00
      Backtrace
      • app/Http/Controllers/frontpage/AuctionController.php:166
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • AuctionController.php#168lelangaja940μsselect count(*) as aggregate from `feedbacks` where 0 = 1 and `type` = 'buyer'
      Bindings
      • 0: buyer
      Backtrace
      • app/Http/Controllers/frontpage/AuctionController.php:168
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • auctioneer-info.blade.php#51lelangaja1.29msselect count(*) as aggregate from `auctions` where (`user_id` = '629' and `is_published` = 1) and `auctions`.`deleted_at` is null
      Bindings
      • 0: 629
      • 1: 1
      Backtrace
      • view::apps.frontpage.auctions.auctioneer-info:51
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • vendor/laravel/framework/src/Illuminate/View/View.php:195
    • auctioneer-info.blade.php#52lelangaja1.35msselect count(*) as aggregate from `auctions` where (`user_id` = '629' and `is_published` = 1) and `end_date` > '2025-08-22 18:11:00' and `auctions`.`deleted_at` is null
      Bindings
      • 0: 629
      • 1: 1
      • 2: 2025-08-22 18:11:00
      Backtrace
      • view::apps.frontpage.auctions.auctioneer-info:52
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • vendor/laravel/framework/src/Illuminate/View/View.php:195
    • User.php#144lelangaja2.58msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • app/Models/User.php:149
      • view::apps.frontpage.auctions.auctioneer-info:74
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • User.php#144lelangaja4.76msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • app/Models/User.php:204
      • view::apps.frontpage.auctions.auctioneer-info:78
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • auctioneer-info.blade.php#82lelangaja1.33msselect count(*) as aggregate from `followers` where `following` = '629' and `followers`.`deleted_at` is null
      Bindings
      • 0: 629
      Backtrace
      • view::apps.frontpage.auctions.auctioneer-info:82
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • vendor/laravel/framework/src/Illuminate/View/View.php:195
    • User.php#144lelangaja2.41msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:113
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.39msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:113
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.69msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:117
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.55msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:117
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja4.44msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:121
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.48msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:121
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.3msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:125
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja16.7msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:125
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.81msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:129
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja5.88msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:129
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.4msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:113
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.41msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:113
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.45msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:117
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.23msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:117
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.42msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:121
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.81msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:121
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.07msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:125
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.09msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:125
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.22msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:129
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.43msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:129
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.66msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:113
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.43msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:113
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.46msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:117
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.08msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:117
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.9msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:121
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.89msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:121
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.35msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:125
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.5msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:125
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.78msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:129
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.16msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:129
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.99msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:113
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.52msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:113
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.91msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:117
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.57msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:117
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.96msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:121
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.15msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:121
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.66msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:125
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja6.52msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:125
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja4.35msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:129
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja1.99msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:129
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.66msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:113
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.58msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:113
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.81msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:117
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.18msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:117
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.1msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:121
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.55msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:121
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.38msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:125
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja2.87msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:125
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja8.18msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:129
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • User.php#144lelangaja3.13msselect * from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` inner join `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` inner join `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` inner join `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` = 629) and `type` = 'buyer' or `transaction_id` in (select `id` from `transactions` where `user_id` = 629) and `type` = 'seller')
      Bindings
      • 0: 629
      • 1: buyer
      • 2: 629
      • 3: seller
      Backtrace
      • app/Models/User.php:144
      • view::apps.frontpage.auctions.auctioneer-info:129
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
    • helpers.php#183lelangaja1.15msselect * from `sliders` where `status` = 'active' limit 1
      Bindings
      • 0: active
      Backtrace
      • app/helpers.php:183
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • vendor/laravel/framework/src/Illuminate/View/View.php:195
    • header.blade.php#241lelangaja1.94msselect * from `auction_categories` where `auction_categories`.`deleted_at` is null
      Backtrace
      • view::layouts.user.template-part.header:241
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • vendor/laravel/framework/src/Illuminate/View/View.php:195
    App\Models\AuctionCategory
    19AuctionCategory.php#?
    App\Models\User
    1User.php#?
        ClearShow all
        Date ↕MethodURLData
        #12025-08-22 18:11:00GET/lelang/user/629176120