ক্রেডিট নোটের সাহায্যে লেখা হয়—

Created: 1 year ago | Updated: 3 months ago
Updated: 3 months ago
Please, contribute to add content.
Content
Promotion
Request history8.2.27PHP Version70.81msRequest Duration9MBMemory UsageGET academy/single-questionRoute
    • Booting (28.51ms)time
    • Application (42.3ms)time
    • 1 x Application (59.74%)
      42.30ms
      1 x Booting (40.26%)
      28.51ms
      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 academy/single-question
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\Academy\QuestionController@singleMcq
      namespace
      prefix
      where
      as
      academy.single-question
      file
      app/Http/Controllers/Academy/QuestionController.php:62-98
      27 statements were executed7.46ms
      • QuestionController.php#150debugerror_satt280μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '354288' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 354288
        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_satt340μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 354288
        Bindings
        • 0: 354288
        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_satt240μ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` = '354288' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 354288
        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 `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 (354288) 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_satt170μ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 (4871) 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_satt160μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (1839) 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_satt200μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (1839) 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_satt270μ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 (354288) 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_satt190μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (354288)
        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_satt280μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (354288) 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_satt160μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (354288) 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_satt150μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (354288) 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_satt150μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (354288) 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_satt1.23msselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (4800)
        Bindings
        • 0: App\Models\Question
        • 1: 4800
        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_satt1.69msselect `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 (353598, 353599, 353600, 353601, 353602, 353603, 353604, 353605, 353606, 353607, 353608, 353609, 353610, 353611, 353612, 353613, 353614, 353615, 353616, 353617, 353618, 353619, 353620, 353621, 353627, 353628, 353629, 353630, 353631, 353632, 353633, 353634, 353635, 353636, 353637, 353638, 353639, 353640, 353641, 353642, 353643, 353644, 353645, 353646, 353647, 353648, 353649, 353650, 353651, 353652, 353653, 353654, 353655, 353656, 353657, 353658, 353659, 353660, 353661, 353662, 353663, 353664, 353665, 353666, 353667, 353668, 353704, 353705, 353706, 353707, 353708, 353709, 353710, 353711, 353712, 353713, 353714, 353715, 353716, 353717, 353718, 353719, 353720, 353721, 353722, 353723, 353724, 353725, 353726, 353727, 353828, 353829, 353830, 353831, 353832, 353833, 353834, 353835, 353836, 353837, 353838, 353839, 353840, 353841, 353842, 353843, 353844, 353845, 353846, 353847, 353848, 353849, 353870, 353871, 353872, 353873, 353874, 353875, 353876, 353877, 353878, 353879, 353880, 353881, 353882, 353883, 353884, 353885, 353886, 353887, 353888, 353889, 353890, 353891, 353992, 353993, 353994, 353995, 353996, 353997, 353998, 353999, 354000, 354001, 354002, 354003, 354004, 354005, 354006, 354007, 354008, 354009, 354010, 354011, 354052, 354053, 354054, 354055, 354056, 354057, 354058, 354059, 354060, 354061, 354062, 354063, 354064, 354065, 354066, 354067, 354068, 354069, 354070, 354071, 354072, 354073, 354074, 354075, 354076, 354077, 354078, 354079, 354080, 354081, 354082, 354083, 354084, 354085, 354086, 354087, 354088, 354089, 354090, 354091, 354092, 354093, 354094, 354095, 354096, 354097, 354098, 354099, 354100, 354101, 354102, 354103, 354104, 354105, 354106, 354107, 354108, 354109, 354110, 354111, 354112, 354113, 354114, 354115, 354116, 354117, 354118, 354119, 354120, 354121, 354122, 354123, 354124, 354125, 354126, 354127, 354128, 354129, 354130, 354131, 354132, 354133, 354134, 354135, 354136, 354137, 354138, 354139, 354140, 354141, 354142, 354143, 354144, 354145, 354146, 354147, 354148, 354149, 354150, 354151, 354152, 354153, 354154, 354155, 354156, 354157, 354158, 354159, 354160, 354161, 354162, 354163, 354164, 354165, 354166, 354167, 354168, 354169, 354170, 354171, 354172, 354173, 354174, 354175, 354176, 354177, 354178, 354179, 354180, 354181, 354182, 354183, 354184, 354185, 354186, 354187, 354188, 354189, 354190, 354191, 354192, 354193, 354194, 354195, 354196, 354197, 354198, 354199, 354200, 354201, 354202, 354203, 354204, 354205, 354206, 354207, 354208, 354209, 354210, 354211, 354212, 354213, 354214, 354215, 354216, 354217, 354218, 354219, 354220, 354221, 354222, 354223, 354224, 354225, 354226, 354227, 354228, 354229, 354230, 354231, 354232, 354233, 354234, 354235, 354236, 354237, 354238, 354239, 354240, 354241, 354242, 354243, 354244, 354245, 354246, 354247, 354248, 354249, 354250, 354251, 354252, 354253, 354254, 354255, 354256, 354257, 354258, 354259, 354260, 354261, 354262, 354263, 354264, 354265, 354266, 354267, 354268, 354269, 354270, 354271, 354272, 354273, 354274, 354275, 354276, 354277, 354278, 354279, 354280, 354281, 354282, 354283, 354284, 354285, 354286, 354287, 354288, 354289, 354290, 354291, 354292, 354293, 354294, 354295, 354296, 354297, 239758, 239759, 239760, 239761, 242550, 242551, 242552, 242553, 242554, 242555, 242556, 242557, 242558, 242559) and `id` != 354288 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 353598
        • 1: 353599
        • 2: 353600
        • 3: 353601
        • 4: 353602
        • 5: 353603
        • 6: 353604
        • 7: 353605
        • 8: 353606
        • 9: 353607
        • 10: 353608
        • 11: 353609
        • 12: 353610
        • 13: 353611
        • 14: 353612
        • 15: 353613
        • 16: 353614
        • 17: 353615
        • 18: 353616
        • 19: 353617
        • 20: 353618
        • 21: 353619
        • 22: 353620
        • 23: 353621
        • 24: 353627
        • 25: 353628
        • 26: 353629
        • 27: 353630
        • 28: 353631
        • 29: 353632
        • 30: 353633
        • 31: 353634
        • 32: 353635
        • 33: 353636
        • 34: 353637
        • 35: 353638
        • 36: 353639
        • 37: 353640
        • 38: 353641
        • 39: 353642
        • 40: 353643
        • 41: 353644
        • 42: 353645
        • 43: 353646
        • 44: 353647
        • 45: 353648
        • 46: 353649
        • 47: 353650
        • 48: 353651
        • 49: 353652
        • 50: 353653
        • 51: 353654
        • 52: 353655
        • 53: 353656
        • 54: 353657
        • 55: 353658
        • 56: 353659
        • 57: 353660
        • 58: 353661
        • 59: 353662
        • 60: 353663
        • 61: 353664
        • 62: 353665
        • 63: 353666
        • 64: 353667
        • 65: 353668
        • 66: 353704
        • 67: 353705
        • 68: 353706
        • 69: 353707
        • 70: 353708
        • 71: 353709
        • 72: 353710
        • 73: 353711
        • 74: 353712
        • 75: 353713
        • 76: 353714
        • 77: 353715
        • 78: 353716
        • 79: 353717
        • 80: 353718
        • 81: 353719
        • 82: 353720
        • 83: 353721
        • 84: 353722
        • 85: 353723
        • 86: 353724
        • 87: 353725
        • 88: 353726
        • 89: 353727
        • 90: 353828
        • 91: 353829
        • 92: 353830
        • 93: 353831
        • 94: 353832
        • 95: 353833
        • 96: 353834
        • 97: 353835
        • 98: 353836
        • 99: 353837
        • 100: 353838
        • 101: 353839
        • 102: 353840
        • 103: 353841
        • 104: 353842
        • 105: 353843
        • 106: 353844
        • 107: 353845
        • 108: 353846
        • 109: 353847
        • 110: 353848
        • 111: 353849
        • 112: 353870
        • 113: 353871
        • 114: 353872
        • 115: 353873
        • 116: 353874
        • 117: 353875
        • 118: 353876
        • 119: 353877
        • 120: 353878
        • 121: 353879
        • 122: 353880
        • 123: 353881
        • 124: 353882
        • 125: 353883
        • 126: 353884
        • 127: 353885
        • 128: 353886
        • 129: 353887
        • 130: 353888
        • 131: 353889
        • 132: 353890
        • 133: 353891
        • 134: 353992
        • 135: 353993
        • 136: 353994
        • 137: 353995
        • 138: 353996
        • 139: 353997
        • 140: 353998
        • 141: 353999
        • 142: 354000
        • 143: 354001
        • 144: 354002
        • 145: 354003
        • 146: 354004
        • 147: 354005
        • 148: 354006
        • 149: 354007
        • 150: 354008
        • 151: 354009
        • 152: 354010
        • 153: 354011
        • 154: 354052
        • 155: 354053
        • 156: 354054
        • 157: 354055
        • 158: 354056
        • 159: 354057
        • 160: 354058
        • 161: 354059
        • 162: 354060
        • 163: 354061
        • 164: 354062
        • 165: 354063
        • 166: 354064
        • 167: 354065
        • 168: 354066
        • 169: 354067
        • 170: 354068
        • 171: 354069
        • 172: 354070
        • 173: 354071
        • 174: 354072
        • 175: 354073
        • 176: 354074
        • 177: 354075
        • 178: 354076
        • 179: 354077
        • 180: 354078
        • 181: 354079
        • 182: 354080
        • 183: 354081
        • 184: 354082
        • 185: 354083
        • 186: 354084
        • 187: 354085
        • 188: 354086
        • 189: 354087
        • 190: 354088
        • 191: 354089
        • 192: 354090
        • 193: 354091
        • 194: 354092
        • 195: 354093
        • 196: 354094
        • 197: 354095
        • 198: 354096
        • 199: 354097
        • 200: 354098
        • 201: 354099
        • 202: 354100
        • 203: 354101
        • 204: 354102
        • 205: 354103
        • 206: 354104
        • 207: 354105
        • 208: 354106
        • 209: 354107
        • 210: 354108
        • 211: 354109
        • 212: 354110
        • 213: 354111
        • 214: 354112
        • 215: 354113
        • 216: 354114
        • 217: 354115
        • 218: 354116
        • 219: 354117
        • 220: 354118
        • 221: 354119
        • 222: 354120
        • 223: 354121
        • 224: 354122
        • 225: 354123
        • 226: 354124
        • 227: 354125
        • 228: 354126
        • 229: 354127
        • 230: 354128
        • 231: 354129
        • 232: 354130
        • 233: 354131
        • 234: 354132
        • 235: 354133
        • 236: 354134
        • 237: 354135
        • 238: 354136
        • 239: 354137
        • 240: 354138
        • 241: 354139
        • 242: 354140
        • 243: 354141
        • 244: 354142
        • 245: 354143
        • 246: 354144
        • 247: 354145
        • 248: 354146
        • 249: 354147
        • 250: 354148
        • 251: 354149
        • 252: 354150
        • 253: 354151
        • 254: 354152
        • 255: 354153
        • 256: 354154
        • 257: 354155
        • 258: 354156
        • 259: 354157
        • 260: 354158
        • 261: 354159
        • 262: 354160
        • 263: 354161
        • 264: 354162
        • 265: 354163
        • 266: 354164
        • 267: 354165
        • 268: 354166
        • 269: 354167
        • 270: 354168
        • 271: 354169
        • 272: 354170
        • 273: 354171
        • 274: 354172
        • 275: 354173
        • 276: 354174
        • 277: 354175
        • 278: 354176
        • 279: 354177
        • 280: 354178
        • 281: 354179
        • 282: 354180
        • 283: 354181
        • 284: 354182
        • 285: 354183
        • 286: 354184
        • 287: 354185
        • 288: 354186
        • 289: 354187
        • 290: 354188
        • 291: 354189
        • 292: 354190
        • 293: 354191
        • 294: 354192
        • 295: 354193
        • 296: 354194
        • 297: 354195
        • 298: 354196
        • 299: 354197
        • 300: 354198
        • 301: 354199
        • 302: 354200
        • 303: 354201
        • 304: 354202
        • 305: 354203
        • 306: 354204
        • 307: 354205
        • 308: 354206
        • 309: 354207
        • 310: 354208
        • 311: 354209
        • 312: 354210
        • 313: 354211
        • 314: 354212
        • 315: 354213
        • 316: 354214
        • 317: 354215
        • 318: 354216
        • 319: 354217
        • 320: 354218
        • 321: 354219
        • 322: 354220
        • 323: 354221
        • 324: 354222
        • 325: 354223
        • 326: 354224
        • 327: 354225
        • 328: 354226
        • 329: 354227
        • 330: 354228
        • 331: 354229
        • 332: 354230
        • 333: 354231
        • 334: 354232
        • 335: 354233
        • 336: 354234
        • 337: 354235
        • 338: 354236
        • 339: 354237
        • 340: 354238
        • 341: 354239
        • 342: 354240
        • 343: 354241
        • 344: 354242
        • 345: 354243
        • 346: 354244
        • 347: 354245
        • 348: 354246
        • 349: 354247
        • 350: 354248
        • 351: 354249
        • 352: 354250
        • 353: 354251
        • 354: 354252
        • 355: 354253
        • 356: 354254
        • 357: 354255
        • 358: 354256
        • 359: 354257
        • 360: 354258
        • 361: 354259
        • 362: 354260
        • 363: 354261
        • 364: 354262
        • 365: 354263
        • 366: 354264
        • 367: 354265
        • 368: 354266
        • 369: 354267
        • 370: 354268
        • 371: 354269
        • 372: 354270
        • 373: 354271
        • 374: 354272
        • 375: 354273
        • 376: 354274
        • 377: 354275
        • 378: 354276
        • 379: 354277
        • 380: 354278
        • 381: 354279
        • 382: 354280
        • 383: 354281
        • 384: 354282
        • 385: 354283
        • 386: 354284
        • 387: 354285
        • 388: 354286
        • 389: 354287
        • 390: 354288
        • 391: 354289
        • 392: 354290
        • 393: 354291
        • 394: 354292
        • 395: 354293
        • 396: 354294
        • 397: 354295
        • 398: 354296
        • 399: 354297
        • 400: 239758
        • 401: 239759
        • 402: 239760
        • 403: 239761
        • 404: 242550
        • 405: 242551
        • 406: 242552
        • 407: 242553
        • 408: 242554
        • 409: 242555
        • 410: 242556
        • 411: 242557
        • 412: 242558
        • 413: 242559
        • 414: 354288
        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_satt190μsselect * from `question_options` where `question_options`.`question_id` in (354283, 354284, 354285, 354287, 354296, 354297) 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 (1839) 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_satt100μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (4871) 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_satt120μsselect `id`, `name` from `categories` where `categories`.`id` in (127) 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_satt230μ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 (354283, 354284, 354285, 354287, 354296, 354297) 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 (354283, 354284, 354285, 354287, 354296, 354297)
        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_satt120μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (354283, 354284, 354285, 354287, 354296, 354297) 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 (354283, 354284, 354285, 354287, 354296, 354297) 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_satt90μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (354283, 354284, 354285, 354287, 354296, 354297) 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_satt190μsselect * from `categories` where `categories`.`id` = 127 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 127
        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
      • restrict.blade.php#30debugerror_satt260μ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
      7QuestionOption.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\SubCategory
      2SubCategory.php#?
      App\Models\Category
      2Category.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
          _token
          Nkb7fXZWvbRACHtmM8jQFLJ56g6y2yIbDQMpIyYY
          _previous
          array:1 [ "url" => "https://debugerror.xyz/academy/single-question?ques_id=354288" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /academy/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" => "354288" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:20 [ "x-https" => array:1 [ 0 => "1" ] "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 => "3.143.203.155" ] "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 => "3.143.203.155" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          []
          
          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 => "Wed, 12 Mar 2025 08:05:25 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "58" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlZmZEcrVDQ4R0ltRHAxN1JPSHdDT0E9PSIsInZhbHVlIjoiNnAwMkNtSVcwejFuazkxcWVHSmthSEVZdERjeUNMYnUrQW5zM0dURFNNNEsyNjdrVy9KQVYvRVZZNEJ1OGRtQ29iUmQ4T3k3bDNjQ0tkVlZXVmd2clpTS2hqTXAyYldyLzZ2WGprT044cm5VNlhRZzgxZzd5QlhiRitpZ0lBUVAiLCJtYWMiOiJiYjhiMjU2MWFkMjYzYzI3NzRlMzY0NGYwNTZkNGI0Y2RlZDgyYWVkNjM2M2I3YjgxMjAwNTZmMjBiMDJhY2IzIiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 08:05:25 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IlZmZEcrVDQ4R0ltRHAxN1JPSHdDT0E9PSIsInZhbHVlIjoiNnAwMkNtSVcwejFuazkxcWVHSmthSEVZdERjeUNMYnUrQW5zM0dURFNNNEsyNjdrVy9KQVYvRVZZNEJ1OGRtQ29iUmQ4T" 1 => "satt_academy_session=eyJpdiI6ImozMU1QM2VvS09EMWZOdC93dVRtYVE9PSIsInZhbHVlIjoid3RrNDhxUzJrNmZDanFMY3BZSmI4cmNub0xOT2hSczBTNTBLZnRBR244M0lQK28rckE5SXVaT0xXNFJvdzQ0SFBtOS8yY0RpNkpWZjJ0SUdWbGY3elRmeXlJYVJHZDljWUMzNFpLUUg5aStyOUZWOG1yd2xZTVk0cHdKemlEYTkiLCJtYWMiOiIxYmEwMGRjMWFmZWQ4MGFlZmRmNzIxNTZhN2RhMmJlOGY1ZDVjYTQ2Mjg5NzA0OTA2YWUwZGRkN2U1MTUxZmM4IiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 08:05:25 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6ImozMU1QM2VvS09EMWZOdC93dVRtYVE9PSIsInZhbHVlIjoid3RrNDhxUzJrNmZDanFMY3BZSmI4cmNub0xOT2hSczBTNTBLZnRBR244M0lQK28rckE5SXVaT0xXNFJvdzQ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlZmZEcrVDQ4R0ltRHAxN1JPSHdDT0E9PSIsInZhbHVlIjoiNnAwMkNtSVcwejFuazkxcWVHSmthSEVZdERjeUNMYnUrQW5zM0dURFNNNEsyNjdrVy9KQVYvRVZZNEJ1OGRtQ29iUmQ4T3k3bDNjQ0tkVlZXVmd2clpTS2hqTXAyYldyLzZ2WGprT044cm5VNlhRZzgxZzd5QlhiRitpZ0lBUVAiLCJtYWMiOiJiYjhiMjU2MWFkMjYzYzI3NzRlMzY0NGYwNTZkNGI0Y2RlZDgyYWVkNjM2M2I3YjgxMjAwNTZmMjBiMDJhY2IzIiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 08:05:25 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlZmZEcrVDQ4R0ltRHAxN1JPSHdDT0E9PSIsInZhbHVlIjoiNnAwMkNtSVcwejFuazkxcWVHSmthSEVZdERjeUNMYnUrQW5zM0dURFNNNEsyNjdrVy9KQVYvRVZZNEJ1OGRtQ29iUmQ4T" 1 => "satt_academy_session=eyJpdiI6ImozMU1QM2VvS09EMWZOdC93dVRtYVE9PSIsInZhbHVlIjoid3RrNDhxUzJrNmZDanFMY3BZSmI4cmNub0xOT2hSczBTNTBLZnRBR244M0lQK28rckE5SXVaT0xXNFJvdzQ0SFBtOS8yY0RpNkpWZjJ0SUdWbGY3elRmeXlJYVJHZDljWUMzNFpLUUg5aStyOUZWOG1yd2xZTVk0cHdKemlEYTkiLCJtYWMiOiIxYmEwMGRjMWFmZWQ4MGFlZmRmNzIxNTZhN2RhMmJlOGY1ZDVjYTQ2Mjg5NzA0OTA2YWUwZGRkN2U1MTUxZmM4IiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 08:05:25 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6ImozMU1QM2VvS09EMWZOdC93dVRtYVE9PSIsInZhbHVlIjoid3RrNDhxUzJrNmZDanFMY3BZSmI4cmNub0xOT2hSczBTNTBLZnRBR244M0lQK28rckE5SXVaT0xXNFJvdzQ" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "Nkb7fXZWvbRACHtmM8jQFLJ56g6y2yIbDQMpIyYY" "_previous" => array:1 [ "url" => "https://debugerror.xyz/academy/single-question?ques_id=354288" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-12 14:05:25GET/academy/single-question?ques_id=354288332733