Warning (2) : Undefined variable $jobDetailsQuery [APP/Controller/ProductsController.php , line 648 ]Code Context {
$jobDetailsQuery = $jobDetailsQuery -> where ([ 'ProductDetails.product_id IN' => $search_based_product_id ]);
}
App\Controller\ProductsController::moreterms() - APP/Controller/ProductsController.php, line 648
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 539
Cake\Controller\ControllerFactory::handle() - CORE/src/Controller/ControllerFactory.php, line 140
Cake\Controller\ControllerFactory::invoke() - CORE/src/Controller/ControllerFactory.php, line 115
Cake\Http\BaseApplication::handle() - CORE/src/Http/BaseApplication.php, line 317
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Routing\Middleware\RoutingMiddleware::process() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 161
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\AssetMiddleware::process() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 68
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Error\Middleware\ErrorHandlerMiddleware::process() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 126
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 58
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 90
[main] - ROOT/webroot/index.php, line 40 Warning (512) : Unable to emit headers. Headers sent in file=/home/nilmulandetrmum1/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=989 [CORE/src/Http/ResponseEmitter.php , line 71 ]Code Context $message = "Unable to emit headers. Headers sent in file= $file line= $line " ;
trigger_error ( $message , E_USER_WARNING );
}
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 71
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/nilmulandetrmum1/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:989) [CORE/src/Http/ResponseEmitter.php , line 168 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
));
header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 168
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 74
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/nilmulandetrmum1/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:989) [CORE/src/Http/ResponseEmitter.php , line 197 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 197
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 75
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - ROOT/webroot/index.php, line 40
Error: Call to a member function where() on null
]);
$productDetailsQuery = $productDetailsQuery -> where ([ 'ProductDetails.product_custom_field_id' => $custom_field_id , "ProductDetails.product_custom_field_value REGEXP CONCAT('(^|,)(', REPLACE('" . $custom_field_value_id . "', ',', '|'), ')(,|$)')" ]);
if(!empty( $search_based_product_id ))
{
$jobDetailsQuery = $jobDetailsQuery -> where ([ 'ProductDetails.product_id IN' => $search_based_product_id ]);
}
$productDetailsQuery = $productDetailsQuery -> group ([ 'ProductDetails.product_id' ]);
$findResult = $productDetailsQuery -> toArray ();
$ProductDetailProductIdList = array_values ( $findResult );
Arguments
* @ 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.' ,
$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 {
} Copy
[
(int) 0 => 'amenities' ,
(int) 1 => '58' ,
(int) 2 => 'luxury-car' ,
(int) 3 => 'diesel-car' ,
] Copy
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 => [
'pass' => [
(int) 0 => 'amenities' ,
(int) 1 => '58' ,
(int) 2 => 'luxury-car' ,
(int) 3 => 'diesel-car' ,
] ,
'controller' => 'Products' ,
'action' => 'moreterms' ,
'plugin' => null ,
'_matchedRoute' => '/cars/moreterms/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TZ' => 'Asia/Kolkata' ,
'REDIRECT_HANDLER' => 'application/x-httpd-ea-php81' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'aFyik0ecjeibWPAsT7Ie_wAAwQU' ,
'SCRIPT_URL' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_URI' => 'https://www.mulandetravels.com/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'HTTPS' => 'on' ,
'SSL_TLS_SNI' => 'www.mulandetravels.com' ,
'HTTP_PRAGMA' => 'no-cache' ,
'HTTP_CACHE_CONTROL' => 'no-cache' ,
'HTTP_SEC_CH_UA' => '"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' ,
'HTTP_SEC_CH_UA_MOBILE' => '?0' ,
'HTTP_SEC_CH_UA_PLATFORM' => '"Windows"' ,
'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' ,
'HTTP_SEC_FETCH_SITE' => 'none' ,
'HTTP_SEC_FETCH_MODE' => 'navigate' ,
'HTTP_SEC_FETCH_USER' => '?1' ,
'HTTP_SEC_FETCH_DEST' => 'document' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br, zstd' ,
'HTTP_PRIORITY' => 'u=0, i' ,
'HTTP_HOST' => 'www.mulandetravels.com' ,
'HTTP_X_HTTPS' => '1' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.mulandetravels.com' ,
'SERVER_ADDR' => '103.50.161.236' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '216.73.216.203' ,
'DOCUMENT_ROOT' => '/home/nilmulandetrmum1/public_html' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '/cgi-sys' ,
'CONTEXT_DOCUMENT_ROOT' => '/usr/local/cpanel/cgi-sys/' ,
'SERVER_ADMIN' => 'webmaster@mulandetravels.com' ,
'SCRIPT_FILENAME' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'REMOTE_PORT' => '34840' ,
'REDIRECT_URL' => '/webroot/index.php' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'ORIG_SCRIPT_FILENAME' => '/usr/local/cpanel/cgi-sys/ea-php81' ,
'ORIG_PATH_INFO' => '/webroot/index.php' ,
'ORIG_PATH_TRANSLATED' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'ORIG_SCRIPT_NAME' => '/cgi-sys/ea-php81' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1750901395.7239 ,
'REQUEST_TIME' => (int) 1750901395 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #152
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.mulandetravels.com'
private port => null
private path => '/cars/moreterms/amenities/58/luxury-car/diesel-car'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 3600
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
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
} Copy
}
$controller = $this -> controllerFactory -> create ( $request );
return $this -> controllerFactory -> invoke ( $controller );
}
}
Arguments
object( App\Controller\ProductsController ) id: 0 {
paginate => [
]
SiteModules => object( App\Model\Table\SiteModulesTable ) id: 1 {
'registryAlias' => 'SiteModules'
'table' => 'site_modules'
'alias' => 'SiteModules'
'entityClass' => 'App\Model\Entity\SiteModule'
'associations' => [
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
RequestHandler => object( Cake\Controller\Component\RequestHandlerComponent ) id: 2 {
'components' => [
]
'implementedEvents' => [
'Controller.startup' => 'startup' ,
'Controller.beforeRender' => 'beforeRender' ,
]
'_config' => [
'checkHttpCache' => true ,
'viewClassMap' => [
'' => [maximum depth reached] ,
] ,
'enableBeforeRedirect' => false ,
]
}
Flash => object( Cake\Controller\Component\FlashComponent ) id: 3 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
'key' => 'flash' ,
'element' => 'default' ,
'plugin' => null ,
'params' => [
'' => [maximum depth reached] ,
] ,
'clear' => false ,
'duplicate' => true ,
]
}
Settings => object( App\Model\Table\SettingsTable ) id: 4 {
'registryAlias' => 'Settings'
'table' => 'settings'
'alias' => 'Settings'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
BlogSetups => object( App\Model\Table\BlogSetupsTable ) id: 5 {
'registryAlias' => 'BlogSetups'
'table' => 'blog_setups'
'alias' => 'BlogSetups'
'entityClass' => 'App\Model\Entity\BlogSetup'
'associations' => [
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
ServiceSetups => object( App\Model\Table\ServiceSetupsTable ) id: 6 {
'registryAlias' => 'ServiceSetups'
'table' => 'service_setups'
'alias' => 'ServiceSetups'
'entityClass' => 'App\Model\Entity\ServiceSetup'
'associations' => [
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
FaqSetups => object( Cake\ORM\Table ) id: 7 {
'registryAlias' => 'FaqSetups'
'table' => 'faq_setups'
'alias' => 'FaqSetups'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
ImageSettings => object( App\Model\Table\ImageSettingsTable ) id: 8 {
'registryAlias' => 'ImageSettings'
'table' => 'image_settings'
'alias' => 'ImageSettings'
'entityClass' => 'App\Model\Entity\ImageSetting'
'associations' => [
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
SearchSetups => object( Cake\ORM\Table ) id: 9 {
'registryAlias' => 'SearchSetups'
'table' => 'search_setups'
'alias' => 'SearchSetups'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
NewsSetups => object( App\Model\Table\NewsSetupsTable ) id: 10 {
'registryAlias' => 'NewsSetups'
'table' => 'news_setups'
'alias' => 'NewsSetups'
'entityClass' => 'App\Model\Entity\NewsSetup'
'associations' => [
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
SystemNotices => object( App\Model\Table\SystemNoticesTable ) id: 11 {
'registryAlias' => 'SystemNotices'
'table' => 'system_notices'
'alias' => 'SystemNotices'
'entityClass' => 'App\Model\Entity\SystemNotice'
'associations' => [
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
ShareSocials => object( App\Model\Table\ShareSocialsTable ) id: 12 {
'registryAlias' => 'ShareSocials'
'table' => 'share_socials'
'alias' => 'ShareSocials'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
ContentSetups => object( Cake\ORM\Table ) id: 13 {
'registryAlias' => 'ContentSetups'
'table' => 'content_setups'
'alias' => 'ContentSetups'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
Theme => object( Cake\ORM\Table ) id: 14 {
'registryAlias' => 'Theme'
'table' => 'theme'
'alias' => 'Theme'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
ThemeFiles => object( Cake\ORM\Table ) id: 15 {
'registryAlias' => 'ThemeFiles'
'table' => 'theme_files'
'alias' => 'ThemeFiles'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
LayoutFiles => object( Cake\ORM\Table ) id: 16 {
'registryAlias' => 'LayoutFiles'
'table' => 'layout_files'
'alias' => 'LayoutFiles'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
Layouts => object( App\Model\Table\LayoutsTable ) id: 17 {
'registryAlias' => 'Layouts'
'table' => 'layouts'
'alias' => 'Layouts'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'LayoutElements' ,
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
layouts => object( App\Model\Table\LayoutsTable ) id: 18 {
'registryAlias' => 'layouts'
'table' => 'layouts'
'alias' => 'layouts'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'LayoutElements' ,
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
CandidateSettings => object( App\Model\Table\CandidateSettingsTable ) id: 19 {
'registryAlias' => 'CandidateSettings'
'table' => 'candidate_settings'
'alias' => 'CandidateSettings'
'entityClass' => 'App\Model\Entity\CandidateSetting'
'associations' => [
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
Paginator => object( Cake\Controller\Component\PaginatorComponent ) id: 20 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
'page' => (int) 1 ,
'limit' => (int) 20 ,
'maxLimit' => (int) 100 ,
'allowedParameters' => [
'' => [maximum depth reached] ,
] ,
]
}
CustomerSettings => object( App\Model\Table\CustomerSettingsTable ) id: 21 {
'registryAlias' => 'CustomerSettings'
'table' => 'customer_settings'
'alias' => 'CustomerSettings'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
ProductCustomFieldValues => object( App\Model\Table\ProductCustomFieldValuesTable ) id: 22 {
'registryAlias' => 'ProductCustomFieldValues'
'table' => 'product_custom_field_values'
'alias' => 'ProductCustomFieldValues'
'entityClass' => 'App\Model\Entity\ProductCustomFieldValue'
'associations' => [
(int) 0 => 'ProductCustomFields' ,
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
countryArr => [
]
regionArr => [
]
ProductSearchSetups => object( Cake\ORM\Table ) id: 23 {
'registryAlias' => 'ProductSearchSetups'
'table' => 'product_search_setups'
'alias' => 'ProductSearchSetups'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
Products => object( App\Model\Table\ProductsTable ) id: 24 {
'registryAlias' => 'Products'
'table' => 'products'
'alias' => 'Products'
'entityClass' => 'App\Model\Entity\Product'
'associations' => [
(int) 0 => 'ProductDetails' ,
(int) 1 => 'CustomerOrderDetails' ,
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
ProductDetails => object( App\Model\Table\ProductDetailsTable ) id: 25 {
'registryAlias' => 'ProductDetails'
'table' => 'product_details'
'alias' => 'ProductDetails'
'entityClass' => 'App\Model\Entity\ProductDetail'
'associations' => [
(int) 0 => 'Products' ,
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
ProductCustomFields => object( App\Model\Table\ProductCustomFieldsTable ) id: 26 {
'registryAlias' => 'ProductCustomFields'
'table' => 'product_custom_fields'
'alias' => 'ProductCustomFields'
'entityClass' => 'App\Model\Entity\ProductCustomField'
'associations' => [
(int) 0 => 'ChildProductCustomFields' ,
(int) 1 => 'ProductCustomFieldValues' ,
(int) 2 => 'ProductDetails' ,
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
ProductFilterSettings => object( App\Model\Table\ProductFilterSettingsTable ) id: 27 {
'registryAlias' => 'ProductFilterSettings'
'table' => 'product_filter_settings'
'alias' => 'ProductFilterSettings'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
protected name => 'Products'
protected request => object( Cake\Http\ServerRequest ) id: 28 {
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: 29 {
}
protected uri => object( Laminas\Diactoros\Uri ) id: 30 {
}
protected session => object( Cake\Http\Session ) id: 31 {
}
protected flash => object( Cake\Http\FlashMessage ) id: 32 {
}
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: 33 {
'status' => (int) 200
'contentType' => 'text/html'
'headers' => [
'Content-Type' => [
'' => [maximum depth reached] ,
] ,
'Expires' => [
'' => [maximum depth reached] ,
] ,
'Last-Modified' => [
'' => [maximum depth reached] ,
] ,
'Cache-Control' => [
'' => [maximum depth reached] ,
] ,
]
'file' => null
'fileRange' => [
]
'cookies' => object( Cake\Http\Cookie\CookieCollection ) id: 34 {
}
'cacheDirectives' => [
]
'body' => ''
}
protected autoRender => true
protected _components => object( Cake\Controller\ComponentRegistry ) id: 35 {
'_loaded' => [
(int) 0 => 'RequestHandler' ,
(int) 1 => 'Flash' ,
(int) 2 => 'Paginator' ,
]
'_Controller' => object( App\Controller\ProductsController ) id: 0 {}
'_eventManager' => object( Cake\Event\EventManager ) id: 36 {
}
'_eventClass' => 'Cake\Event\Event'
}
protected plugin => null
protected middlewares => [
]
protected _eventManager => object( Cake\Event\EventManager ) id: 36 {}
protected _eventClass => 'Cake\Event\Event'
protected defaultTable => 'Products'
protected _tableLocator => object( Cake\ORM\Locator\TableLocator ) id: 37 {
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'
protected _modelFactories => [
'Table' => [
(int) 0 => object( Cake\ORM\Locator\TableLocator ) id: 37 {} ,
(int) 1 => 'get' ,
] ,
]
protected _modelType => 'Table'
protected _viewBuilder => object( Cake\View\ViewBuilder ) id: 38 {
protected _templatePath => null
protected _template => null
protected _plugin => null
protected _theme => null
protected _layout => 'product_list'
protected _autoLayout => true
protected _layoutPath => null
protected _name => null
protected _className => null
protected _options => [
'' => [maximum depth reached] ,
]
protected _helpers => [
'' => [maximum depth reached] ,
]
protected _vars => [
'' => [maximum depth reached] ,
]
}
} Copy
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
}
$response = new Response ([
'body' => 'Middleware queue was exhausted without returning a response '
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => 'amenities' ,
(int) 1 => '58' ,
(int) 2 => 'luxury-car' ,
(int) 3 => 'diesel-car' ,
] ,
'controller' => 'Products' ,
'action' => 'moreterms' ,
'plugin' => null ,
'_matchedRoute' => '/cars/moreterms/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TZ' => 'Asia/Kolkata' ,
'REDIRECT_HANDLER' => 'application/x-httpd-ea-php81' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'aFyik0ecjeibWPAsT7Ie_wAAwQU' ,
'SCRIPT_URL' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_URI' => 'https://www.mulandetravels.com/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'HTTPS' => 'on' ,
'SSL_TLS_SNI' => 'www.mulandetravels.com' ,
'HTTP_PRAGMA' => 'no-cache' ,
'HTTP_CACHE_CONTROL' => 'no-cache' ,
'HTTP_SEC_CH_UA' => '"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' ,
'HTTP_SEC_CH_UA_MOBILE' => '?0' ,
'HTTP_SEC_CH_UA_PLATFORM' => '"Windows"' ,
'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' ,
'HTTP_SEC_FETCH_SITE' => 'none' ,
'HTTP_SEC_FETCH_MODE' => 'navigate' ,
'HTTP_SEC_FETCH_USER' => '?1' ,
'HTTP_SEC_FETCH_DEST' => 'document' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br, zstd' ,
'HTTP_PRIORITY' => 'u=0, i' ,
'HTTP_HOST' => 'www.mulandetravels.com' ,
'HTTP_X_HTTPS' => '1' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.mulandetravels.com' ,
'SERVER_ADDR' => '103.50.161.236' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '216.73.216.203' ,
'DOCUMENT_ROOT' => '/home/nilmulandetrmum1/public_html' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '/cgi-sys' ,
'CONTEXT_DOCUMENT_ROOT' => '/usr/local/cpanel/cgi-sys/' ,
'SERVER_ADMIN' => 'webmaster@mulandetravels.com' ,
'SCRIPT_FILENAME' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'REMOTE_PORT' => '34840' ,
'REDIRECT_URL' => '/webroot/index.php' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'ORIG_SCRIPT_FILENAME' => '/usr/local/cpanel/cgi-sys/ea-php81' ,
'ORIG_PATH_INFO' => '/webroot/index.php' ,
'ORIG_PATH_TRANSLATED' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'ORIG_SCRIPT_NAME' => '/cgi-sys/ea-php81' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1750901395.7239 ,
'REQUEST_TIME' => (int) 1750901395 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #152
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.mulandetravels.com'
private port => null
private path => '/cars/moreterms/amenities/58/luxury-car/diesel-car'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 3600
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
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
} Copy
);
}
$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 => [
'pass' => [
(int) 0 => 'amenities' ,
(int) 1 => '58' ,
(int) 2 => 'luxury-car' ,
(int) 3 => 'diesel-car' ,
] ,
'controller' => 'Products' ,
'action' => 'moreterms' ,
'plugin' => null ,
'_matchedRoute' => '/cars/moreterms/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TZ' => 'Asia/Kolkata' ,
'REDIRECT_HANDLER' => 'application/x-httpd-ea-php81' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'aFyik0ecjeibWPAsT7Ie_wAAwQU' ,
'SCRIPT_URL' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_URI' => 'https://www.mulandetravels.com/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'HTTPS' => 'on' ,
'SSL_TLS_SNI' => 'www.mulandetravels.com' ,
'HTTP_PRAGMA' => 'no-cache' ,
'HTTP_CACHE_CONTROL' => 'no-cache' ,
'HTTP_SEC_CH_UA' => '"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' ,
'HTTP_SEC_CH_UA_MOBILE' => '?0' ,
'HTTP_SEC_CH_UA_PLATFORM' => '"Windows"' ,
'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' ,
'HTTP_SEC_FETCH_SITE' => 'none' ,
'HTTP_SEC_FETCH_MODE' => 'navigate' ,
'HTTP_SEC_FETCH_USER' => '?1' ,
'HTTP_SEC_FETCH_DEST' => 'document' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br, zstd' ,
'HTTP_PRIORITY' => 'u=0, i' ,
'HTTP_HOST' => 'www.mulandetravels.com' ,
'HTTP_X_HTTPS' => '1' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.mulandetravels.com' ,
'SERVER_ADDR' => '103.50.161.236' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '216.73.216.203' ,
'DOCUMENT_ROOT' => '/home/nilmulandetrmum1/public_html' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '/cgi-sys' ,
'CONTEXT_DOCUMENT_ROOT' => '/usr/local/cpanel/cgi-sys/' ,
'SERVER_ADMIN' => 'webmaster@mulandetravels.com' ,
'SCRIPT_FILENAME' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'REMOTE_PORT' => '34840' ,
'REDIRECT_URL' => '/webroot/index.php' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'ORIG_SCRIPT_FILENAME' => '/usr/local/cpanel/cgi-sys/ea-php81' ,
'ORIG_PATH_INFO' => '/webroot/index.php' ,
'ORIG_PATH_TRANSLATED' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'ORIG_SCRIPT_NAME' => '/cgi-sys/ea-php81' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1750901395.7239 ,
'REQUEST_TIME' => (int) 1750901395 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #152
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.mulandetravels.com'
private port => null
private path => '/cars/moreterms/amenities/58/luxury-car/diesel-car'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 3600
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
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
} Copy
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 => [
'pass' => [
(int) 0 => 'amenities' ,
(int) 1 => '58' ,
(int) 2 => 'luxury-car' ,
(int) 3 => 'diesel-car' ,
] ,
'controller' => 'Products' ,
'action' => 'moreterms' ,
'plugin' => null ,
'_matchedRoute' => '/cars/moreterms/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TZ' => 'Asia/Kolkata' ,
'REDIRECT_HANDLER' => 'application/x-httpd-ea-php81' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'aFyik0ecjeibWPAsT7Ie_wAAwQU' ,
'SCRIPT_URL' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_URI' => 'https://www.mulandetravels.com/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'HTTPS' => 'on' ,
'SSL_TLS_SNI' => 'www.mulandetravels.com' ,
'HTTP_PRAGMA' => 'no-cache' ,
'HTTP_CACHE_CONTROL' => 'no-cache' ,
'HTTP_SEC_CH_UA' => '"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' ,
'HTTP_SEC_CH_UA_MOBILE' => '?0' ,
'HTTP_SEC_CH_UA_PLATFORM' => '"Windows"' ,
'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' ,
'HTTP_SEC_FETCH_SITE' => 'none' ,
'HTTP_SEC_FETCH_MODE' => 'navigate' ,
'HTTP_SEC_FETCH_USER' => '?1' ,
'HTTP_SEC_FETCH_DEST' => 'document' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br, zstd' ,
'HTTP_PRIORITY' => 'u=0, i' ,
'HTTP_HOST' => 'www.mulandetravels.com' ,
'HTTP_X_HTTPS' => '1' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.mulandetravels.com' ,
'SERVER_ADDR' => '103.50.161.236' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '216.73.216.203' ,
'DOCUMENT_ROOT' => '/home/nilmulandetrmum1/public_html' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '/cgi-sys' ,
'CONTEXT_DOCUMENT_ROOT' => '/usr/local/cpanel/cgi-sys/' ,
'SERVER_ADMIN' => 'webmaster@mulandetravels.com' ,
'SCRIPT_FILENAME' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'REMOTE_PORT' => '34840' ,
'REDIRECT_URL' => '/webroot/index.php' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'ORIG_SCRIPT_FILENAME' => '/usr/local/cpanel/cgi-sys/ea-php81' ,
'ORIG_PATH_INFO' => '/webroot/index.php' ,
'ORIG_PATH_TRANSLATED' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'ORIG_SCRIPT_NAME' => '/cgi-sys/ea-php81' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1750901395.7239 ,
'REQUEST_TIME' => (int) 1750901395 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #152
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.mulandetravels.com'
private port => null
private path => '/cars/moreterms/amenities/58/luxury-car/diesel-car'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 3600
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
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
} Copy
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 3
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/nilmulandetrmum1/public_html/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'
}
} Copy
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 => [
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TZ' => 'Asia/Kolkata' ,
'REDIRECT_HANDLER' => 'application/x-httpd-ea-php81' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'aFyik0ecjeibWPAsT7Ie_wAAwQU' ,
'SCRIPT_URL' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_URI' => 'https://www.mulandetravels.com/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'HTTPS' => 'on' ,
'SSL_TLS_SNI' => 'www.mulandetravels.com' ,
'HTTP_PRAGMA' => 'no-cache' ,
'HTTP_CACHE_CONTROL' => 'no-cache' ,
'HTTP_SEC_CH_UA' => '"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' ,
'HTTP_SEC_CH_UA_MOBILE' => '?0' ,
'HTTP_SEC_CH_UA_PLATFORM' => '"Windows"' ,
'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' ,
'HTTP_SEC_FETCH_SITE' => 'none' ,
'HTTP_SEC_FETCH_MODE' => 'navigate' ,
'HTTP_SEC_FETCH_USER' => '?1' ,
'HTTP_SEC_FETCH_DEST' => 'document' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br, zstd' ,
'HTTP_PRIORITY' => 'u=0, i' ,
'HTTP_HOST' => 'www.mulandetravels.com' ,
'HTTP_X_HTTPS' => '1' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.mulandetravels.com' ,
'SERVER_ADDR' => '103.50.161.236' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '216.73.216.203' ,
'DOCUMENT_ROOT' => '/home/nilmulandetrmum1/public_html' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '/cgi-sys' ,
'CONTEXT_DOCUMENT_ROOT' => '/usr/local/cpanel/cgi-sys/' ,
'SERVER_ADMIN' => 'webmaster@mulandetravels.com' ,
'SCRIPT_FILENAME' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'REMOTE_PORT' => '34840' ,
'REDIRECT_URL' => '/webroot/index.php' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'ORIG_SCRIPT_FILENAME' => '/usr/local/cpanel/cgi-sys/ea-php81' ,
'ORIG_PATH_INFO' => '/webroot/index.php' ,
'ORIG_PATH_TRANSLATED' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'ORIG_SCRIPT_NAME' => '/cgi-sys/ea-php81' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1750901395.7239 ,
'REQUEST_TIME' => (int) 1750901395 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #152
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.mulandetravels.com'
private port => null
private path => '/cars/moreterms/amenities/58/luxury-car/diesel-car'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 3600
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
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
} Copy
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 => [
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TZ' => 'Asia/Kolkata' ,
'REDIRECT_HANDLER' => 'application/x-httpd-ea-php81' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'aFyik0ecjeibWPAsT7Ie_wAAwQU' ,
'SCRIPT_URL' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_URI' => 'https://www.mulandetravels.com/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'HTTPS' => 'on' ,
'SSL_TLS_SNI' => 'www.mulandetravels.com' ,
'HTTP_PRAGMA' => 'no-cache' ,
'HTTP_CACHE_CONTROL' => 'no-cache' ,
'HTTP_SEC_CH_UA' => '"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' ,
'HTTP_SEC_CH_UA_MOBILE' => '?0' ,
'HTTP_SEC_CH_UA_PLATFORM' => '"Windows"' ,
'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' ,
'HTTP_SEC_FETCH_SITE' => 'none' ,
'HTTP_SEC_FETCH_MODE' => 'navigate' ,
'HTTP_SEC_FETCH_USER' => '?1' ,
'HTTP_SEC_FETCH_DEST' => 'document' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br, zstd' ,
'HTTP_PRIORITY' => 'u=0, i' ,
'HTTP_HOST' => 'www.mulandetravels.com' ,
'HTTP_X_HTTPS' => '1' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.mulandetravels.com' ,
'SERVER_ADDR' => '103.50.161.236' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '216.73.216.203' ,
'DOCUMENT_ROOT' => '/home/nilmulandetrmum1/public_html' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '/cgi-sys' ,
'CONTEXT_DOCUMENT_ROOT' => '/usr/local/cpanel/cgi-sys/' ,
'SERVER_ADMIN' => 'webmaster@mulandetravels.com' ,
'SCRIPT_FILENAME' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'REMOTE_PORT' => '34840' ,
'REDIRECT_URL' => '/webroot/index.php' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'ORIG_SCRIPT_FILENAME' => '/usr/local/cpanel/cgi-sys/ea-php81' ,
'ORIG_PATH_INFO' => '/webroot/index.php' ,
'ORIG_PATH_TRANSLATED' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'ORIG_SCRIPT_NAME' => '/cgi-sys/ea-php81' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1750901395.7239 ,
'REQUEST_TIME' => (int) 1750901395 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #152
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.mulandetravels.com'
private port => null
private path => '/cars/moreterms/amenities/58/luxury-car/diesel-car'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 3600
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
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
} Copy
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 3
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/nilmulandetrmum1/public_html/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'
}
} Copy
*/
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 => [
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TZ' => 'Asia/Kolkata' ,
'REDIRECT_HANDLER' => 'application/x-httpd-ea-php81' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'aFyik0ecjeibWPAsT7Ie_wAAwQU' ,
'SCRIPT_URL' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_URI' => 'https://www.mulandetravels.com/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'HTTPS' => 'on' ,
'SSL_TLS_SNI' => 'www.mulandetravels.com' ,
'HTTP_PRAGMA' => 'no-cache' ,
'HTTP_CACHE_CONTROL' => 'no-cache' ,
'HTTP_SEC_CH_UA' => '"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' ,
'HTTP_SEC_CH_UA_MOBILE' => '?0' ,
'HTTP_SEC_CH_UA_PLATFORM' => '"Windows"' ,
'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' ,
'HTTP_SEC_FETCH_SITE' => 'none' ,
'HTTP_SEC_FETCH_MODE' => 'navigate' ,
'HTTP_SEC_FETCH_USER' => '?1' ,
'HTTP_SEC_FETCH_DEST' => 'document' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br, zstd' ,
'HTTP_PRIORITY' => 'u=0, i' ,
'HTTP_HOST' => 'www.mulandetravels.com' ,
'HTTP_X_HTTPS' => '1' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.mulandetravels.com' ,
'SERVER_ADDR' => '103.50.161.236' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '216.73.216.203' ,
'DOCUMENT_ROOT' => '/home/nilmulandetrmum1/public_html' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '/cgi-sys' ,
'CONTEXT_DOCUMENT_ROOT' => '/usr/local/cpanel/cgi-sys/' ,
'SERVER_ADMIN' => 'webmaster@mulandetravels.com' ,
'SCRIPT_FILENAME' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'REMOTE_PORT' => '34840' ,
'REDIRECT_URL' => '/webroot/index.php' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'ORIG_SCRIPT_FILENAME' => '/usr/local/cpanel/cgi-sys/ea-php81' ,
'ORIG_PATH_INFO' => '/webroot/index.php' ,
'ORIG_PATH_TRANSLATED' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'ORIG_SCRIPT_NAME' => '/cgi-sys/ea-php81' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1750901395.7239 ,
'REQUEST_TIME' => (int) 1750901395 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #152
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.mulandetravels.com'
private port => null
private path => '/cars/moreterms/amenities/58/luxury-car/diesel-car'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 3600
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
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
} Copy
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 => [
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TZ' => 'Asia/Kolkata' ,
'REDIRECT_HANDLER' => 'application/x-httpd-ea-php81' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'aFyik0ecjeibWPAsT7Ie_wAAwQU' ,
'SCRIPT_URL' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_URI' => 'https://www.mulandetravels.com/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'HTTPS' => 'on' ,
'SSL_TLS_SNI' => 'www.mulandetravels.com' ,
'HTTP_PRAGMA' => 'no-cache' ,
'HTTP_CACHE_CONTROL' => 'no-cache' ,
'HTTP_SEC_CH_UA' => '"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' ,
'HTTP_SEC_CH_UA_MOBILE' => '?0' ,
'HTTP_SEC_CH_UA_PLATFORM' => '"Windows"' ,
'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' ,
'HTTP_SEC_FETCH_SITE' => 'none' ,
'HTTP_SEC_FETCH_MODE' => 'navigate' ,
'HTTP_SEC_FETCH_USER' => '?1' ,
'HTTP_SEC_FETCH_DEST' => 'document' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br, zstd' ,
'HTTP_PRIORITY' => 'u=0, i' ,
'HTTP_HOST' => 'www.mulandetravels.com' ,
'HTTP_X_HTTPS' => '1' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.mulandetravels.com' ,
'SERVER_ADDR' => '103.50.161.236' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '216.73.216.203' ,
'DOCUMENT_ROOT' => '/home/nilmulandetrmum1/public_html' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '/cgi-sys' ,
'CONTEXT_DOCUMENT_ROOT' => '/usr/local/cpanel/cgi-sys/' ,
'SERVER_ADMIN' => 'webmaster@mulandetravels.com' ,
'SCRIPT_FILENAME' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'REMOTE_PORT' => '34840' ,
'REDIRECT_URL' => '/webroot/index.php' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'ORIG_SCRIPT_FILENAME' => '/usr/local/cpanel/cgi-sys/ea-php81' ,
'ORIG_PATH_INFO' => '/webroot/index.php' ,
'ORIG_PATH_TRANSLATED' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'ORIG_SCRIPT_NAME' => '/cgi-sys/ea-php81' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1750901395.7239 ,
'REQUEST_TIME' => (int) 1750901395 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #152
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.mulandetravels.com'
private port => null
private path => '/cars/moreterms/amenities/58/luxury-car/diesel-car'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 3600
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
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
} Copy
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 3
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/nilmulandetrmum1/public_html/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'
}
} Copy
$this -> queue = $queue ;
$this -> queue -> rewind ();
$this -> fallbackHandler = $fallbackHandler ;
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 => [
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TZ' => 'Asia/Kolkata' ,
'REDIRECT_HANDLER' => 'application/x-httpd-ea-php81' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'aFyik0ecjeibWPAsT7Ie_wAAwQU' ,
'SCRIPT_URL' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_URI' => 'https://www.mulandetravels.com/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'HTTPS' => 'on' ,
'SSL_TLS_SNI' => 'www.mulandetravels.com' ,
'HTTP_PRAGMA' => 'no-cache' ,
'HTTP_CACHE_CONTROL' => 'no-cache' ,
'HTTP_SEC_CH_UA' => '"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' ,
'HTTP_SEC_CH_UA_MOBILE' => '?0' ,
'HTTP_SEC_CH_UA_PLATFORM' => '"Windows"' ,
'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' ,
'HTTP_SEC_FETCH_SITE' => 'none' ,
'HTTP_SEC_FETCH_MODE' => 'navigate' ,
'HTTP_SEC_FETCH_USER' => '?1' ,
'HTTP_SEC_FETCH_DEST' => 'document' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br, zstd' ,
'HTTP_PRIORITY' => 'u=0, i' ,
'HTTP_HOST' => 'www.mulandetravels.com' ,
'HTTP_X_HTTPS' => '1' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.mulandetravels.com' ,
'SERVER_ADDR' => '103.50.161.236' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '216.73.216.203' ,
'DOCUMENT_ROOT' => '/home/nilmulandetrmum1/public_html' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '/cgi-sys' ,
'CONTEXT_DOCUMENT_ROOT' => '/usr/local/cpanel/cgi-sys/' ,
'SERVER_ADMIN' => 'webmaster@mulandetravels.com' ,
'SCRIPT_FILENAME' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'REMOTE_PORT' => '34840' ,
'REDIRECT_URL' => '/webroot/index.php' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'ORIG_SCRIPT_FILENAME' => '/usr/local/cpanel/cgi-sys/ea-php81' ,
'ORIG_PATH_INFO' => '/webroot/index.php' ,
'ORIG_PATH_TRANSLATED' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'ORIG_SCRIPT_NAME' => '/cgi-sys/ea-php81' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1750901395.7239 ,
'REQUEST_TIME' => (int) 1750901395 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #152
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.mulandetravels.com'
private port => null
private path => '/cars/moreterms/amenities/58/luxury-car/diesel-car'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 3600
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
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
} Copy
}
$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) 3
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 {
} ,
]
} Copy
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 => [
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TZ' => 'Asia/Kolkata' ,
'REDIRECT_HANDLER' => 'application/x-httpd-ea-php81' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'aFyik0ecjeibWPAsT7Ie_wAAwQU' ,
'SCRIPT_URL' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_URI' => 'https://www.mulandetravels.com/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'HTTPS' => 'on' ,
'SSL_TLS_SNI' => 'www.mulandetravels.com' ,
'HTTP_PRAGMA' => 'no-cache' ,
'HTTP_CACHE_CONTROL' => 'no-cache' ,
'HTTP_SEC_CH_UA' => '"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' ,
'HTTP_SEC_CH_UA_MOBILE' => '?0' ,
'HTTP_SEC_CH_UA_PLATFORM' => '"Windows"' ,
'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' ,
'HTTP_SEC_FETCH_SITE' => 'none' ,
'HTTP_SEC_FETCH_MODE' => 'navigate' ,
'HTTP_SEC_FETCH_USER' => '?1' ,
'HTTP_SEC_FETCH_DEST' => 'document' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br, zstd' ,
'HTTP_PRIORITY' => 'u=0, i' ,
'HTTP_HOST' => 'www.mulandetravels.com' ,
'HTTP_X_HTTPS' => '1' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.mulandetravels.com' ,
'SERVER_ADDR' => '103.50.161.236' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '216.73.216.203' ,
'DOCUMENT_ROOT' => '/home/nilmulandetrmum1/public_html' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '/cgi-sys' ,
'CONTEXT_DOCUMENT_ROOT' => '/usr/local/cpanel/cgi-sys/' ,
'SERVER_ADMIN' => 'webmaster@mulandetravels.com' ,
'SCRIPT_FILENAME' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'REMOTE_PORT' => '34840' ,
'REDIRECT_URL' => '/webroot/index.php' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/cars/moreterms/amenities/58/luxury-car/diesel-car' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'ORIG_SCRIPT_FILENAME' => '/usr/local/cpanel/cgi-sys/ea-php81' ,
'ORIG_PATH_INFO' => '/webroot/index.php' ,
'ORIG_PATH_TRANSLATED' => '/home/nilmulandetrmum1/public_html/webroot/index.php' ,
'ORIG_SCRIPT_NAME' => '/cgi-sys/ea-php81' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1750901395.7239 ,
'REQUEST_TIME' => (int) 1750901395 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #152
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'www.mulandetravels.com'
private port => null
private path => '/cars/moreterms/amenities/58/luxury-car/diesel-car'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 3600
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
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
} Copy
object( App\Application ) id: 0 {
protected configDir => '/home/nilmulandetrmum1/public_html/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( App\Controller\ProductsController ) id: 4 {
}
}
protected container => object( Cake\Core\Container ) id: 3 {}
protected _eventManager => object( Cake\Event\EventManager ) id: 5 {
'_listeners' => [
]
'_isGlobal' => true
'_trackEvents' => false
'_generalManager' => '(object) EventManager'
'_dispatchedEvents' => null
}
protected _eventClass => 'Cake\Event\Event'
} Copy
// Bind your application to the server.
$server = new Server (new Application ( dirname ( __DIR__ ) . '/config' ));
// Run the request/response through the application and emit the response.
$server -> emit ( $server -> run ());
Error in:
ROOT/src/Controller/ProductsController.php, line 648
Could this be caused by using Auto-Tables?
Some of the Table objects in your application were created by instantiating "Cake\ORM\Table "
instead of any other specific subclass.
This could be the cause for this exception. Auto-Tables are created for you under the following circumstances:
The class for the specified table does not exist.
The Table was created with a typo: $this->getTableLocator()->get('Articles');
The class file has a typo in the name or incorrect namespace: class Articles extends Table
The file containing the class has a typo or incorrect casing: Articles.php
The Table was used using associations but the association has a typo: $this->belongsTo('Articles')
The table class resides in a Plugin but no plugin notation was used in the association definition.
Please try correcting the issue for the following table aliases:
FaqSetups
SearchSetups
ContentSetups
Theme
ThemeFiles
LayoutFiles
ProductSearchSetups
If you want to customize this error message, create
templates/Error/error500.php