An Internal Error Has Occurred
Error: Class "Cake\Network\Exception\NotFoundException" not found
/var/www/afg-redesign/httpdocs/plugins/Products/src/Controller/ProductsController.php in line 196
* @throws \UnexpectedValueException If return value of action is not `null` or `ResponseInterface` instance. |
|
*/ |
|
public function invokeAction(Closure $action, array $args): void |
|
{ |
|
$result = $action(...$args); |
|
if ($result !== null && !$result instanceof ResponseInterface) { |
|
throw new UnexpectedValueException(sprintf( |
|
'Controller actions can only return ResponseInterface instance or null. ' |
|
. 'Got %s instead.', |
Arguments
'1075140'
$args = $this->getActionArgs( |
|
$action, |
|
array_values((array)$controller->getRequest()->getParam('pass')) |
|
); |
|
$controller->invokeAction($action, $args); |
|
|
|
$result = $controller->shutdownProcess(); |
|
if ($result instanceof ResponseInterface) { |
|
return $result; |
Arguments
object(Closure) id:0 {
}
[
(int) 0 => '1075140',
]
|
|
return $runner->run($middlewareQueue, $controller->getRequest(), $this); |
|
} |
|
|
|
return $this->handle($controller->getRequest()); |
|
} |
|
|
|
/** |
|
* Invoke the action. |
Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'productCode' => '1075140',
'pass' => [
(int) 0 => '1075140',
],
'controller' => 'Products',
'action' => 'view',
'plugin' => 'Products',
'_matchedRoute' => '/products/products/{productCode}',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_STATUS' => '200',
'AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'AWS_SECRET_ACCESS_KEY' => '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',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'afg-redesign.orases.dev',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'afg-redesign.orases.dev',
'SERVER_ADDR' => '172.31.55.66',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '13.58.75.125',
'DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'SERVER_ADMIN' => '[no address given]',
'SCRIPT_FILENAME' => '/var/www/afg-redesign/httpdocs/webroot/index.php',
'REMOTE_PORT' => '24359',
'REDIRECT_URL' => '/webroot/products/products/1075140',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/products/products/1075140',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734790415.5541,
'REQUEST_TIME' => (int) 1734790415,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET',
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST',
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT',
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH',
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE',
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD',
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS',
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
'' => [maximum depth reached],
],
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest',
],
'json' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'json',
],
'xml' => [
'accept' => [
'' => [maximum depth reached],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
'csv' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'csv',
],
]
protected _detectorCache => [
'ssl' => true,
'ajax' => false,
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:3 {
protected resource => (resource) Resource id #5
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object(Cake\Http\Uri) id:4 {
private base => ''
private webroot => '/'
private uri => object(Laminas\Diactoros\Uri) id:5 {
}
}
protected session => object(Cake\Http\Session) id:6 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 7200
protected _isCLI => false
protected headerSentInfo => null
}
protected flash => object(Cake\Http\FlashMessage) id:7 {
protected _defaultConfig => [
'' => [maximum depth reached],
]
protected session => object(Cake\Http\Session) id: 6 {}
protected _config => [
'' => [maximum depth reached],
]
protected _configInitialized => true
}
protected attributes => [
'route' => object(Cake\Routing\Route\InflectedRoute) id:8 {
},
]
protected emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'flash',
(int) 2 => 'webroot',
(int) 3 => 'base',
(int) 4 => 'params',
(int) 5 => 'here',
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
} |
|
|
|
$controller = $this->controllerFactory->create($request); |
|
|
|
return $this->controllerFactory->invoke($controller); |
|
} |
|
} |
|
|
Arguments
object(Products\Controller\ProductsController) id:0 {
paginate => [
'limit' => (int) 9,
'order' => [
'Products.title' => 'asc',
],
]
currentLib24watchUser => null
currentUrl => '/products/products/1075140'
useDoubleAuthentication => false
samlAttributes => [
]
eventManager => null
Flash => object(Cake\Controller\Component\FlashComponent) id:1 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
'key' => 'flash',
'element' => 'default',
'plugin' => null,
'params' => [
'' => [maximum depth reached],
],
'clear' => false,
'duplicate' => true,
]
}
ContentRegionLoader => object(ContentRegions\Controller\Component\ContentRegionLoaderComponent) id:2 {
'components' => [
]
'implementedEvents' => [
'Controller.beforeRender' => 'beforeRender',
]
'_config' => [
]
}
PagesHrNavigationGenerator => object(Pages\Controller\Component\PagesHrNavigationGeneratorComponent) id:3 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
]
}
HrNavigationItems => object(HrNavigation\Model\Table\HrNavigationItemsTable) id:4 {
'registryAlias' => 'HrNavigation.HrNavigationItems'
'table' => 'hr_navigation_items'
'alias' => 'HrNavigationItems'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'ParentNavigationItems',
(int) 1 => 'ChildNavigationItems',
(int) 2 => 'NavigationItemAttachments',
]
'behaviors' => [
(int) 0 => 'NavigationCachePurger',
(int) 1 => 'Timestamp',
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
HrNavigation => object(HrNavigation\Controller\Component\HrNavigationComponent) id:5 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
]
}
Lib24watchUsers => object(Lib24watch\Model\Table\Lib24watchUsersTable) id:6 {
'registryAlias' => 'Lib24watch.Lib24watchUsers'
'table' => 'afg_redesign_db.lib24watch_users'
'alias' => 'Lib24watchUsers'
'entityClass' => 'Lib24watch\Model\Entity\Lib24watchUser'
'associations' => [
(int) 0 => 'Lib24watchUserGroups',
(int) 1 => 'Lib24watchUserPreferences',
(int) 2 => 'Lib24watchUserPasswords',
(int) 3 => 'Lib24watchUserAuthenticationTokens',
]
'behaviors' => [
(int) 0 => 'DatabaseFileUpload',
(int) 1 => 'Timestamp',
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
Lib24watchImageCaching => object(Lib24watch\Controller\Component\Lib24watchImageCachingComponent) id:7 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
]
}
Lib24watchLogs => object(Lib24watch\Model\Table\Lib24watchLogsTable) id:8 {
'registryAlias' => 'Lib24watch.Lib24watchLogs'
'table' => 'afg_redesign_db.lib24watch_log'
'alias' => 'Lib24watchLogs'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'Lib24watchUsers',
]
'behaviors' => [
(int) 0 => 'Timestamp',
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
Lib24watchLogger => object(Lib24watch\Controller\Component\Lib24watchLoggerComponent) id:9 {
'components' => [
]
'implementedEvents' => [
'Controller.beforeRedirect' => 'beforeRedirect',
'Controller.shutdown' => 'afterFilter',
]
'_config' => [
]
}
Lib24watchStyle => object(Lib24watch\Controller\Component\Lib24watchStyleComponent) id:10 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
]
}
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) id:11 {
'components' => [
]
'implementedEvents' => [
'Controller.startup' => 'startup',
'Controller.beforeRender' => 'beforeRender',
]
'_config' => [
'checkHttpCache' => true,
'viewClassMap' => [
'' => [maximum depth reached],
],
]
}
idpIsLib24watch5User => null
FormsNavigationGenerator => object(Forms\Controller\Component\FormsNavigationGeneratorComponent) id:12 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
]
}
PagesNavigationGenerator => object(Pages\Controller\Component\PagesNavigationGeneratorComponent) id:13 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
]
}
PhotoGalleriesNavigationGenerator => object(PhotoGalleries\Controller\Component\PhotoGalleriesNavigationGeneratorComponent) id:14 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
]
}
TestimonialsNavigationGenerator => object(Testimonials\Controller\Component\TestimonialsNavigationGeneratorComponent) id:15 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
]
}
NavigationItems => object(Navigation\Model\Table\NavigationItemsTable) id:16 {
'registryAlias' => 'Navigation.NavigationItems'
'table' => 'navigation_items'
'alias' => 'NavigationItems'
'entityClass' => 'Navigation\Model\Entity\NavigationItem'
'associations' => [
(int) 0 => 'Parent',
(int) 1 => 'ChildNavigationItems',
(int) 2 => 'NavigationItemAttachments',
]
'behaviors' => [
(int) 0 => 'NavigationCachePurger',
(int) 1 => 'Timestamp',
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
Navigation => object(Navigation\Controller\Component\NavigationComponent) id:17 {
'components' => [
]
'implementedEvents' => [
'Controller.startup' => 'startup',
]
'_config' => [
]
}
TestimonialsLoader => object(Testimonials\Controller\Component\TestimonialsLoaderComponent) id:18 {
'components' => [
]
'implementedEvents' => [
'Controller.beforeRender' => 'beforeRender',
]
'_config' => [
]
}
Products => object(Products\Model\Table\ProductsTable) id:19 {
'registryAlias' => 'Products.Products'
'table' => 'products'
'alias' => 'Products'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'Brands',
(int) 1 => 'ProductLines',
(int) 2 => 'ProductsProductLines',
(int) 3 => 'ProductSubcategoryProducts',
(int) 4 => 'ProductSubcategories',
(int) 5 => 'ProductImages',
(int) 6 => 'Lib24watchCountries',
(int) 7 => 'ProductCountries',
(int) 8 => 'ProductPreparationSteps',
(int) 9 => 'ProductsProductAllergenOptions',
(int) 10 => 'ProductAllergenOptions',
(int) 11 => 'CreatedByLib24watchUser',
(int) 12 => 'ModifiedByLib24watchUser',
]
'behaviors' => [
(int) 0 => 'Author',
(int) 1 => 'UrlKey',
(int) 2 => 'Timestamp',
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
Brands => object(Products\Model\Table\BrandsTable) id:20 {
'registryAlias' => 'Products.Brands'
'table' => 'brands'
'alias' => 'Brands'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'Products',
(int) 1 => 'ProductLines',
(int) 2 => 'ProductLineBrands',
(int) 3 => 'MarketingMaterialsUsers',
(int) 4 => 'CreatedByLib24watchUser',
(int) 5 => 'ModifiedByLib24watchUser',
]
'behaviors' => [
(int) 0 => 'Author',
(int) 1 => 'UrlKey',
(int) 2 => 'DatabaseFileUpload',
(int) 3 => 'Timestamp',
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
ProductCategories => object(Products\Model\Table\ProductCategoriesTable) id:21 {
'registryAlias' => 'Products.ProductCategories'
'table' => 'product_categories'
'alias' => 'ProductCategories'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'ProductSubcategories',
(int) 1 => 'ProductLines',
(int) 2 => 'CreatedByLib24watchUser',
(int) 3 => 'ModifiedByLib24watchUser',
]
'behaviors' => [
(int) 0 => 'Author',
(int) 1 => 'UrlKey',
(int) 2 => 'DatabaseFileUpload',
(int) 3 => 'Timestamp',
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
ProductLines => object(Products\Model\Table\ProductLinesTable) id:22 {
'registryAlias' => 'Products.ProductLines'
'table' => 'product_lines'
'alias' => 'ProductLines'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'Brands',
(int) 1 => 'ProductCategories',
(int) 2 => 'ProductSubcategories',
(int) 3 => 'Products',
(int) 4 => 'ProductsProductLines',
(int) 5 => 'MarketingMaterials',
(int) 6 => 'ContactMaps',
]
'behaviors' => [
(int) 0 => 'Timestamp',
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
protected defaultHelpers => [
(int) 0 => 'Html',
(int) 1 => 'Breadcrumbs',
'Form' => [
'errorClass' => 'form-control form-error',
'templates' => 'Lib24watch.default_form',
'widgets' => [
'' => [maximum depth reached],
],
],
(int) 2 => 'Lib24watch.Less',
(int) 3 => 'Lib24watch.Lib24watchUser',
(int) 4 => 'Lib24watch.Lib24watchPermissions',
(int) 5 => 'Lib24watch.Lib24watchImageCache',
]
protected lib24watchModules => [
'Contacts' => [
'title' => 'Contacts',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:23 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.4.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'ContentRegions' => [
'title' => 'Content Regions',
'description' => 'Edit specific parts of various pages on The Ocho',
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => '2.0.1-trunk',
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => [
'' => [maximum depth reached],
],
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => 'ContentRegions\Controller\AppController',
'state' => object(Cake\ORM\Entity) id:24 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => true,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.10.0',
'meetsVersion' => true,
'hasFrontendNav' => 'lib24watch_frontend_nav',
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'Events' => [
'title' => 'Events',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:25 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => [
'' => [maximum depth reached],
],
'pluginIcon' => 'fa fa-calendar',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.4.5',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'Forms' => [
'title' => 'Forms',
'description' => 'Manages forms on The Ocho.',
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => [
'' => [maximum depth reached],
],
'version' => '1.0.7-trunk',
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => 'Forms\Controller\AppController',
'state' => object(Cake\ORM\Entity) id:26 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '7.0.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => [
'' => [maximum depth reached],
],
],
'GoogleMapsAPI' => [
'title' => 'Google Maps API',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => '3.0.0-dev',
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:27 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => [
'' => [maximum depth reached],
],
'pluginIcon' => 'fa fa-map-marker',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '7.0.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'HomePageCarousel' => [
'title' => 'Home Page Carousel',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:28 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => [
'' => [maximum depth reached],
],
'pluginIcon' => 'fa fa-image',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.4.5',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'HomePageStatistics' => [
'title' => 'Home Page Statistics',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:29 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => [
'' => [maximum depth reached],
],
'pluginIcon' => 'fa fa-database',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.4.5',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'HrNavigation' => [
'title' => 'HrNavigation',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => null,
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:30 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.1.1',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'Lists' => [
'title' => 'Lists',
'description' => 'Manages lists on The Ocho.',
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => '1.0.0',
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => null,
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:31 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.3.1',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'MarketData' => [
'title' => 'Market Data',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:32 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.4.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'MarketingMaterials' => [
'title' => 'Marketing Materials',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:33 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.4.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'Navigation' => [
'title' => 'Navigation',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => '4.0.0',
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => [
'' => [maximum depth reached],
],
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:34 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => [
'' => [maximum depth reached],
],
'pluginIcon' => 'fa fa-sitemap',
'migrate' => true,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '7.0.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'Pages' => [
'title' => 'Pages',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => '2.0.1-trunk',
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:35 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.2.0',
'meetsVersion' => true,
'hasFrontendNav' => 'lib24watch_frontend_nav',
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => [
'' => [maximum depth reached],
],
],
'PhotoGalleries' => [
'title' => 'Photo Galleries',
'description' => 'Manages photo galleries on The Ocho.',
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => [
'' => [maximum depth reached],
],
'version' => '1.0.2-trunk',
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => null,
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:36 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.1.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => [
'' => [maximum depth reached],
],
],
'Plants' => [
'title' => 'Plants',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:37 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => null,
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => [
'' => [maximum depth reached],
],
],
'ProductLocator' => [
'title' => 'Product Locator',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => null,
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:38 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.4.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'Products' => [
'title' => 'Products',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:39 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.4.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'PromotionalPrograms' => [
'title' => 'Promotional Programs',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:40 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.4.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'QaExtranet' => [
'title' => 'QA Document Extranet',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:41 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.4.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'Recipes' => [
'title' => 'Recipes',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => null,
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:42 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.4.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'Redirects' => [
'title' => 'Redirects',
'description' => 'Defines HTTP redirects from one URL to another; best used if The Ocho has been rewritten from an old site.',
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => '2.1.1-trunk',
'isHidden' => false,
'isAlwaysHidden' => false,
'commonSharedComponents' => null,
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:43 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => [
'' => [maximum depth reached],
],
'pluginIcon' => 'fa fa-random',
'migrate' => true,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.10.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => null,
],
'Testimonials' => [
'title' => 'Testimonials',
'description' => null,
'isInstallable' => false,
'hasInstallationNotification' => false,
'defaultLandingUrl' => null,
'version' => '2.0.1-trunk',
'isHidden' => true,
'isAlwaysHidden' => false,
'commonSharedComponents' => [
'' => [maximum depth reached],
],
'dependencies' => null,
'permissionsMap' => [
'' => [maximum depth reached],
],
'isUpgradable' => false,
'isAttachable' => false,
'state' => object(Cake\ORM\Entity) id:44 {
},
'versionHistory' => null,
'customRouteAlias' => null,
'hasBackendNav' => false,
'pluginIcon' => 'fa fa-warning',
'migrate' => null,
'isPendingUpgrade' => false,
'isInstalled' => true,
'minimumVersion' => '6.2.0',
'meetsVersion' => true,
'hasFrontendNav' => false,
'meetsDependencies' => true,
'isAvailable' => true,
'dynamicRoutes' => [
'' => [maximum depth reached],
],
],
]
protected groupPermissions => [
]
protected deferInstallationNotification => false
protected isDevServer => false
protected redirectOutOfSsl => true
protected isFrontendEditable => false
protected useSamlIdp => null
protected name => 'Products'
protected request => object(Cake\Http\ServerRequest) id:45 {
trustProxy => false
protected params => [
'' => [maximum depth reached],
]
protected data => [
'' => [maximum depth reached],
]
protected query => [
'' => [maximum depth reached],
]
protected cookies => [
'' => [maximum depth reached],
]
protected _environment => [
'' => [maximum depth reached],
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
'' => [maximum depth reached],
]
protected _detectors => [
'' => [maximum depth reached],
]
protected _detectorCache => [
'' => [maximum depth reached],
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:46 {
}
protected uri => object(Cake\Http\Uri) id:47 {
}
protected session => object(Cake\Http\Session) id:48 {
}
protected flash => object(Cake\Http\FlashMessage) id:49 {
}
protected attributes => [
'' => [maximum depth reached],
]
protected emulatedAttributes => [
'' => [maximum depth reached],
]
protected uploadedFiles => [
'' => [maximum depth reached],
]
protected protocol => null
protected requestTarget => null
}
protected response => object(Cake\Http\Response) id:50 {
'status' => (int) 200
'contentType' => 'text/html'
'headers' => [
'Content-Type' => [
'' => [maximum depth reached],
],
]
'file' => null
'fileRange' => [
]
'cookies' => object(Cake\Http\Cookie\CookieCollection) id:51 {
}
'cacheDirectives' => [
]
'body' => ''
}
protected autoRender => true
protected _components => object(Cake\Controller\ComponentRegistry) id:52 {
'_loaded' => [
(int) 0 => 'Flash',
(int) 1 => 'ContentRegionLoader',
(int) 2 => 'PagesHrNavigationGenerator',
(int) 3 => 'HrNavigation',
(int) 4 => 'Lib24watchImageCaching',
(int) 5 => 'Lib24watchLogger',
(int) 6 => 'Lib24watchStyle',
(int) 7 => 'RequestHandler',
(int) 8 => 'FormsNavigationGenerator',
(int) 9 => 'PagesNavigationGenerator',
(int) 10 => 'PhotoGalleriesNavigationGenerator',
(int) 11 => 'TestimonialsNavigationGenerator',
(int) 12 => 'Navigation',
(int) 13 => 'TestimonialsLoader',
]
'_Controller' => object(Products\Controller\ProductsController) id: 0 {}
'_eventManager' => object(Cake\Event\EventManager) id:53 {
}
'_eventClass' => 'Cake\Event\Event'
}
protected plugin => 'Products'
protected middlewares => [
]
protected _eventManager => object(Cake\Event\EventManager) id: 53 {}
protected _eventClass => 'Cake\Event\Event'
protected defaultTable => 'Products.Products'
protected _tableLocator => object(Cake\ORM\Locator\TableLocator) id:54 {
protected locations => [
'' => [maximum depth reached],
]
protected _config => [
'' => [maximum depth reached],
]
protected instances => [
'' => [maximum depth reached],
]
protected _fallbacked => [
'' => [maximum depth reached],
]
protected fallbackClassName => 'Cake\ORM\Table'
protected allowFallbackClass => true
protected options => [
'' => [maximum depth reached],
]
}
protected modelClass => 'Products.Products'
protected _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) id: 54 {},
(int) 1 => 'get',
],
]
protected _modelType => 'Table'
protected _viewBuilder => object(Cake\View\ViewBuilder) id:55 {
protected _templatePath => null
protected _template => null
protected _plugin => null
protected _theme => null
protected _layout => null
protected _autoLayout => true
protected _layoutPath => null
protected _name => null
protected _className => 'App'
protected _options => [
'' => [maximum depth reached],
]
protected _helpers => [
'' => [maximum depth reached],
]
protected _vars => [
'' => [maximum depth reached],
]
}
}
return $middleware->process($request, $this); |
|
} |
|
|
|
if ($this->fallbackHandler) { |
|
return $this->fallbackHandler->handle($request); |
|
} |
|
|
|
return new Response([ |
|
'body' => 'Middleware queue was exhausted without returning a response ' |
Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'productCode' => '1075140',
'pass' => [
(int) 0 => '1075140',
],
'controller' => 'Products',
'action' => 'view',
'plugin' => 'Products',
'_matchedRoute' => '/products/products/{productCode}',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_STATUS' => '200',
'AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'AWS_SECRET_ACCESS_KEY' => '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',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'afg-redesign.orases.dev',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'afg-redesign.orases.dev',
'SERVER_ADDR' => '172.31.55.66',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '13.58.75.125',
'DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'SERVER_ADMIN' => '[no address given]',
'SCRIPT_FILENAME' => '/var/www/afg-redesign/httpdocs/webroot/index.php',
'REMOTE_PORT' => '24359',
'REDIRECT_URL' => '/webroot/products/products/1075140',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/products/products/1075140',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734790415.5541,
'REQUEST_TIME' => (int) 1734790415,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET',
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST',
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT',
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH',
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE',
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD',
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS',
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
'' => [maximum depth reached],
],
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest',
],
'json' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'json',
],
'xml' => [
'accept' => [
'' => [maximum depth reached],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
'csv' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'csv',
],
]
protected _detectorCache => [
'ssl' => true,
'ajax' => false,
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:3 {
protected resource => (resource) Resource id #5
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object(Cake\Http\Uri) id:4 {
private base => ''
private webroot => '/'
private uri => object(Laminas\Diactoros\Uri) id:5 {
}
}
protected session => object(Cake\Http\Session) id:6 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 7200
protected _isCLI => false
protected headerSentInfo => null
}
protected flash => object(Cake\Http\FlashMessage) id:7 {
protected _defaultConfig => [
'' => [maximum depth reached],
]
protected session => object(Cake\Http\Session) id: 6 {}
protected _config => [
'' => [maximum depth reached],
]
protected _configInitialized => true
}
protected attributes => [
'route' => object(Cake\Routing\Route\InflectedRoute) id:8 {
},
]
protected emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'flash',
(int) 2 => 'webroot',
(int) 3 => 'base',
(int) 4 => 'params',
(int) 5 => 'here',
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
} |
|
} |
|
} |
|
|
|
return $handler->handle($request); |
|
} |
|
} |
|
|
Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'productCode' => '1075140',
'pass' => [
(int) 0 => '1075140',
],
'controller' => 'Products',
'action' => 'view',
'plugin' => 'Products',
'_matchedRoute' => '/products/products/{productCode}',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_STATUS' => '200',
'AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'AWS_SECRET_ACCESS_KEY' => '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',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'afg-redesign.orases.dev',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'afg-redesign.orases.dev',
'SERVER_ADDR' => '172.31.55.66',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '13.58.75.125',
'DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'SERVER_ADMIN' => '[no address given]',
'SCRIPT_FILENAME' => '/var/www/afg-redesign/httpdocs/webroot/index.php',
'REMOTE_PORT' => '24359',
'REDIRECT_URL' => '/webroot/products/products/1075140',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/products/products/1075140',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734790415.5541,
'REQUEST_TIME' => (int) 1734790415,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET',
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST',
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT',
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH',
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE',
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD',
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS',
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
'' => [maximum depth reached],
],
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest',
],
'json' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'json',
],
'xml' => [
'accept' => [
'' => [maximum depth reached],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
'csv' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'csv',
],
]
protected _detectorCache => [
'ssl' => true,
'ajax' => false,
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:3 {
protected resource => (resource) Resource id #5
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object(Cake\Http\Uri) id:4 {
private base => ''
private webroot => '/'
private uri => object(Laminas\Diactoros\Uri) id:5 {
}
}
protected session => object(Cake\Http\Session) id:6 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 7200
protected _isCLI => false
protected headerSentInfo => null
}
protected flash => object(Cake\Http\FlashMessage) id:7 {
protected _defaultConfig => [
'' => [maximum depth reached],
]
protected session => object(Cake\Http\Session) id: 6 {}
protected _config => [
'' => [maximum depth reached],
]
protected _configInitialized => true
}
protected attributes => [
'route' => object(Cake\Routing\Route\InflectedRoute) id:8 {
},
]
protected emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'flash',
(int) 2 => 'webroot',
(int) 3 => 'base',
(int) 4 => 'params',
(int) 5 => 'here',
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ($this->queue->valid()) { |
|
$middleware = $this->queue->current(); |
|
$this->queue->next(); |
|
|
|
return $middleware->process($request, $this); |
|
} |
|
|
|
if ($this->fallbackHandler) { |
|
return $this->fallbackHandler->handle($request); |
Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'productCode' => '1075140',
'pass' => [
(int) 0 => '1075140',
],
'controller' => 'Products',
'action' => 'view',
'plugin' => 'Products',
'_matchedRoute' => '/products/products/{productCode}',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_STATUS' => '200',
'AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'AWS_SECRET_ACCESS_KEY' => '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',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'afg-redesign.orases.dev',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'afg-redesign.orases.dev',
'SERVER_ADDR' => '172.31.55.66',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '13.58.75.125',
'DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'SERVER_ADMIN' => '[no address given]',
'SCRIPT_FILENAME' => '/var/www/afg-redesign/httpdocs/webroot/index.php',
'REMOTE_PORT' => '24359',
'REDIRECT_URL' => '/webroot/products/products/1075140',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/products/products/1075140',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734790415.5541,
'REQUEST_TIME' => (int) 1734790415,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET',
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST',
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT',
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH',
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE',
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD',
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS',
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
'' => [maximum depth reached],
],
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest',
],
'json' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'json',
],
'xml' => [
'accept' => [
'' => [maximum depth reached],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
'csv' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'csv',
],
]
protected _detectorCache => [
'ssl' => true,
'ajax' => false,
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:3 {
protected resource => (resource) Resource id #5
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object(Cake\Http\Uri) id:4 {
private base => ''
private webroot => '/'
private uri => object(Laminas\Diactoros\Uri) id:5 {
}
}
protected session => object(Cake\Http\Session) id:6 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 7200
protected _isCLI => false
protected headerSentInfo => null
}
protected flash => object(Cake\Http\FlashMessage) id:7 {
protected _defaultConfig => [
'' => [maximum depth reached],
]
protected session => object(Cake\Http\Session) id: 6 {}
protected _config => [
'' => [maximum depth reached],
]
protected _configInitialized => true
}
protected attributes => [
'route' => object(Cake\Routing\Route\InflectedRoute) id:8 {
},
]
protected emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'flash',
(int) 2 => 'webroot',
(int) 3 => 'base',
(int) 4 => 'params',
(int) 5 => 'here',
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object(Cake\Http\Runner) id:0 {
protected queue => object(Cake\Http\MiddlewareQueue) id:1 {
protected position => (int) 4
protected queue => [
'' => [maximum depth reached],
]
}
protected fallbackHandler => object(App\Application) id:2 {
protected configDir => '/var/www/afg-redesign/httpdocs/config/'
protected plugins => object(Cake\Core\PluginCollection) id:3 {
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:4 {
}
protected container => object(Cake\Core\Container) id:5 {
}
protected _eventManager => object(Cake\Event\EventManager) id:6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
); |
|
} |
|
$matching = Router::getRouteCollection()->getMiddleware($middleware); |
|
if (!$matching) { |
|
return $handler->handle($request); |
|
} |
|
|
|
$middleware = new MiddlewareQueue($matching); |
|
$runner = new Runner(); |
Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'productCode' => '1075140',
'pass' => [
(int) 0 => '1075140',
],
'controller' => 'Products',
'action' => 'view',
'plugin' => 'Products',
'_matchedRoute' => '/products/products/{productCode}',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_STATUS' => '200',
'AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'AWS_SECRET_ACCESS_KEY' => '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',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'afg-redesign.orases.dev',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'afg-redesign.orases.dev',
'SERVER_ADDR' => '172.31.55.66',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '13.58.75.125',
'DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'SERVER_ADMIN' => '[no address given]',
'SCRIPT_FILENAME' => '/var/www/afg-redesign/httpdocs/webroot/index.php',
'REMOTE_PORT' => '24359',
'REDIRECT_URL' => '/webroot/products/products/1075140',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/products/products/1075140',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734790415.5541,
'REQUEST_TIME' => (int) 1734790415,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET',
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST',
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT',
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH',
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE',
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD',
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS',
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
'' => [maximum depth reached],
],
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest',
],
'json' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'json',
],
'xml' => [
'accept' => [
'' => [maximum depth reached],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
'csv' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'csv',
],
]
protected _detectorCache => [
'ssl' => true,
'ajax' => false,
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:3 {
protected resource => (resource) Resource id #5
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object(Cake\Http\Uri) id:4 {
private base => ''
private webroot => '/'
private uri => object(Laminas\Diactoros\Uri) id:5 {
}
}
protected session => object(Cake\Http\Session) id:6 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 7200
protected _isCLI => false
protected headerSentInfo => null
}
protected flash => object(Cake\Http\FlashMessage) id:7 {
protected _defaultConfig => [
'' => [maximum depth reached],
]
protected session => object(Cake\Http\Session) id: 6 {}
protected _config => [
'' => [maximum depth reached],
]
protected _configInitialized => true
}
protected attributes => [
'route' => object(Cake\Routing\Route\InflectedRoute) id:8 {
},
]
protected emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'flash',
(int) 2 => 'webroot',
(int) 3 => 'base',
(int) 4 => 'params',
(int) 5 => 'here',
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ($this->queue->valid()) { |
|
$middleware = $this->queue->current(); |
|
$this->queue->next(); |
|
|
|
return $middleware->process($request, $this); |
|
} |
|
|
|
if ($this->fallbackHandler) { |
|
return $this->fallbackHandler->handle($request); |
Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'productCode' => '1075140',
'pass' => [
(int) 0 => '1075140',
],
'controller' => 'Products',
'action' => 'view',
'plugin' => 'Products',
'_matchedRoute' => '/products/products/{productCode}',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_STATUS' => '200',
'AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'AWS_SECRET_ACCESS_KEY' => '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',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'afg-redesign.orases.dev',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'afg-redesign.orases.dev',
'SERVER_ADDR' => '172.31.55.66',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '13.58.75.125',
'DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'SERVER_ADMIN' => '[no address given]',
'SCRIPT_FILENAME' => '/var/www/afg-redesign/httpdocs/webroot/index.php',
'REMOTE_PORT' => '24359',
'REDIRECT_URL' => '/webroot/products/products/1075140',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/products/products/1075140',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734790415.5541,
'REQUEST_TIME' => (int) 1734790415,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET',
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST',
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT',
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH',
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE',
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD',
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS',
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
'' => [maximum depth reached],
],
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest',
],
'json' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'json',
],
'xml' => [
'accept' => [
'' => [maximum depth reached],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
'csv' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'csv',
],
]
protected _detectorCache => [
'ssl' => true,
'ajax' => false,
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:3 {
protected resource => (resource) Resource id #5
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object(Cake\Http\Uri) id:4 {
private base => ''
private webroot => '/'
private uri => object(Laminas\Diactoros\Uri) id:5 {
}
}
protected session => object(Cake\Http\Session) id:6 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 7200
protected _isCLI => false
protected headerSentInfo => null
}
protected flash => object(Cake\Http\FlashMessage) id:7 {
protected _defaultConfig => [
'' => [maximum depth reached],
]
protected session => object(Cake\Http\Session) id: 6 {}
protected _config => [
'' => [maximum depth reached],
]
protected _configInitialized => true
}
protected attributes => [
'route' => object(Cake\Routing\Route\InflectedRoute) id:8 {
},
]
protected emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'flash',
(int) 2 => 'webroot',
(int) 3 => 'base',
(int) 4 => 'params',
(int) 5 => 'here',
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object(Cake\Http\Runner) id:0 {
protected queue => object(Cake\Http\MiddlewareQueue) id:1 {
protected position => (int) 4
protected queue => [
'' => [maximum depth reached],
]
}
protected fallbackHandler => object(App\Application) id:2 {
protected configDir => '/var/www/afg-redesign/httpdocs/config/'
protected plugins => object(Cake\Core\PluginCollection) id:3 {
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:4 {
}
protected container => object(Cake\Core\Container) id:5 {
}
protected _eventManager => object(Cake\Event\EventManager) id:6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
|
{ |
|
$url = $request->getUri()->getPath(); |
|
if (strpos($url, '..') !== false || strpos($url, '.') === false) { |
|
return $handler->handle($request); |
|
} |
|
|
|
if (strpos($url, '/.') !== false) { |
|
return $handler->handle($request); |
Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => [
],
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_STATUS' => '200',
'AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'AWS_SECRET_ACCESS_KEY' => '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',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'afg-redesign.orases.dev',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'afg-redesign.orases.dev',
'SERVER_ADDR' => '172.31.55.66',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '13.58.75.125',
'DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'SERVER_ADMIN' => '[no address given]',
'SCRIPT_FILENAME' => '/var/www/afg-redesign/httpdocs/webroot/index.php',
'REMOTE_PORT' => '24359',
'REDIRECT_URL' => '/webroot/products/products/1075140',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/products/products/1075140',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734790415.5541,
'REQUEST_TIME' => (int) 1734790415,
'ORIGINAL_REQUEST_METHOD' => 'GET',
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET',
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST',
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT',
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH',
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE',
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD',
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS',
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
'' => [maximum depth reached],
],
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest',
],
'json' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'json',
],
'xml' => [
'accept' => [
'' => [maximum depth reached],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
'csv' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'csv',
],
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:3 {
protected resource => (resource) Resource id #5
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object(Cake\Http\Uri) id:4 {
private base => ''
private webroot => '/'
private uri => object(Laminas\Diactoros\Uri) id:5 {
}
}
protected session => object(Cake\Http\Session) id:6 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 7200
protected _isCLI => false
protected headerSentInfo => null
}
protected flash => object(Cake\Http\FlashMessage) id:7 {
protected _defaultConfig => [
'' => [maximum depth reached],
]
protected session => object(Cake\Http\Session) id: 6 {}
protected _config => [
'' => [maximum depth reached],
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'flash',
(int) 2 => 'webroot',
(int) 3 => 'base',
(int) 4 => 'params',
(int) 5 => 'here',
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ($this->queue->valid()) { |
|
$middleware = $this->queue->current(); |
|
$this->queue->next(); |
|
|
|
return $middleware->process($request, $this); |
|
} |
|
|
|
if ($this->fallbackHandler) { |
|
return $this->fallbackHandler->handle($request); |
Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => [
],
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_STATUS' => '200',
'AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'AWS_SECRET_ACCESS_KEY' => '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',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'afg-redesign.orases.dev',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'afg-redesign.orases.dev',
'SERVER_ADDR' => '172.31.55.66',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '13.58.75.125',
'DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'SERVER_ADMIN' => '[no address given]',
'SCRIPT_FILENAME' => '/var/www/afg-redesign/httpdocs/webroot/index.php',
'REMOTE_PORT' => '24359',
'REDIRECT_URL' => '/webroot/products/products/1075140',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/products/products/1075140',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734790415.5541,
'REQUEST_TIME' => (int) 1734790415,
'ORIGINAL_REQUEST_METHOD' => 'GET',
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET',
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST',
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT',
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH',
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE',
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD',
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS',
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
'' => [maximum depth reached],
],
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest',
],
'json' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'json',
],
'xml' => [
'accept' => [
'' => [maximum depth reached],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
'csv' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'csv',
],
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:3 {
protected resource => (resource) Resource id #5
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object(Cake\Http\Uri) id:4 {
private base => ''
private webroot => '/'
private uri => object(Laminas\Diactoros\Uri) id:5 {
}
}
protected session => object(Cake\Http\Session) id:6 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 7200
protected _isCLI => false
protected headerSentInfo => null
}
protected flash => object(Cake\Http\FlashMessage) id:7 {
protected _defaultConfig => [
'' => [maximum depth reached],
]
protected session => object(Cake\Http\Session) id: 6 {}
protected _config => [
'' => [maximum depth reached],
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'flash',
(int) 2 => 'webroot',
(int) 3 => 'base',
(int) 4 => 'params',
(int) 5 => 'here',
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object(Cake\Http\Runner) id:0 {
protected queue => object(Cake\Http\MiddlewareQueue) id:1 {
protected position => (int) 4
protected queue => [
'' => [maximum depth reached],
]
}
protected fallbackHandler => object(App\Application) id:2 {
protected configDir => '/var/www/afg-redesign/httpdocs/config/'
protected plugins => object(Cake\Core\PluginCollection) id:3 {
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:4 {
}
protected container => object(Cake\Core\Container) id:5 {
}
protected _eventManager => object(Cake\Event\EventManager) id:6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
*/ |
|
public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
|
{ |
|
try { |
|
return $handler->handle($request); |
|
} catch (RedirectException $exception) { |
|
return $this->handleRedirect($exception); |
|
} catch (Throwable $exception) { |
|
return $this->handleException($exception, $request); |
Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => [
],
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_STATUS' => '200',
'AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'AWS_SECRET_ACCESS_KEY' => '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',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'afg-redesign.orases.dev',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'afg-redesign.orases.dev',
'SERVER_ADDR' => '172.31.55.66',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '13.58.75.125',
'DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'SERVER_ADMIN' => '[no address given]',
'SCRIPT_FILENAME' => '/var/www/afg-redesign/httpdocs/webroot/index.php',
'REMOTE_PORT' => '24359',
'REDIRECT_URL' => '/webroot/products/products/1075140',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/products/products/1075140',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734790415.5541,
'REQUEST_TIME' => (int) 1734790415,
'ORIGINAL_REQUEST_METHOD' => 'GET',
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET',
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST',
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT',
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH',
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE',
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD',
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS',
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
'' => [maximum depth reached],
],
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest',
],
'json' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'json',
],
'xml' => [
'accept' => [
'' => [maximum depth reached],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
'csv' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'csv',
],
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:3 {
protected resource => (resource) Resource id #5
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object(Cake\Http\Uri) id:4 {
private base => ''
private webroot => '/'
private uri => object(Laminas\Diactoros\Uri) id:5 {
}
}
protected session => object(Cake\Http\Session) id:6 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 7200
protected _isCLI => false
protected headerSentInfo => null
}
protected flash => object(Cake\Http\FlashMessage) id:7 {
protected _defaultConfig => [
'' => [maximum depth reached],
]
protected session => object(Cake\Http\Session) id: 6 {}
protected _config => [
'' => [maximum depth reached],
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'flash',
(int) 2 => 'webroot',
(int) 3 => 'base',
(int) 4 => 'params',
(int) 5 => 'here',
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ($this->queue->valid()) { |
|
$middleware = $this->queue->current(); |
|
$this->queue->next(); |
|
|
|
return $middleware->process($request, $this); |
|
} |
|
|
|
if ($this->fallbackHandler) { |
|
return $this->fallbackHandler->handle($request); |
Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => [
],
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_STATUS' => '200',
'AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'AWS_SECRET_ACCESS_KEY' => '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',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'afg-redesign.orases.dev',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'afg-redesign.orases.dev',
'SERVER_ADDR' => '172.31.55.66',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '13.58.75.125',
'DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'SERVER_ADMIN' => '[no address given]',
'SCRIPT_FILENAME' => '/var/www/afg-redesign/httpdocs/webroot/index.php',
'REMOTE_PORT' => '24359',
'REDIRECT_URL' => '/webroot/products/products/1075140',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/products/products/1075140',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734790415.5541,
'REQUEST_TIME' => (int) 1734790415,
'ORIGINAL_REQUEST_METHOD' => 'GET',
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET',
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST',
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT',
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH',
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE',
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD',
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS',
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
'' => [maximum depth reached],
],
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest',
],
'json' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'json',
],
'xml' => [
'accept' => [
'' => [maximum depth reached],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
'csv' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'csv',
],
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:3 {
protected resource => (resource) Resource id #5
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object(Cake\Http\Uri) id:4 {
private base => ''
private webroot => '/'
private uri => object(Laminas\Diactoros\Uri) id:5 {
}
}
protected session => object(Cake\Http\Session) id:6 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 7200
protected _isCLI => false
protected headerSentInfo => null
}
protected flash => object(Cake\Http\FlashMessage) id:7 {
protected _defaultConfig => [
'' => [maximum depth reached],
]
protected session => object(Cake\Http\Session) id: 6 {}
protected _config => [
'' => [maximum depth reached],
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'flash',
(int) 2 => 'webroot',
(int) 3 => 'base',
(int) 4 => 'params',
(int) 5 => 'here',
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object(Cake\Http\Runner) id:0 {
protected queue => object(Cake\Http\MiddlewareQueue) id:1 {
protected position => (int) 4
protected queue => [
'' => [maximum depth reached],
]
}
protected fallbackHandler => object(App\Application) id:2 {
protected configDir => '/var/www/afg-redesign/httpdocs/config/'
protected plugins => object(Cake\Core\PluginCollection) id:3 {
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:4 {
}
protected container => object(Cake\Core\Container) id:5 {
}
protected _eventManager => object(Cake\Event\EventManager) id:6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
) { |
|
Router::setRequest($request); |
|
} |
|
|
|
return $this->handle($request); |
|
} |
|
|
|
/** |
|
* Handle incoming server request and return a response. |
Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => [
],
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_STATUS' => '200',
'AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'AWS_SECRET_ACCESS_KEY' => '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',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'afg-redesign.orases.dev',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'afg-redesign.orases.dev',
'SERVER_ADDR' => '172.31.55.66',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '13.58.75.125',
'DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'SERVER_ADMIN' => '[no address given]',
'SCRIPT_FILENAME' => '/var/www/afg-redesign/httpdocs/webroot/index.php',
'REMOTE_PORT' => '24359',
'REDIRECT_URL' => '/webroot/products/products/1075140',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/products/products/1075140',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734790415.5541,
'REQUEST_TIME' => (int) 1734790415,
'ORIGINAL_REQUEST_METHOD' => 'GET',
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET',
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST',
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT',
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH',
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE',
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD',
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS',
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
'' => [maximum depth reached],
],
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest',
],
'json' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'json',
],
'xml' => [
'accept' => [
'' => [maximum depth reached],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
'csv' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'csv',
],
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:3 {
protected resource => (resource) Resource id #5
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object(Cake\Http\Uri) id:4 {
private base => ''
private webroot => '/'
private uri => object(Laminas\Diactoros\Uri) id:5 {
}
}
protected session => object(Cake\Http\Session) id:6 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 7200
protected _isCLI => false
protected headerSentInfo => null
}
protected flash => object(Cake\Http\FlashMessage) id:7 {
protected _defaultConfig => [
'' => [maximum depth reached],
]
protected session => object(Cake\Http\Session) id: 6 {}
protected _config => [
'' => [maximum depth reached],
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'flash',
(int) 2 => 'webroot',
(int) 3 => 'base',
(int) 4 => 'params',
(int) 5 => 'here',
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
} |
|
|
|
$this->dispatchEvent('Server.buildMiddleware', ['middleware' => $middleware]); |
|
|
|
$response = $this->runner->run($middleware, $request, $this->app); |
|
|
|
if ($request instanceof ServerRequest) { |
|
$request->getSession()->close(); |
|
} |
Arguments
object(Cake\Http\MiddlewareQueue) id:0 {
protected position => (int) 4
protected queue => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) id:1 {
},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) id:2 {
},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) id:3 {
},
(int) 3 => object(Redirects\Middleware\RedirectsMiddleware) id:4 {
},
]
}
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => [
],
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'REDIRECT_AWS_SECRET_ACCESS_KEY' => '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',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'REDIRECT_STATUS' => '200',
'AWS_ACCESS_KEY_ID' => 'AKIAJCRZKKR6CBZORPYA',
'AWS_SECRET_ACCESS_KEY' => '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',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'afg-redesign.orases.dev',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'afg-redesign.orases.dev',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'afg-redesign.orases.dev',
'SERVER_ADDR' => '172.31.55.66',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '13.58.75.125',
'DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/afg-redesign/httpdocs',
'SERVER_ADMIN' => '[no address given]',
'SCRIPT_FILENAME' => '/var/www/afg-redesign/httpdocs/webroot/index.php',
'REMOTE_PORT' => '24359',
'REDIRECT_URL' => '/webroot/products/products/1075140',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/products/products/1075140',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734790415.5541,
'REQUEST_TIME' => (int) 1734790415,
'ORIGINAL_REQUEST_METHOD' => 'GET',
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET',
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST',
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT',
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH',
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE',
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD',
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS',
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
'' => [maximum depth reached],
],
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest',
],
'json' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'json',
],
'xml' => [
'accept' => [
'' => [maximum depth reached],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
'csv' => [
'accept' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'csv',
],
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\PhpInputStream) id:3 {
protected resource => (resource) Resource id #5
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object(Cake\Http\Uri) id:4 {
private base => ''
private webroot => '/'
private uri => object(Laminas\Diactoros\Uri) id:5 {
}
}
protected session => object(Cake\Http\Session) id:6 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 7200
protected _isCLI => false
protected headerSentInfo => null
}
protected flash => object(Cake\Http\FlashMessage) id:7 {
protected _defaultConfig => [
'' => [maximum depth reached],
]
protected session => object(Cake\Http\Session) id: 6 {}
protected _config => [
'' => [maximum depth reached],
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'flash',
(int) 2 => 'webroot',
(int) 3 => 'base',
(int) 4 => 'params',
(int) 5 => 'here',
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object(App\Application) id:0 {
protected configDir => '/var/www/afg-redesign/httpdocs/config/'
protected plugins => object(Cake\Core\PluginCollection) id:1 {
protected plugins => [
'' => [maximum depth reached],
]
protected names => [
'' => [maximum depth reached],
]
protected positions => [
'' => [maximum depth reached],
]
protected loopDepth => (int) -1
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:2 {
protected container => object(Cake\Core\Container) id:3 {
}
protected controller => object(Products\Controller\ProductsController) id:4 {
}
}
protected container => object(Cake\Core\Container) id: 3 {}
protected _eventManager => object(Cake\Event\EventManager) id:5 {
'_listeners' => [
'Server.buildMiddleware' => '1 listener(s)',
'Controller.initialize' => '1 listener(s)',
'Model.Lib24watchUser.afterSave' => '1 listener(s)',
]
'_isGlobal' => true
'_trackEvents' => true
'_generalManager' => '(object) EventManager'
'_dispatchedEvents' => [
(int) 0 => 'Model.initialize with subject Lib24watch\Model\Table\Lib24watchEventsTable',
(int) 1 => 'Model.beforeFind with subject Lib24watch\Model\Table\Lib24watchEventsTable',
(int) 2 => 'Model.initialize with subject Navigation\Model\Table\NavigationItemsTable',
(int) 3 => 'Model.initialize with subject Navigation\Model\Table\NavigationItemsTable',
(int) 4 => 'Model.beforeFind with subject Navigation\Model\Table\NavigationItemsTable',
(int) 5 => 'Model.beforeFind with subject Navigation\Model\Table\NavigationItemsTable',
(int) 6 => 'Model.beforeFind with subject Pages\Model\Table\PagesTable',
(int) 7 => 'Model.initialize with subject Products\Model\Table\ProductsTable',
(int) 8 => 'Model.initialize with subject Products\Model\Table\BrandsTable',
(int) 9 => 'Model.initialize with subject Products\Model\Table\ProductCategoriesTable',
(int) 10 => 'Model.initialize with subject Products\Model\Table\ProductLinesTable',
(int) 11 => 'Controller.initialize with subject Products\Controller\ProductsController',
(int) 12 => 'Model.initialize with subject Lib24watch\Model\Table\Lib24watchMetadatasTable',
(int) 13 => 'Model.beforeFind with subject Lib24watch\Model\Table\Lib24watchMetadatasTable',
(int) 14 => 'Model.initialize with subject Lib24watch\Model\Table\Lib24watchTagsAndScriptsTable',
(int) 15 => 'Model.initialize with subject Lib24watch\Model\Table\Lib24watchSiteSettingsTable',
(int) 16 => 'Model.initialize with subject Lib24watch\Model\Table\Lib24watchFilesTable',
(int) 17 => 'Model.beforeFind with subject Lib24watch\Model\Table\Lib24watchSiteSettingsTable',
(int) 18 => 'Model.beforeFind with subject Lib24watch\Model\Table\Lib24watchFilesTable',
(int) 19 => 'Model.beforeFind with subject ContentRegions\Model\Table\ContentRegionsTable',
(int) 20 => 'Controller.startup with subject Products\Controller\ProductsController',
(int) 21 => 'Model.initialize with subject Products\Model\Table\ProductImagesTable',
(int) 22 => 'Model.initialize with subject Products\Model\Table\ProductAllergenOptionsTable',
(int) 23 => 'Model.initialize with subject Products\Model\Table\ProductPreparationStepsTable',
(int) 24 => 'Model.beforeFind with subject Products\Model\Table\ProductsTable',
(int) 25 => 'Model.beforeFind with subject Products\Model\Table\BrandsTable',
(int) 26 => 'Error.beforeRender with subject Cake\Error\ErrorTrap',
(int) 27 => 'Error.beforeRender with subject Cake\Error\ErrorTrap',
(int) 28 => 'Exception.beforeRender with subject Cake\Error\ExceptionTrap',
(int) 29 => 'Controller.initialize with subject Cake\Controller\ErrorController',
(int) 30 => 'Controller.startup with subject Cake\Controller\ErrorController',
(int) 31 => 'Controller.beforeRender with subject Cake\Controller\ErrorController',
(int) 32 => 'Controller.beforeRender with subject Cake\Controller\ErrorController',
(int) 33 => 'View.beforeRender with subject App\View\AppView',
(int) 34 => 'View.beforeRenderFile with subject App\View\AppView',
(int) 35 => 'View.beforeRenderFile with subject App\View\AppView',
(int) 36 => 'View.afterRenderFile with subject App\View\AppView',
(int) 37 => 'View.beforeRenderFile with subject App\View\AppView',
(int) 38 => 'View.afterRenderFile with subject App\View\AppView',
(int) 39 => 'View.afterRenderFile with subject App\View\AppView',
(int) 40 => 'View.afterRender with subject App\View\AppView',
(int) 41 => 'View.beforeRender with subject Cake\View\View',
(int) 42 => 'View.beforeRenderFile with subject Cake\View\View',
(int) 43 => 'View.beforeRenderFile with subject Cake\View\View',
(int) 44 => 'View.afterRenderFile with subject Cake\View\View',
(int) 45 => 'View.beforeRenderFile with subject Cake\View\View',
]
}
protected _eventClass => 'Cake\Event\Event'
}
$server = new Server(new Application(dirname(__DIR__) . '/config')); |
|
|
|
// Run the request/response through the application |
|
// and emit the response. |
|
$server->emit($server->run()); |
|
|
Arguments
No arguments