"চাচা কাহিনী" এর লেখক কে ?

Created: 7 years ago | Updated: 3 months ago
Updated: 3 months ago
Please, contribute to add content.
Content
Promotion
Request history8.2.27PHP Version61.02msRequest Duration9MBMemory UsageGET job-solution/single-questionRoute
    • Booting (26.66ms)time
    • Application (34.35ms)time
    • 1 x Application (56.3%)
      34.35ms
      1 x Booting (43.69%)
      26.66ms
      33 templates were rendered
      • questions.mcq.single_questionsingle_question.blade.php#?blade
      • questions.include.show_timeshow_time.blade.php#?blade
      • questions.mode.readingreading.blade.php#?blade
      • questions.include.activity_layoutactivity_layout.blade.php#?blade
      • questions.mcq.sidebarsidebar.blade.php#?blade
      • common.modal.bookmark_modalbookmark_modal.blade.php#?blade
      • common.modal.tag_add_modaltag_add_modal.blade.php#?blade
      • common.modal.add_description_modaladd_description_modal.blade.php#?blade
      • common.modal.video_modalvideo_modal.blade.php#?blade
      • common.modal.edit_description_modaledit_description_modal.blade.php#?blade
      • common.modal.error_report_modalerror_report_modal.blade.php#?blade
      • job.job_include.job_scriptjob_script.blade.php#?blade
      • common.script.activity_scriptactivity_script.blade.php#?blade
      • common.script.navigator_sharenavigator_share.blade.php#?blade
      • common.script.follow_unfollow_scriptfollow_unfollow_script.blade.php#?blade
      • common.script.short_statistics_scriptshort_statistics_script.blade.php#?blade
      • layouts.single-question-appsingle-question-app.blade.php#?blade
      • includes.single_header_linksingle_header_link.blade.php#?blade
      • common.login_modallogin_modal.blade.php#?blade
      • components.authentication-card-logoauthentication-card-logo.blade.php#?blade
      • layouts.headerheader.blade.php#?blade
      • layouts.toolbartoolbar.blade.php#?blade
      • layouts.footerfooter.blade.php#?blade
      • common.includes.promotion_modalpromotion_modal.blade.php#?blade
      • common.includes.promotion_offcanvaspromotion_offcanvas.blade.php#?blade
      • includes.footer_link2footer_link2.blade.php#?blade
      • includes.restrictrestrict.blade.php#?blade
      • livewire-alert::components.scriptsscripts.blade.php#?blade
      • livewire-alert::components.flashflash.blade.php#?blade
      • admin.include.toastrtoastr.blade.php#?blade
      • common.search.search_scriptsearch_script.blade.php#?blade
      • common.script.promotion_scriptpromotion_script.blade.php#?blade
      • common.script.promotion_functionspromotion_functions.blade.php#?blade
      uri
      GET job-solution/single-question
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\Academy\QuestionController@singleMcq
      namespace
      prefix
      where
      as
      job.single-question
      file
      app/Http/Controllers/Academy/QuestionController.php:62-98
      30 statements were executed5.21ms
      • QuestionController.php#150debugerror_satt220μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '25730' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 25730
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:150
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:145
        • app/Http/Controllers/Academy/QuestionController.php:66
      • QuestionController.php#150debugerror_satt150μsselect * from `question_options` where `question_options`.`question_id` in (25730) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:150
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:145
        • app/Http/Controllers/Academy/QuestionController.php:66
      • QuestionController.php#190debugerror_satt410μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 25730
        Bindings
        • 0: 25730
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:190
        • vendor/laravel/framework/src/Illuminate/Cache/Lock.php:95
        • app/Http/Controllers/Academy/QuestionController.php:187
        • app/Http/Controllers/Academy/QuestionController.php:79
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • QuestionController.php#256debugerror_satt190μsselect `id`, `view_count`, `vote`, `subject_id`, `category_id`, `sub_category_id`, `board_exam_id`, `passage_id`, `question_type`, `question`, `is_duplicate`, `status`, `image`, `meta_og_image`, `meta_og_title`, `meta_keyword`, `created_at`, `updated_at`, exists(select * from `review_contents` where `questions`.`id` = `review_contents`.`reviewable_id` and `review_contents`.`reviewable_type` = 'App\\Models\\Question') as `review_content_exists` from `questions` where `id` = '25730' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 25730
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt100μsselect `id`, `question_id`, `option_1`, `option_2`, `option_3`, `option_4`, `option_5`, `image_option`, `image_question`, `answer` from `question_options` where `question_options`.`question_id` in (25730) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt110μsselect `id`, `title`, `passage` from `passages` where `passages`.`id` in (0) and `passages`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt110μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (311) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt120μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (1) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt170μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (1) and `subject_descriptions`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt190μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (25730) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt130μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (25730)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt200μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (25730) and `descriptions`.`descriptionable_type` = 'App\\Models\\Question' and `status` in ('approve', 'active') and `descriptions`.`deleted_at` is null order by `vote` desc
        Bindings
        • 0: App\Models\Question
        • 1: approve
        • 2: active
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt120μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (1) and `users`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt100μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (25730) and `bookmarks`.`bookmarkable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt100μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (25730) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt100μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (25730) and `user_id` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • DynamicPrintService.php#99debugerror_satt350μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (1990)
        Bindings
        • 0: App\Models\Question
        • 1: 1990
        Backtrace
        • app/Services/DynamicPrintService.php:99
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Services/DynamicPrintService.php:96
        • app/Http/Controllers/Academy/QuestionController.php:409
      • QuestionController.php#451debugerror_satt690μsselect `id`, `view_count`, `vote`, `subject_id`, `category_id`, `sub_category_id`, `board_exam_id`, `passage_id`, `question_type`, `question`, `is_duplicate`, `status`, `image`, `created_at`, `updated_at` from `questions` where `id` in (1915, 1916, 3635, 3991, 4230, 4233, 5326, 5718, 6576, 6589, 6670, 6759, 7045, 8310, 8370, 9195, 9542, 10086, 10311, 10323, 10584, 11232, 11876, 11878, 11904, 11905, 12032, 12052, 12290, 13039, 13967, 14348, 14461, 14537, 14627, 16081, 16303, 16626, 17034, 17037, 17195, 17440, 18886, 18896, 18918, 18922, 19402, 21115, 21383, 21389, 21797, 21855, 21937, 21939, 21947, 21948, 22178, 22340, 22370, 22371, 23346, 23445, 23485, 23487, 25730, 25983, 25989, 28852, 29620, 29748, 29863, 32550, 33167, 36230, 36528, 36588, 37196, 37385, 37918, 37929, 39377, 39570, 40024, 40314, 40649, 40780, 41012, 41197, 41447, 42338, 43291, 44054, 44469, 45460, 46428, 47745, 47746, 50132, 50661, 50992, 52540, 55696, 56606, 56912, 56998, 58072, 58075, 58141, 59256, 59736, 60474, 68213, 68375, 73091, 73197, 73244, 73245, 73256, 74077, 74583, 75421, 76888, 76902, 78007, 78493, 79671, 79692, 79788, 80067, 80068, 80216, 80521, 80522, 80954, 81009, 81357, 81945, 82415, 82418, 82691, 83642, 237498) and `id` != 25730 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 1915
        • 1: 1916
        • 2: 3635
        • 3: 3991
        • 4: 4230
        • 5: 4233
        • 6: 5326
        • 7: 5718
        • 8: 6576
        • 9: 6589
        • 10: 6670
        • 11: 6759
        • 12: 7045
        • 13: 8310
        • 14: 8370
        • 15: 9195
        • 16: 9542
        • 17: 10086
        • 18: 10311
        • 19: 10323
        • 20: 10584
        • 21: 11232
        • 22: 11876
        • 23: 11878
        • 24: 11904
        • 25: 11905
        • 26: 12032
        • 27: 12052
        • 28: 12290
        • 29: 13039
        • 30: 13967
        • 31: 14348
        • 32: 14461
        • 33: 14537
        • 34: 14627
        • 35: 16081
        • 36: 16303
        • 37: 16626
        • 38: 17034
        • 39: 17037
        • 40: 17195
        • 41: 17440
        • 42: 18886
        • 43: 18896
        • 44: 18918
        • 45: 18922
        • 46: 19402
        • 47: 21115
        • 48: 21383
        • 49: 21389
        • 50: 21797
        • 51: 21855
        • 52: 21937
        • 53: 21939
        • 54: 21947
        • 55: 21948
        • 56: 22178
        • 57: 22340
        • 58: 22370
        • 59: 22371
        • 60: 23346
        • 61: 23445
        • 62: 23485
        • 63: 23487
        • 64: 25730
        • 65: 25983
        • 66: 25989
        • 67: 28852
        • 68: 29620
        • 69: 29748
        • 70: 29863
        • 71: 32550
        • 72: 33167
        • 73: 36230
        • 74: 36528
        • 75: 36588
        • 76: 37196
        • 77: 37385
        • 78: 37918
        • 79: 37929
        • 80: 39377
        • 81: 39570
        • 82: 40024
        • 83: 40314
        • 84: 40649
        • 85: 40780
        • 86: 41012
        • 87: 41197
        • 88: 41447
        • 89: 42338
        • 90: 43291
        • 91: 44054
        • 92: 44469
        • 93: 45460
        • 94: 46428
        • 95: 47745
        • 96: 47746
        • 97: 50132
        • 98: 50661
        • 99: 50992
        • 100: 52540
        • 101: 55696
        • 102: 56606
        • 103: 56912
        • 104: 56998
        • 105: 58072
        • 106: 58075
        • 107: 58141
        • 108: 59256
        • 109: 59736
        • 110: 60474
        • 111: 68213
        • 112: 68375
        • 113: 73091
        • 114: 73197
        • 115: 73244
        • 116: 73245
        • 117: 73256
        • 118: 74077
        • 119: 74583
        • 120: 75421
        • 121: 76888
        • 122: 76902
        • 123: 78007
        • 124: 78493
        • 125: 79671
        • 126: 79692
        • 127: 79788
        • 128: 80067
        • 129: 80068
        • 130: 80216
        • 131: 80521
        • 132: 80522
        • 133: 80954
        • 134: 81009
        • 135: 81357
        • 136: 81945
        • 137: 82415
        • 138: 82418
        • 139: 82691
        • 140: 83642
        • 141: 237498
        • 142: 25730
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt220μsselect * from `question_options` where `question_options`.`question_id` in (81945, 82415, 82418, 82691, 83642, 237498) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt100μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (1) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt140μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (1068, 1076, 1079, 1095, 4882) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt130μsselect `id`, `name` from `categories` where `categories`.`id` in (8, 38) and `categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt220μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (81945, 82415, 82418, 82691, 83642, 237498) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt160μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (81945, 82415, 82418, 82691, 83642, 237498)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt100μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (81945, 82415, 82418, 82691, 83642, 237498) and `bookmarks`.`bookmarkable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt90μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (81945, 82415, 82418, 82691, 83642, 237498) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt70μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (81945, 82415, 82418, 82691, 83642, 237498) and `user_id` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • single_question.blade.php#85debugerror_satt170μsselect * from `categories` where `categories`.`id` = 15 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 15
        Backtrace
        • view::questions.mcq.single_question:85
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • single_question.blade.php#633debugerror_satt100μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 25730) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 25730
        Backtrace
        • view::questions.mcq.single_question:633
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • restrict.blade.php#30debugerror_satt150μsselect * from `package_plans` where `status` = 'active' and `package_plans`.`deleted_at` is null
        Bindings
        • 0: active
        Backtrace
        • view::includes.restrict:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      App\Models\Subject
      9Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      8QuestionOption.php#?
      App\Models\SubCategory
      6SubCategory.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\Category
      3Category.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
      App\Models\Description
      1Description.php#?
      App\Models\User
      1User.php#?
          _token
          A7HgeP1hP0FEJLLlQbBfm9i8ek57tsUdBl6Bu3iv
          _previous
          array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=25730%20%20%20%20%...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /job-solution/single-question
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "ques_id" => "25730" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IkVSSTFiajQrVGFGQzRzZE5VdHgwZ0E9PSIsInZhbHVlIjoiZzY1dTRoYW1yT01OdDEvRXE0eHBKWjh3OC9IQWMyd0puZEFuOVQ0VWNiQXdvd0JtQ3l5Qy9zYktxMjA5QTk5b1BzOGdkbit5Y3Q5b1FOQlRkWDBvb1o5bDJKUXgwVVlNNkk5YXNMSld0bzJaVk8rV0xvdDZraVQ5cGJqdGRBdmwiLCJtYWMiOiI5N2I4NjE3MmZmZTYwNjdlYzA1MmQ4ZDNmMWYyOGVhOWQyMWQzYWJjMGUyN2Y4OTM4MjUxZjE4MDcwNzM5OWNhIiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6ImpjcnpwUlUrL21VYVYzZmwwQ0ZZcGc9PSIsInZhbHVlIjoiQ0lsNFNxVllURTBPUlNQdHdMVmtZRTNlL1gwdC83THVFdUNENTZud0s2OS9LZisvMzQ1L3VxbVZZbWV6QVprRGF3WFBmYWtnZ2M1QTZ6bGdYSmZFS1BLQnJWOUxySDduL2NKdXl4WndlSkhBdTRPUVZHR3NLUVVmS1VPL0drRWkiLCJtYWMiOiJmZTNkZTg5ODEzODZlMWI1ZWIxMjczNDE0ZGQzZDkwODVhZWQ4OWUyNzFmMjI1MTJiNjI0NzcwMjdlNTRiYTQyIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkVSSTFiajQrVGFGQzRzZE5VdHgwZ0E9PSIsInZhbHVlIjoiZzY1dTRoYW1yT01OdDEvRXE0eHBKWjh3OC9IQWMyd0puZEFuOVQ0VWNiQXdvd0JtQ3l5Qy9zYktxMjA5QTk5b1BzOGdkb" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "x-real-ip" => array:1 [ 0 => "18.188.38.17" ] "x-forwarded-server" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-host" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-for" => array:1 [ 0 => "18.188.38.17" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "A7HgeP1hP0FEJLLlQbBfm9i8ek57tsUdBl6Bu3iv" "satt_academy_session" => "pC5WIjF96pRQWTYLYOXeO1CnTQsDbrIJnpBpxpTs" ]
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 16 Mar 2025 20:50:51 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "49" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Imx2QUkwUzNUZ3RJdlhHMDhUaUZNN0E9PSIsInZhbHVlIjoiQlMyTVJCNTluSGVmVlZuVTFjTFdMZHFMUHR5OUtkamNSemdVZEFQRFRVaUs4bkNyT3NEQXcwZ1A0OGN0dVl4aHo3OVNyaSszdFJJU3lSVWhHTXlINE1pcmxCRzI0YUdKWEJOejgrVXV4Q3U1akZuN1AwOGRxOURNUy8yOTdRWE0iLCJtYWMiOiI4NDEzYzE0OWVjNzNiNTMzNzM3ZWRjN2I2NWYxMjg5NWMzODI1Y2I4NDQ0NzI2OTY2ZjQ1M2QyYTkyMjc1YmJlIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 20:50:51 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6Imx2QUkwUzNUZ3RJdlhHMDhUaUZNN0E9PSIsInZhbHVlIjoiQlMyTVJCNTluSGVmVlZuVTFjTFdMZHFMUHR5OUtkamNSemdVZEFQRFRVaUs4bkNyT3NEQXcwZ1A0OGN0dVl4aHo3OVNya" 1 => "satt_academy_session=eyJpdiI6IjhELzBRdVVLTkZvRjVtajVwL0xUZHc9PSIsInZhbHVlIjoiY0IzNzFBKy84ZmFuMERlTTR4by9oMkxHeVhNd0I1MjhYY0QyTC9TYXlBaXNtbTFRckF1aGFrS2RqdGo5eFZlVER0eFQ1d2pZL2FIVVVHNVhnbTgrUnhib2JDMGtPUm1CSFI1YmhnWlRLUEJrdU1TSStLcytia0ZsQklpREZkUzUiLCJtYWMiOiIyODUzOTYyOGIyOTUxNTUwMGJjM2Q0NzJlOTEwYWFlYjZlMThiYjI2NjEyNmEyN2ZiZTJmN2FkMTdiZWE1NTQ5IiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 20:50:51 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IjhELzBRdVVLTkZvRjVtajVwL0xUZHc9PSIsInZhbHVlIjoiY0IzNzFBKy84ZmFuMERlTTR4by9oMkxHeVhNd0I1MjhYY0QyTC9TYXlBaXNtbTFRckF1aGFrS2RqdGo5eFZ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Imx2QUkwUzNUZ3RJdlhHMDhUaUZNN0E9PSIsInZhbHVlIjoiQlMyTVJCNTluSGVmVlZuVTFjTFdMZHFMUHR5OUtkamNSemdVZEFQRFRVaUs4bkNyT3NEQXcwZ1A0OGN0dVl4aHo3OVNyaSszdFJJU3lSVWhHTXlINE1pcmxCRzI0YUdKWEJOejgrVXV4Q3U1akZuN1AwOGRxOURNUy8yOTdRWE0iLCJtYWMiOiI4NDEzYzE0OWVjNzNiNTMzNzM3ZWRjN2I2NWYxMjg5NWMzODI1Y2I4NDQ0NzI2OTY2ZjQ1M2QyYTkyMjc1YmJlIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 20:50:51 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Imx2QUkwUzNUZ3RJdlhHMDhUaUZNN0E9PSIsInZhbHVlIjoiQlMyTVJCNTluSGVmVlZuVTFjTFdMZHFMUHR5OUtkamNSemdVZEFQRFRVaUs4bkNyT3NEQXcwZ1A0OGN0dVl4aHo3OVNya" 1 => "satt_academy_session=eyJpdiI6IjhELzBRdVVLTkZvRjVtajVwL0xUZHc9PSIsInZhbHVlIjoiY0IzNzFBKy84ZmFuMERlTTR4by9oMkxHeVhNd0I1MjhYY0QyTC9TYXlBaXNtbTFRckF1aGFrS2RqdGo5eFZlVER0eFQ1d2pZL2FIVVVHNVhnbTgrUnhib2JDMGtPUm1CSFI1YmhnWlRLUEJrdU1TSStLcytia0ZsQklpREZkUzUiLCJtYWMiOiIyODUzOTYyOGIyOTUxNTUwMGJjM2Q0NzJlOTEwYWFlYjZlMThiYjI2NjEyNmEyN2ZiZTJmN2FkMTdiZWE1NTQ5IiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 20:50:51 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IjhELzBRdVVLTkZvRjVtajVwL0xUZHc9PSIsInZhbHVlIjoiY0IzNzFBKy84ZmFuMERlTTR4by9oMkxHeVhNd0I1MjhYY0QyTC9TYXlBaXNtbTFRckF1aGFrS2RqdGo5eFZ" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "A7HgeP1hP0FEJLLlQbBfm9i8ek57tsUdBl6Bu3iv" "_previous" => array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=25730%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-17 02:50:51GET/job-solution/single-question?ques_id=25730++++++++++++++++++++++++++++333041