Request / Response
Request
GET Parameters
| Key | Value |
|---|---|
| controller | "AdminPreorderProducts" |
| token | "1ff32bc9e38eef7bab.0aHURjB29oewvqmTlMy_ZaNfk1aeYxm5ROlWac38KqI.gJCBKU…" |
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
| Key | Value |
|---|---|
| _anonymous_controller | false |
| _controller | "PrestaShopBundle\Controller\Admin\LegacyController::legacyPageAction" |
| _firewall_context | "security.firewall.map.context.main" |
| _legacy_controller_action | "read" |
| _legacy_controller_class | "AdminPreorderProductsController" |
| _legacy_controller_instance | AdminPreorderProductsController {#1322 +className: "PreorderProduct" #context: Context {#12 …} +css_files: [] +js_files: [] #display_header: true #display_header_javascript: true #template: ? #display_footer: true #content_only: false +ajax: false #json: false #status: "" #redirect_after: null +controller_type: "moduleadmin" +php_self: null #translator: PrestaShopBundle\Translation\DataCollectorTranslator {#1196 …} #container: ContainerD44XOud\AdminKernelDevDebugContainer {#68 …} +module: PreOrderAndNotification {#918 …} +errors: [] +layout: "layout.tpl" +path: null +content: null +warnings: [] +informations: [] +confirmations: [] +shopShareDatas: false +_languages: [ [ "id_lang" => 1 "name" => "English (English)" "active" => 1 "iso_code" => "en" "language_code" => "en-us" "locale" => "en-US" "date_format_lite" => "m/d/Y" "date_format_full" => "m/d/Y H:i:s" "is_rtl" => 0 "id_shop" => 1 "shops" => [ 1 => true ] "is_default" => 1 ] ] +default_form_language: 1 +allow_employee_form_lang: 0 +bootstrap: true #meta_title: [ "Preorder Products" ] +template: "content.tpl" +table: "preorder_product" +list_id: "preorder_product" #identifier: "id_preorder_product" #identifier_name: "name" +tabAccess: null +id: 162 +required_database: false +token: "" +shopLinkType: "" #_defaultOrderBy: "id_preorder_product" #_defaultOrderWay: "ASC" +tpl_form_vars: [] +tpl_list_vars: [] +tpl_delete_link_vars: [] +tpl_option_vars: [] +tpl_view_vars: [] +tpl_required_fields_vars: [] +base_tpl_view: null +base_tpl_form: null +multiple_fieldsets: false +fields_value: [] +max_image_size: null #list_simple_header: null #fields_list: [ "id_preorder_product" => [ "title" => "ID" "align" => "text-center" "class" => "fixed-width-xs" ] "name" => [ "title" => "Image" "align" => "center" "callback" => "getProductPhoto" "orderby" => false "filter" => false "search" => false ] "id_product" => [ "title" => "Product" "align" => "left" "callback" => "getProductName" "orderby" => false "filter" => false "search" => false ] "partial_payment" => [ "title" => "Payment Type" "align" => "text-center" "callback" => "getPartialPayment" "orderby" => false "filter_key" => "a!partial_payment" ] "quantity" => [ "title" => "Stock" "align" => "center" "type" => "int" "color" => "color" "badge_danger" => true "badge_success" => true "filter_key" => "sav!quantity" ] "init_qty" => [ "title" => "Refill Qty" "align" => "center" "type" => "int" "filter_key" => "a!init_qty" ] "allow_preorder" => [ "title" => "Preorder Status" "align" => "text-center" "active" => "allow_preorder" "type" => "bool" "orderby" => false "filter_key" => "a!allow_preorder" ] "allow_subscription" => [ "title" => "Subscription" "align" => "text-center" "active" => "allow_subscription" "type" => "bool" "orderby" => false "filter_key" => "a!allow_subscription" ] "allow_cd" => [ "title" => "Countdown Timer" "align" => "text-center" "type" => "bool" "orderby" => false "filter_key" => "a!allow_cd" ] "date_av" => [ "title" => "Availability" "align" => "text-center" "type" => "datetime" "filter_key" => "a!date_av" ] ] #fields_form: null #fields_form_override: null #submit_action: null #fields_options: [] #shopLink: null #_listsql: "" #_list: [] #_list_error: null #toolbar_title: [ "Preorder Products" ] #toolbar_btn: [ "new" => [ "href" => "index.php?controller=AdminPreorderProducts&addpreorder_product&token=" "desc" => "Add new" ] ] #toolbar_scroll: true #show_toolbar: true #show_toolbar_options: false #_listTotal: 0 +lang: false #_filter: null #_filterHaving: null #_tmpTableFilter: "" #_pagination: [ 20 50 100 300 1000 ] #_default_pagination: 50 #_orderBy: null #_orderWay: null #actions_available: [ "view" "edit" "duplicate" "delete" ] #actions: [] #list_skip_actions: [] #lite_display: false #list_no_link: false #allow_export: false +required_fields: [] #helper: null -allowAnonymous: false +override_folder: "preorder_products/" #bulk_actions: [ "enableSelection" => [ "text" => "Enable Preorder" "icon" => "icon-power-off text-success" ] "disableSelection" => [ "text" => "Disable Preorder" "icon" => "icon-power-off text-danger" ] "delete" => [ "text" => "Delete selected" "confirm" => "Delete selected items?" "icon" => "icon-trash" ] ] #boxes: null #explicitSelect: false #_select: "image_shop.`id_image` AS `id_image`, sa.`price`, pl.`name`, p.`active`, sav.`quantity` AS `quantity`, IF(sav.`quantity`<=0, 1, 0) AS `badge_danger`, IF(sav.`quantity`>0, 1, 0) AS `badge_success`" #_join: """ JOIN `ps_product` p ON (a.`id_product` = p.`id_product`)\n JOIN `ps_product_lang` pl ON (a.`id_product` = pl.`id_product` AND pl.id_lang = 1)\n JOIN `ps_product_shop` sa ON (a.`id_product` = sa.`id_product` AND sa.id_shop = 1)\n LEFT JOIN `ps_shop` shop ON (shop.id_shop = 1)\n LEFT JOIN `ps_image_shop` image_shop ON (image_shop.`id_product` = a.`id_product` AND image_shop.`cover` = 1 AND image_shop.id_shop = 1)\n LEFT JOIN `ps_image` i ON (i.`id_image` = image_shop.`id_image`)\n LEFT JOIN `ps_stock_available` sav ON (sav.`id_product` = a.`id_product` AND sav.`id_product_attribute` = a.`id_attribute_product`\n AND sav.id_shop = 1 AND sav.id_shop_group = 0 ) """ #_where: null #_group: "GROUP BY a.`id_preorder_product`" #_having: null #_use_found_rows: false #is_cms: false #position_identifier: null #position_group_identifier: null #deleted: false #filter: null #noLink: null #specificConfirmDelete: null #colorOnBackground: null #row_hover: true #action: null #display: null +tpl_folder: "preorder_products/" #bo_theme: "default" #_redirect: true +fieldImageSettings: [] +imageType: "jpg" #object: null #id_object: 0 +controller_name: "AdminPreorderProducts" +multishop_context: 7 +multishop_context_group: true #breadcrumbs: [ "Preorder Products" ] +show_page_header_toolbar: true +page_header_toolbar_title: "Preorder Products" +page_header_toolbar_btn: [ "new_preorder_product" => [ "href" => "index.php?controller=AdminPreorderProducts&addpreorder_product&token=" "desc" => "Add Preorder" "icon" => "process-icon-new" "name" => "new_preorder_product" "class" => "new_preorder_product btn-primary" "imgclass" => "new_preorder_product" ] ] +show_form_cancel_button: false +admin_webpath: "psadmin" #list_natives_modules: [] #list_partners_modules: [] +modals: [] #can_import: false #tabSlug: null +_conf: [ 1 => "Successful deletion" 2 => "The selection has been successfully deleted." 3 => "Successful creation" 4 => "Successful update" 5 => "The status has been successfully updated." 6 => "The settings have been successfully updated." 7 => "Image successfully deleted." 8 => "The module was successfully downloaded." 9 => "The thumbnails were successfully regenerated." 10 => "The message was successfully sent to the customer." 11 => "Comment successfully added." 12 => "Module(s) installed successfully." 13 => "Module(s) uninstalled successfully." 14 => "The translation was successfully copied." 15 => "The translations have been successfully added." 16 => "The module transplanted successfully to the hook." 17 => "The module was successfully removed from the hook." 18 => "Successful upload." 19 => "Duplication was completed successfully." 20 => "The translation was added successfully, but the language has not been created." 21 => "Module reset successfully." 22 => "Module deleted successfully." 23 => "Localization pack imported successfully." 24 => "Localization pack imported successfully." 25 => "The selected images have successfully been moved." 26 => "Your cover image selection has been saved." 27 => "The image's shop association has been modified." 28 => "A zone has been assigned to the selection successfully." 29 => "Successful upgrade." 30 => "A partial refund was successfully created." 31 => "The discount was successfully generated." 32 => "Successfully signed in to PrestaShop Addons." ] #translationsTab: [] +bo_css: "theme.css" +_error: [ 1 => "The root category of the shop FME Modules is not associated with the current shop. You can't access this page. Please change the root category of the shop." ] +_lang: null #payment_types: [ "Full" "Partial" "Dynamic" ] } |
| _legacy_controller_is_all_shop_context | 7 |
| _legacy_controller_is_module | true |
| _legacy_controller_name | "AdminPreorderProducts" |
| _route | "admin_legacy_controller_route" |
| _route_params | [] |
| _security_firewall_run | "_security_main" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| host | "preorder.bestprestashopmodules.net" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| x-php-ob-level | "1" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "text/html; charset=utf-8" |
| date | "Thu, 16 Apr 2026 19:57:37 GMT" |
| location | "https://preorder.bestprestashopmodules.net/psadmin/login" |
| x-debug-token | "f126e0" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 7
Session Metadata
| Key | Value |
|---|---|
| Created | "Thu, 16 Apr 26 15:57:37 -0400" |
| Last used | "Thu, 16 Apr 26 15:57:37 -0400" |
| Lifetime | 1728000 |
Session Attributes
| Attribute | Value |
|---|---|
| _security.main.target_path | "https://preorder.bestprestashopmodules.net/psadmin/?controller=AdminPreorderProducts&token=1ff32bc9e38eef7bab.0aHURjB29oewvqmTlMy_ZaNfk1aeYxm5ROlWac38KqI.gJCBKU%E2%80%A6" |
Session Usage
7
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 41
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/security-http/Firewall/AccessListener.php"
"line" => 78
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 46
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
"line" => 60
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 80
"function" => "__invoke"
"class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/security-http/Firewall.php"
"line" => 95
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 260
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/psadmin/index.php"
"line" => 83
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\Security\Http\Firewall\ExceptionListener:28
[
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/security-http/Util/TargetPathTrait.php"
"line" => 28
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/security-http/Firewall/ExceptionListener.php"
"line" => 224
"function" => "saveTargetPath"
"class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/security-http/Firewall/ExceptionListener.php"
"line" => 195
"function" => "setTargetPath"
"class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/security-http/Firewall/ExceptionListener.php"
"line" => 148
"function" => "startAuthentication"
"class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/security-http/Firewall/ExceptionListener.php"
"line" => 103
"function" => "handleAccessDeniedException"
"class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "onKernelException"
"class" => "Symfony\Component\Security\Http\Firewall\ExceptionListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 239
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/psadmin/index.php"
"line" => 83
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 69
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 169
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 260
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 214
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 265
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/psadmin/index.php"
"line" => 83
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 70
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 169
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 260
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 214
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 265
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/psadmin/index.php"
"line" => 83
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 71
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 169
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 260
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 214
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 265
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/psadmin/index.php"
"line" => 83
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 169
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 260
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 214
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 265
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/psadmin/index.php"
"line" => 83
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 73
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 169
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 108
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 260
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 214
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 265
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/bestprestashopmodules.net/subdomains/preorder/psadmin/index.php"
"line" => 83
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| ADDONS_API_URL | "https://api-addons.prestashop.com" |
| APP_ENV | "dev" |
| DISTRIBUTION_API_URL | "https://mbo-api.prestashop.com" |
| MBO_CDC_URL | "https://assets.prestashop3.com/dst/mbo/v1/mbo-cdc.umd.js" |
| PS_FF_FRONT_CONTAINER_V2 | "false" |
| PS_TRUSTED_PROXIES | "" |
Defined as regular env variables
| Key | Value |
|---|---|
| CONTENT_LENGTH | "" |
| CONTENT_TYPE | "" |
| DOCUMENT_ROOT | "/home/bestprestashopmodules.net/subdomains/preorder" |
| DOCUMENT_URI | "/psadmin/index.php" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/var/www" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_HOST | "preorder.bestprestashopmodules.net" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| PHP_SELF | "/psadmin/index.php" |
| QUERY_STRING | "controller=AdminPreorderProducts&token=1ff32bc9e38eef7bab.0aHURjB29oewvqmTlMy_ZaNfk1aeYxm5ROlWac38KqI.gJCBKU%E2%80%A6" |
| REDIRECT_STATUS | "200" |
| REMOTE_ADDR | "216.73.216.4" |
| REMOTE_PORT | "30435" |
| REMOTE_USER | "" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1776369456 |
| REQUEST_TIME_FLOAT | 1776369456.6467 |
| REQUEST_URI | "/psadmin/?controller=AdminPreorderProducts&token=1ff32bc9e38eef7bab.0aHURjB29oewvqmTlMy_ZaNfk1aeYxm5ROlWac38KqI.gJCBKU%E2%80%A6" |
| SCRIPT_FILENAME | "/home/bestprestashopmodules.net/subdomains/preorder/psadmin/index.php" |
| SCRIPT_NAME | "/psadmin/index.php" |
| SERVER_ADDR | "95.217.46.52" |
| SERVER_NAME | "preorder.bestprestashopmodules.net" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/2.0" |
| SERVER_SOFTWARE | "nginx/1.18.0" |
| SYMFONY_DOTENV_VARS | "PS_FF_FRONT_CONTAINER_V2,PS_TRUSTED_PROXIES,APP_ENV" |
| USER | "www-data" |