Notice (8): Undefined offset: 0 [APP/Controller/TemplatesController.php , line 106 ]
Code Context
if(! $upPrice ){
$price = $this -> Products -> find ( "all" );
$price -> select ([ 'min' => $price -> func ()-> min ( 'Products.wholesale_price' ), 'max' => $price -> func ()-> max ( 'Products.wholesale_price' )])-> where ([ "category_id" => $catId [ 0 ][ 'id' ]]);
$id = 'hit'
$styleForm = object(App\Form\FilterForm) {
'_schema' => [
'_fields' => [
[maximum depth reached]
]
],
'_errors' => [],
'_validator' => [
'_presenceMessages' => [[maximum depth reached]],
'_allowEmptyMessages' => [[maximum depth reached]],
'_useI18n' => true,
'_providers' => [[maximum depth reached]],
'_fields' => [[maximum depth reached]]
]
}
$upPrice = false
$brand = null
$stock = null
$min = null
$max = null
$column = []
$columnQur = ''
$i = (int) 0
$price = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT (MIN(Products.wholesale_price)) AS `min`, (MAX(Products.wholesale_price)) AS `max` FROM products Products',
'params' => [],
'defaultTypes' => [
'Products__id' => 'integer',
'Products.id' => 'integer',
'id' => 'integer',
'Products__design_no' => 'string',
'Products.design_no' => 'string',
'design_no' => 'string',
'Products__album_id' => 'integer',
'Products.album_id' => 'integer',
'album_id' => 'integer',
'Products__catalogno' => 'text',
'Products.catalogno' => 'text',
'catalogno' => 'text',
'Products__brand' => 'text',
'Products.brand' => 'text',
'brand' => 'text',
'Products__product' => 'text',
'Products.product' => 'text',
'product' => 'text',
'Products__fabric' => 'text',
'Products.fabric' => 'text',
'fabric' => 'text',
'Products__stock' => 'text',
'Products.stock' => 'text',
'stock' => 'text',
'Products__total_products' => 'string',
'Products.total_products' => 'string',
'total_products' => 'string',
'Products__Image' => 'text',
'Products.Image' => 'text',
'Image' => 'text',
'Products__subcategory' => 'string',
'Products.subcategory' => 'string',
'subcategory' => 'string',
'Products__category_id' => 'string',
'Products.category_id' => 'string',
'category_id' => 'string',
'Products__wholesale_price' => 'string',
'Products.wholesale_price' => 'string',
'wholesale_price' => 'string',
'Products__weight' => 'string',
'Products.weight' => 'string',
'weight' => 'string',
'Products__created' => 'timestamp',
'Products.created' => 'timestamp',
'created' => 'timestamp'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\ProductsTable) {}
}
$catId = []
App\Controller\TemplatesController::catalog() - APP/Controller/TemplatesController.php, line 106
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 435
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 121
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 95
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 90
[main] - ROOT/webroot/index.php, line 37
Notice (8): Undefined offset: 0 [APP/Controller/TemplatesController.php , line 110 ]
Code Context
}
$albums = $this -> paginate ( $this -> Products -> find ( 'all' )-> where ([ "category_id=" . $catId [ 0 ][ 'id' ]. " $columnQur " ])-> contain ([ 'Albums' ])-> group ( 'album_id' )-> order ([ 'Albums.id' => 'desc' ]));
$id = 'hit'
$styleForm = object(App\Form\FilterForm) {
'_schema' => [
'_fields' => [
[maximum depth reached]
]
],
'_errors' => [],
'_validator' => [
'_presenceMessages' => [[maximum depth reached]],
'_allowEmptyMessages' => [[maximum depth reached]],
'_useI18n' => true,
'_providers' => [[maximum depth reached]],
'_fields' => [[maximum depth reached]]
]
}
$upPrice = false
$brand = null
$stock = null
$min = null
$max = null
$column = []
$columnQur = ''
$i = (int) 0
$price = [
(int) 0 => [
'min' => null,
'max' => null
]
]
$catId = []
App\Controller\TemplatesController::catalog() - APP/Controller/TemplatesController.php, line 110
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 435
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 121
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 95
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 90
[main] - ROOT/webroot/index.php, line 37
Warning (512): Unable to emit headers. Headers sent in file=/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Error/Debugger.php line=754 [CORE/src/Http/ResponseEmitter.php , line 48 ]
Code Context
$message = "Unable to emit headers. Headers sent in file= $file line= $line " ;
if ( Configure :: read ( 'debug' )) {
trigger_error ( $message , E_USER_WARNING );
$response = object(Zend\Diactoros\Response) {
[protected] headers => [
'Content-Type' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'content-type' => 'Content-Type'
]
[private] phrases => [
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 102 => 'Processing',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 207 => 'Multi-Status',
(int) 208 => 'Already Reported',
(int) 226 => 'IM Used',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 306 => 'Switch Proxy',
(int) 307 => 'Temporary Redirect',
(int) 308 => 'Permanent Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Timeout',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Payload Too Large',
(int) 414 => 'URI Too Long',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Range Not Satisfiable',
(int) 417 => 'Expectation Failed',
(int) 418 => 'I'm a teapot',
(int) 421 => 'Misdirected Request',
(int) 422 => 'Unprocessable Entity',
(int) 423 => 'Locked',
(int) 424 => 'Failed Dependency',
(int) 425 => 'Unordered Collection',
(int) 426 => 'Upgrade Required',
(int) 428 => 'Precondition Required',
(int) 429 => 'Too Many Requests',
(int) 431 => 'Request Header Fields Too Large',
(int) 444 => 'Connection Closed Without Response',
(int) 451 => 'Unavailable For Legal Reasons',
(int) 499 => 'Client Closed Request',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Timeout',
(int) 505 => 'HTTP Version Not Supported',
(int) 506 => 'Variant Also Negotiates',
(int) 507 => 'Insufficient Storage',
(int) 508 => 'Loop Detected',
(int) 510 => 'Not Extended',
(int) 511 => 'Network Authentication Required',
(int) 599 => 'Network Connect Timeout Error'
]
[private] reasonPhrase => ''
[private] statusCode => (int) 500
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {}
}
$maxBufferLength = (int) 8192
$file = '/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 754
$message = 'Unable to emit headers. Headers sent in file=/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Error/Debugger.php line=754'
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 116
[main] - ROOT/webroot/index.php, line 37
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Error/Debugger.php:754) [CORE/src/Http/ResponseEmitter.php , line 145 ]
Code Context
$response -> getProtocolVersion (),
$response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
$response = object(Zend\Diactoros\Response) {
[protected] headers => [
'Content-Type' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'content-type' => 'Content-Type'
]
[private] phrases => [
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 102 => 'Processing',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 207 => 'Multi-Status',
(int) 208 => 'Already Reported',
(int) 226 => 'IM Used',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 306 => 'Switch Proxy',
(int) 307 => 'Temporary Redirect',
(int) 308 => 'Permanent Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Timeout',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Payload Too Large',
(int) 414 => 'URI Too Long',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Range Not Satisfiable',
(int) 417 => 'Expectation Failed',
(int) 418 => 'I'm a teapot',
(int) 421 => 'Misdirected Request',
(int) 422 => 'Unprocessable Entity',
(int) 423 => 'Locked',
(int) 424 => 'Failed Dependency',
(int) 425 => 'Unordered Collection',
(int) 426 => 'Upgrade Required',
(int) 428 => 'Precondition Required',
(int) 429 => 'Too Many Requests',
(int) 431 => 'Request Header Fields Too Large',
(int) 444 => 'Connection Closed Without Response',
(int) 451 => 'Unavailable For Legal Reasons',
(int) 499 => 'Client Closed Request',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Timeout',
(int) 505 => 'HTTP Version Not Supported',
(int) 506 => 'Variant Also Negotiates',
(int) 507 => 'Insufficient Storage',
(int) 508 => 'Loop Detected',
(int) 510 => 'Not Extended',
(int) 511 => 'Network Authentication Required',
(int) 599 => 'Network Connect Timeout Error'
]
[private] reasonPhrase => 'Internal Server Error'
[private] statusCode => (int) 500
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {}
}
$reasonPhrase = 'Internal Server Error'
header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 145
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 54
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 116
[main] - ROOT/webroot/index.php, line 37
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Error/Debugger.php:754) [CORE/src/Http/ResponseEmitter.php , line 173 ]
Code Context
$name ,
$value
), $first );
$response = object(Zend\Diactoros\Response) {
[protected] headers => [
'Content-Type' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'content-type' => 'Content-Type'
]
[private] phrases => [
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 102 => 'Processing',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 207 => 'Multi-Status',
(int) 208 => 'Already Reported',
(int) 226 => 'IM Used',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 306 => 'Switch Proxy',
(int) 307 => 'Temporary Redirect',
(int) 308 => 'Permanent Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Timeout',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Payload Too Large',
(int) 414 => 'URI Too Long',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Range Not Satisfiable',
(int) 417 => 'Expectation Failed',
(int) 418 => 'I'm a teapot',
(int) 421 => 'Misdirected Request',
(int) 422 => 'Unprocessable Entity',
(int) 423 => 'Locked',
(int) 424 => 'Failed Dependency',
(int) 425 => 'Unordered Collection',
(int) 426 => 'Upgrade Required',
(int) 428 => 'Precondition Required',
(int) 429 => 'Too Many Requests',
(int) 431 => 'Request Header Fields Too Large',
(int) 444 => 'Connection Closed Without Response',
(int) 451 => 'Unavailable For Legal Reasons',
(int) 499 => 'Client Closed Request',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Timeout',
(int) 505 => 'HTTP Version Not Supported',
(int) 506 => 'Variant Also Negotiates',
(int) 507 => 'Insufficient Storage',
(int) 508 => 'Loop Detected',
(int) 510 => 'Not Extended',
(int) 511 => 'Network Authentication Required',
(int) 599 => 'Network Connect Timeout Error'
]
[private] reasonPhrase => 'Internal Server Error'
[private] statusCode => (int) 500
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {}
}
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8'
header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 173
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 116
[main] - ROOT/webroot/index.php, line 37
Error: Database Error
Error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY album_id ORDER BY Albums.id desc LIMIT 9 OFFSET 0' at line 1
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Database/Statement/MysqlStatement.php toggle arguments
$connection = $this -> _driver -> connection ();
try {
$connection -> setAttribute ( PDO :: MYSQL_ATTR_USE_BUFFERED_QUERY , $this -> _bufferResults );
$result = $this -> _statement -> execute ( $params );
} finally {
$connection -> setAttribute ( PDO :: MYSQL_ATTR_USE_BUFFERED_QUERY , true );
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Database/Statement/StatementDecorator.php toggle arguments
public function execute ( $params = null )
{
$this -> _hasExecuted = true ;
return $this -> _statement -> execute ( $params );
}
/**
* Returns the next row for the result set after executing this statement .
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Database/Log/LoggingStatement.php toggle arguments
$t = microtime ( true );
$query = new LoggedQuery ();
try {
$result = parent :: execute ( $params );
} catch ( Exception $e ) {
$e -> queryString = $this -> queryString ;
$query -> error = $e ;
$this -> _log ( $query , $params , $t );
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Database/Connection.php toggle arguments
public function run ( Query $query )
{
$statement = $this -> prepare ( $query );
$query -> valueBinder ()-> attachTo ( $statement );
$statement -> execute ();
return $statement ;
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Database/Query.php toggle arguments
* @return \ Cake \ Database \ StatementInterface
*/
public function execute ()
{
$statement = $this -> _connection -> run ( $this );
$driver = $this -> _connection -> driver ();
$typeMap = $this -> selectTypeMap ();
if ( $typeMap -> toArray () && $this -> _typeCastAttached === false ) {
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Products.id AS `Products__id`, Products.design_no AS `Products__design_no`, Products.album_id AS `Products__album_id`, Products.catalogno AS `Products__catalogno`, Products.brand AS `Products__brand`, Products.product AS `Products__product`, Products.fabric AS `Products__fabric`, Products.stock AS `Products__stock`, Products.total_products AS `Products__total_products`, Products.Image AS `Products__Image`, Products.subcategory AS `Products__subcategory`, Products.category_id AS `Products__category_id`, Products.wholesale_price AS `Products__wholesale_price`, Products.weight AS `Products__weight`, Products.created AS `Products__created`, Albums.id AS `Albums__id`, Albums.name AS `Albums__name`, Albums.slug AS `Albums__slug`, Albums.rate AS `Albums__rate`, Albums.weight AS `Albums__weight`, Albums.size AS `Albums__size`, Albums.high_resolution AS `Albums__high_resolution`, Albums.white_background AS `Albums__white_background`, Albums.page_desc AS `Albums__page_desc`, Albums.seo_title AS `Albums__seo_title`, Albums.seo_desc AS `Albums__seo_desc`, Albums.seo_keyword AS `Albums__seo_keyword`, Albums.created AS `Albums__created`, Albums.status AS `Albums__status` FROM products Products INNER JOIN albums Albums ON Albums.id = (Products.album_id) WHERE category_id= GROUP BY album_id ORDER BY Albums.id desc LIMIT 9 OFFSET 0',
'params' => [],
'defaultTypes' => [
'Products__id' => 'integer',
'Products.id' => 'integer',
'id' => 'integer',
'Products__design_no' => 'string',
'Products.design_no' => 'string',
'design_no' => 'string',
'Products__album_id' => 'integer',
'Products.album_id' => 'integer',
'album_id' => 'integer',
'Products__catalogno' => 'text',
'Products.catalogno' => 'text',
'catalogno' => 'text',
'Products__brand' => 'text',
'Products.brand' => 'text',
'brand' => 'text',
'Products__product' => 'text',
'Products.product' => 'text',
'product' => 'text',
'Products__fabric' => 'text',
'Products.fabric' => 'text',
'fabric' => 'text',
'Products__stock' => 'text',
'Products.stock' => 'text',
'stock' => 'text',
'Products__total_products' => 'string',
'Products.total_products' => 'string',
'total_products' => 'string',
'Products__Image' => 'text',
'Products.Image' => 'text',
'Image' => 'text',
'Products__subcategory' => 'string',
'Products.subcategory' => 'string',
'subcategory' => 'string',
'Products__category_id' => 'string',
'Products.category_id' => 'string',
'category_id' => 'string',
'Products__wholesale_price' => 'string',
'Products.wholesale_price' => 'string',
'wholesale_price' => 'string',
'Products__weight' => 'string',
'Products.weight' => 'string',
'weight' => 'string',
'Products__created' => 'timestamp',
'Products.created' => 'timestamp',
'created' => 'timestamp',
'Albums__id' => 'integer',
'Albums.id' => 'integer',
'Albums__name' => 'string',
'Albums.name' => 'string',
'name' => 'string',
'Albums__slug' => 'string',
'Albums.slug' => 'string',
'slug' => 'string',
'Albums__rate' => 'string',
'Albums.rate' => 'string',
'rate' => 'string',
'Albums__weight' => 'string',
'Albums.weight' => 'string',
'Albums__size' => 'string',
'Albums.size' => 'string',
'size' => 'string',
'Albums__high_resolution' => 'text',
'Albums.high_resolution' => 'text',
'high_resolution' => 'text',
'Albums__white_background' => 'text',
'Albums.white_background' => 'text',
'white_background' => 'text',
'Albums__page_desc' => 'text',
'Albums.page_desc' => 'text',
'page_desc' => 'text',
'Albums__seo_title' => 'text',
'Albums.seo_title' => 'text',
'seo_title' => 'text',
'Albums__seo_desc' => 'text',
'Albums.seo_desc' => 'text',
'seo_desc' => 'text',
'Albums__seo_keyword' => 'text',
'Albums.seo_keyword' => 'text',
'seo_keyword' => 'text',
'Albums__created' => 'timestamp',
'Albums.created' => 'timestamp',
'Albums__status' => 'integer',
'Albums.status' => 'integer',
'status' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'Albums' => []
],
'matching' => [],
'extraOptions' => [
'scope' => null,
'whitelist' => [
(int) 0 => 'limit',
(int) 1 => 'sort',
(int) 2 => 'page',
(int) 3 => 'direction'
]
],
'repository' => object(App\Model\Table\ProductsTable) {
'registryAlias' => 'Products',
'table' => 'products',
'alias' => 'Products',
'entityClass' => 'App\Model\Entity\Product',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/ORM/Query.php toggle arguments
return new $decorator ( $this -> _results );
}
$statement = $this -> eagerLoader ()-> loadExternal ( $this , $this -> execute ());
return new ResultSet ( $this , $statement );
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php toggle arguments
if ( $this -> _cache ) {
$results = $this -> _cache -> fetch ( $this );
}
if (!isset( $results )) {
$results = $this -> _decorateResults ( $this -> _execute ());
if ( $this -> _cache ) {
$this -> _cache -> store ( $this , $results );
}
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/ORM/Query.php toggle arguments
'You cannot call all() on a non-select query. Use execute() instead.'
);
}
return $this -> _all ();
}
/**
* Trigger the beforeFind event on the query 's repository object.
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Controller/Component/PaginatorComponent.php toggle arguments
} else {
$query -> applyOptions ( $options );
}
$results = $query -> all ();
$numResults = count ( $results );
$count = $numResults ? $query -> count () : 0 ;
$defaults = $this -> getDefaults ( $alias , $settings );
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Controller/Controller.php toggle arguments
throw new RuntimeException ( 'Unable to locate an object compatible with paginate.' );
}
$settings = $settings + $this -> paginate ;
return $this -> Paginator -> paginate ( $table , $settings );
}
/**
* Method to check that an action is accessible from a URL .
object(App\Model\Table\ProductsTable) {
'registryAlias' => 'Products',
'table' => 'products',
'alias' => 'Products',
'entityClass' => 'App\Model\Entity\Product',
'associations' => [
(int) 0 => 'albums',
(int) 1 => 'categories'
],
'behaviors' => [
(int) 0 => 'Timestamp'
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
[
'limit' => (int) 9
]
/var/www/html/divaexports.in/src/Controller/TemplatesController.php toggle arguments
$price -> select ([ 'min' => $price -> func ()-> min ( 'Products.wholesale_price' ), 'max' => $price -> func ()-> max ( 'Products.wholesale_price' )])-> where ([ "category_id" => $catId [ 0 ][ 'id' ]]);
$price = $price -> hydrate ( false )-> toArray ();
}
$albums = $this -> paginate ( $this -> Products -> find ( 'all' )-> where ([ "category_id=" . $catId [ 0 ][ 'id' ]. " $columnQur " ])-> contain ([ 'Albums' ])-> group ( 'album_id' )-> order ([ 'Albums.id' => 'desc' ]));
$filter = $this -> getFilters ( $catId [ 0 ][ 'id' ]);
}
$this -> set ( compact ( 'albums' , 'catId' , 'filter' , 'styleForm' , 'price' , 'min' , 'max' ));
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Products.id AS `Products__id`, Products.design_no AS `Products__design_no`, Products.album_id AS `Products__album_id`, Products.catalogno AS `Products__catalogno`, Products.brand AS `Products__brand`, Products.product AS `Products__product`, Products.fabric AS `Products__fabric`, Products.stock AS `Products__stock`, Products.total_products AS `Products__total_products`, Products.Image AS `Products__Image`, Products.subcategory AS `Products__subcategory`, Products.category_id AS `Products__category_id`, Products.wholesale_price AS `Products__wholesale_price`, Products.weight AS `Products__weight`, Products.created AS `Products__created`, Albums.id AS `Albums__id`, Albums.name AS `Albums__name`, Albums.slug AS `Albums__slug`, Albums.rate AS `Albums__rate`, Albums.weight AS `Albums__weight`, Albums.size AS `Albums__size`, Albums.high_resolution AS `Albums__high_resolution`, Albums.white_background AS `Albums__white_background`, Albums.page_desc AS `Albums__page_desc`, Albums.seo_title AS `Albums__seo_title`, Albums.seo_desc AS `Albums__seo_desc`, Albums.seo_keyword AS `Albums__seo_keyword`, Albums.created AS `Albums__created`, Albums.status AS `Albums__status` FROM products Products INNER JOIN albums Albums ON Albums.id = (Products.album_id) WHERE category_id= GROUP BY album_id ORDER BY Albums.id desc LIMIT 9 OFFSET 0',
'params' => [],
'defaultTypes' => [
'Products__id' => 'integer',
'Products.id' => 'integer',
'id' => 'integer',
'Products__design_no' => 'string',
'Products.design_no' => 'string',
'design_no' => 'string',
'Products__album_id' => 'integer',
'Products.album_id' => 'integer',
'album_id' => 'integer',
'Products__catalogno' => 'text',
'Products.catalogno' => 'text',
'catalogno' => 'text',
'Products__brand' => 'text',
'Products.brand' => 'text',
'brand' => 'text',
'Products__product' => 'text',
'Products.product' => 'text',
'product' => 'text',
'Products__fabric' => 'text',
'Products.fabric' => 'text',
'fabric' => 'text',
'Products__stock' => 'text',
'Products.stock' => 'text',
'stock' => 'text',
'Products__total_products' => 'string',
'Products.total_products' => 'string',
'total_products' => 'string',
'Products__Image' => 'text',
'Products.Image' => 'text',
'Image' => 'text',
'Products__subcategory' => 'string',
'Products.subcategory' => 'string',
'subcategory' => 'string',
'Products__category_id' => 'string',
'Products.category_id' => 'string',
'category_id' => 'string',
'Products__wholesale_price' => 'string',
'Products.wholesale_price' => 'string',
'wholesale_price' => 'string',
'Products__weight' => 'string',
'Products.weight' => 'string',
'weight' => 'string',
'Products__created' => 'timestamp',
'Products.created' => 'timestamp',
'created' => 'timestamp',
'Albums__id' => 'integer',
'Albums.id' => 'integer',
'Albums__name' => 'string',
'Albums.name' => 'string',
'name' => 'string',
'Albums__slug' => 'string',
'Albums.slug' => 'string',
'slug' => 'string',
'Albums__rate' => 'string',
'Albums.rate' => 'string',
'rate' => 'string',
'Albums__weight' => 'string',
'Albums.weight' => 'string',
'Albums__size' => 'string',
'Albums.size' => 'string',
'size' => 'string',
'Albums__high_resolution' => 'text',
'Albums.high_resolution' => 'text',
'high_resolution' => 'text',
'Albums__white_background' => 'text',
'Albums.white_background' => 'text',
'white_background' => 'text',
'Albums__page_desc' => 'text',
'Albums.page_desc' => 'text',
'page_desc' => 'text',
'Albums__seo_title' => 'text',
'Albums.seo_title' => 'text',
'seo_title' => 'text',
'Albums__seo_desc' => 'text',
'Albums.seo_desc' => 'text',
'seo_desc' => 'text',
'Albums__seo_keyword' => 'text',
'Albums.seo_keyword' => 'text',
'seo_keyword' => 'text',
'Albums__created' => 'timestamp',
'Albums.created' => 'timestamp',
'Albums__status' => 'integer',
'Albums.status' => 'integer',
'status' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'Albums' => []
],
'matching' => [],
'extraOptions' => [
'scope' => null,
'whitelist' => [
(int) 0 => 'limit',
(int) 1 => 'sort',
(int) 2 => 'page',
(int) 3 => 'direction'
]
],
'repository' => object(App\Model\Table\ProductsTable) {
'registryAlias' => 'Products',
'table' => 'products',
'alias' => 'Products',
'entityClass' => 'App\Model\Entity\Product',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Controller/Controller.php toggle arguments
]);
}
$callable = [ $this , $request -> params [ 'action' ]];
return call_user_func_array ( $callable , $request -> params [ 'pass' ]);
}
/**
* Merge components , helpers vars from
[
(int) 0 => object(App\Controller\TemplatesController) {
components => [
'Acl' => [
[maximum depth reached]
]
]
name => 'Templates'
helpers => []
request => object(Cake\Network\Request) {}
response => object(Cake\Network\Response) {}
paginate => [
'limit' => (int) 9
]
autoRender => true
View => null
plugin => null
passedArgs => [
(int) 0 => 'hit'
]
modelClass => 'Templates'
viewClass => null
viewVars => [
'menus' => [
[maximum depth reached]
],
'cartCount' => (int) 0,
'login_status' => null,
'isAdmin' => null
]
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) {}
Flash => object(Cake\Controller\Component\FlashComponent) {}
Cookie => object(Cake\Controller\Component\CookieComponent) {}
Auth => object(Cake\Controller\Component\AuthComponent) {}
Products => object(App\Model\Table\ProductsTable) {}
Albums => object(App\Model\Table\AlbumsTable) {}
Categories => object(App\Model\Table\CategoriesTable) {}
Banners => object(App\Model\Table\BannersTable) {}
Carts => object(App\Model\Table\CartsTable) {}
ShippingZones => object(App\Model\Table\ShippingZonesTable) {}
Inquiries => object(App\Model\Table\InquiriesTable) {}
Addresses => object(App\Model\Table\AddressesTable) {}
Users => object(App\Model\Table\UsersTable) {}
Orders => object(App\Model\Table\OrdersTable) {}
Pages => object(App\Model\Table\PagesTable) {}
HomeModules => object(App\Model\Table\HomeModulesTable) {}
ModuleProducts => object(App\Model\Table\ModuleProductsTable) {}
Whatsapp => object(App\Model\Table\WhatsappTable) {}
Acl => object(Acl\Controller\Component\AclComponent) {}
Paginator => object(Cake\Controller\Component\PaginatorComponent) {}
[protected] _responseClass => 'Cake\Network\Response'
[protected] _components => object(Cake\Controller\ComponentRegistry) {}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => '\Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {}
[protected] _modelFactories => [
'Table' => [
[maximum depth reached]
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => object(Cake\View\ViewBuilder) {}
},
(int) 1 => 'catalog'
]
[
(int) 0 => 'hit'
]
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php toggle arguments
if ( $result instanceof Response ) {
return $result ;
}
$response = $controller -> invokeAction ();
if ( $response !== null && !( $response instanceof Response )) {
throw new LogicException ( 'Controller actions can only return Cake\Network\Response or null.' );
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php toggle arguments
} else {
$controller = $this -> factory -> create ( $request , $response );
}
$response = $this -> _invoke ( $controller );
if (isset( $request -> params [ 'return' ])) {
return $response ;
}
object(App\Controller\TemplatesController) {
components => [
'Acl' => [
'className' => 'Acl.Acl'
]
]
name => 'Templates'
helpers => []
request => object(Cake\Network\Request) {
params => [
[maximum depth reached]
]
data => [[maximum depth reached]]
query => [[maximum depth reached]]
cookies => [
[maximum depth reached]
]
url => 'category/hit'
base => ''
webroot => '/'
here => '/category/hit'
trustProxy => false
[protected] _environment => [
[maximum depth reached]
]
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] _input => ''
[protected] _session => object(Cake\Network\Session) {}
}
response => object(Cake\Network\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [[maximum depth reached]],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => [[maximum depth reached]],
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
}
paginate => [
'limit' => (int) 9
]
autoRender => true
View => null
plugin => null
passedArgs => [
(int) 0 => 'hit'
]
modelClass => 'Templates'
viewClass => null
viewVars => [
'menus' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
],
'cartCount' => (int) 0,
'login_status' => null,
'isAdmin' => null
]
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [
[maximum depth reached]
]
}
Flash => object(Cake\Controller\Component\FlashComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
Cookie => object(Cake\Controller\Component\CookieComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
Auth => object(Cake\Controller\Component\AuthComponent) {
'components' => [
[maximum depth reached]
],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [
[maximum depth reached]
]
}
Products => object(App\Model\Table\ProductsTable) {
'registryAlias' => 'Products',
'table' => 'products',
'alias' => 'Products',
'entityClass' => 'App\Model\Entity\Product',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
Albums => object(App\Model\Table\AlbumsTable) {
'registryAlias' => 'Albums',
'table' => 'albums',
'alias' => 'Albums',
'entityClass' => 'App\Model\Entity\Album',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
Categories => object(App\Model\Table\CategoriesTable) {
'registryAlias' => 'Categories',
'table' => 'categories',
'alias' => 'Categories',
'entityClass' => 'App\Model\Entity\Category',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
Banners => object(App\Model\Table\BannersTable) {
'registryAlias' => 'Banners',
'table' => 'banners',
'alias' => 'Banners',
'entityClass' => 'App\Model\Entity\Banner',
'associations' => [[maximum depth reached]],
'behaviors' => [[maximum depth reached]],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
Carts => object(App\Model\Table\CartsTable) {
'registryAlias' => 'Carts',
'table' => 'carts',
'alias' => 'Carts',
'entityClass' => 'App\Model\Entity\Cart',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
ShippingZones => object(App\Model\Table\ShippingZonesTable) {
'registryAlias' => 'ShippingZones',
'table' => 'shipping_zones',
'alias' => 'ShippingZones',
'entityClass' => 'App\Model\Entity\ShippingZone',
'associations' => [
[maximum depth reached]
],
'behaviors' => [[maximum depth reached]],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
Inquiries => object(App\Model\Table\InquiriesTable) {
'registryAlias' => 'Inquiries',
'table' => 'inquiries',
'alias' => 'Inquiries',
'entityClass' => 'App\Model\Entity\Inquiry',
'associations' => [
[maximum depth reached]
],
'behaviors' => [[maximum depth reached]],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
Addresses => object(App\Model\Table\AddressesTable) {
'registryAlias' => 'Addresses',
'table' => 'addresses',
'alias' => 'Addresses',
'entityClass' => 'App\Model\Entity\Address',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
Users => object(App\Model\Table\UsersTable) {
'registryAlias' => 'Users',
'table' => 'users',
'alias' => 'Users',
'entityClass' => 'App\Model\Entity\User',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
Orders => object(App\Model\Table\OrdersTable) {
'registryAlias' => 'Orders',
'table' => 'orders',
'alias' => 'Orders',
'entityClass' => 'App\Model\Entity\Order',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
Pages => object(App\Model\Table\PagesTable) {
'registryAlias' => 'Pages',
'table' => 'pages',
'alias' => 'Pages',
'entityClass' => 'App\Model\Entity\Page',
'associations' => [[maximum depth reached]],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
HomeModules => object(App\Model\Table\HomeModulesTable) {
'registryAlias' => 'HomeModules',
'table' => 'home_modules',
'alias' => 'HomeModules',
'entityClass' => 'App\Model\Entity\HomeModule',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
ModuleProducts => object(App\Model\Table\ModuleProductsTable) {
'registryAlias' => 'ModuleProducts',
'table' => 'module_products',
'alias' => 'ModuleProducts',
'entityClass' => 'App\Model\Entity\ModuleProduct',
'associations' => [
[maximum depth reached]
],
'behaviors' => [[maximum depth reached]],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
Whatsapp => object(App\Model\Table\WhatsappTable) {
'registryAlias' => 'Whatsapp',
'table' => 'whatsapp',
'alias' => 'Whatsapp',
'entityClass' => 'App\Model\Entity\Whatsapp',
'associations' => [[maximum depth reached]],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
Acl => object(Acl\Controller\Component\AclComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
Paginator => object(Cake\Controller\Component\PaginatorComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
[protected] _responseClass => 'Cake\Network\Response'
[protected] _components => object(Cake\Controller\ComponentRegistry) {
'_Controller' => object(App\Controller\TemplatesController) {},
'_loaded' => [
[maximum depth reached]
],
'_eventManager' => object(Cake\Event\EventManager) {},
'_eventClass' => '\Cake\Event\Event'
}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] _eventManager => object(Cake\Event\EventManager) {
'_listeners' => [
[maximum depth reached]
],
'_isGlobal' => false,
'_eventList' => null,
'_trackEvents' => false,
'_generalManager' => '(object) EventManager'
}
[protected] _eventClass => '\Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {
[protected] _config => [[maximum depth reached]]
[protected] _instances => [
[maximum depth reached]
]
[protected] _fallbacked => [[maximum depth reached]]
[protected] _options => [
[maximum depth reached]
]
}
[protected] _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) {},
(int) 1 => 'get'
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => object(Cake\View\ViewBuilder) {
[protected] _templatePath => null
[protected] _template => null
[protected] _plugin => null
[protected] _theme => null
[protected] _layout => 'theme1'
[protected] _autoLayout => null
[protected] _layoutPath => null
[protected] _name => null
[protected] _className => null
[protected] _options => [[maximum depth reached]]
[protected] _helpers => [[maximum depth reached]]
}
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Http/BaseApplication.php toggle arguments
$cakeRequest = RequestTransformer :: toCake ( $request );
$cakeResponse = ResponseTransformer :: toCake ( $response );
// Dispatch the request/response to CakePHP
$cakeResponse = $this -> getDispatcher ()-> dispatch ( $cakeRequest , $cakeResponse );
// Convert the response back into a PSR7 object.
return ResponseTransformer :: toPsr ( $cakeResponse );
}
object(Cake\Network\Request) {
params => [
'id' => 'hit',
'pass' => [
(int) 0 => 'hit'
],
'controller' => 'Templates',
'action' => 'catalog',
'plugin' => null,
'_matchedRoute' => '/category/:id',
'_ext' => null,
'isAjax' => false
]
data => []
query => []
cookies => [
'__cfduid' => 'db4332bb48eac71413a9d1996ebfe8a131508194923',
'token' => 'Q2FrZQ==.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ/XQw==',
'currency' => 'Q2FrZQ==.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc/xv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1',
'currencyValue' => 'Q2FrZQ==.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y+YrHEl7hQ77zRUc+XOFPN2CnNhZdE5v9PYYlhGtOAc/',
'wordpress_test_cookie' => 'WP Cookie check'
]
url => 'category/hit'
base => ''
webroot => '/'
here => '/category/hit'
trustProxy => false
[protected] _environment => [
'HTTP_HOST' => 'divaexports.in',
'HTTP_CONNECTION' => 'Keep-Alive',
'HTTP_ACCEPT_ENCODING' => 'gzip',
'HTTP_CF_IPCOUNTRY' => 'US',
'HTTP_X_FORWARDED_FOR' => '54.165.59.7',
'HTTP_CF_RAY' => '3aeea985c40891be-EWR',
'HTTP_X_FORWARDED_PROTO' => 'http',
'HTTP_CF_VISITOR' => '{"scheme":"http"}',
'HTTP_COOKIE' => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;',
'HTTP_USER_AGENT' => 'ia_archiver',
'HTTP_FROM' => '',
'HTTP_CF_CONNECTING_IP' => '54.165.59.7',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => 'Apache/2.4.18 (Ubuntu) Server at divaexports.in Port 80
',
'SERVER_SOFTWARE' => 'Apache/2.4.18 (Ubuntu)',
'SERVER_NAME' => 'divaexports.in',
'SERVER_ADDR' => '139.59.9.9',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '162.158.62.224',
'DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'SERVER_ADMIN' => '',
'SCRIPT_FILENAME' => '/var/www/html/divaexports.in/webroot/index.php',
'REMOTE_PORT' => '31829',
'REDIRECT_URL' => '/webroot/category/hit',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/category/hit',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1508195119.334,
'REQUEST_TIME' => (int) 1508195119,
'HTTP_X_HTTP_METHOD_OVERRIDE' => null,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTPS' => false,
'HTTP_ACCEPT' => null,
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null
]
[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'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] _input => ''
[protected] _session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => true
[protected] _lifetime => '1440'
[protected] _isCLI => false
}
}
object(Cake\Network\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Http/Runner.php toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Zend\Diactoros\ServerRequest) {
[protected] headers => [
'host' => [
(int) 0 => 'divaexports.in'
],
'connection' => [
(int) 0 => 'Keep-Alive'
],
'accept-encoding' => [
(int) 0 => 'gzip'
],
'cf-ipcountry' => [
(int) 0 => 'US'
],
'x-forwarded-for' => [
(int) 0 => '54.165.59.7'
],
'cf-ray' => [
(int) 0 => '3aeea985c40891be-EWR'
],
'x-forwarded-proto' => [
(int) 0 => 'http'
],
'cf-visitor' => [
(int) 0 => '{"scheme":"http"}'
],
'cookie' => [
(int) 0 => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;'
],
'user-agent' => [
(int) 0 => 'ia_archiver'
],
'from' => [
(int) 0 => ''
],
'cf-connecting-ip' => [
(int) 0 => '54.165.59.7'
]
]
[protected] headerNames => [
'host' => 'host',
'connection' => 'connection',
'accept-encoding' => 'accept-encoding',
'cf-ipcountry' => 'cf-ipcountry',
'x-forwarded-for' => 'x-forwarded-for',
'cf-ray' => 'cf-ray',
'x-forwarded-proto' => 'x-forwarded-proto',
'cf-visitor' => 'cf-visitor',
'cookie' => 'cookie',
'user-agent' => 'user-agent',
'from' => 'from',
'cf-connecting-ip' => 'cf-connecting-ip'
]
[private] attributes => [
'base' => '',
'webroot' => '/',
'session' => object(Cake\Network\Session) {},
'params' => [
'id' => 'hit',
'pass' => [
[maximum depth reached]
],
'controller' => 'Templates',
'action' => 'catalog',
'plugin' => null,
'_matchedRoute' => '/category/:id'
]
]
[private] cookieParams => [
'__cfduid' => 'db4332bb48eac71413a9d1996ebfe8a131508194923',
'token' => 'Q2FrZQ==.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ/XQw==',
'currency' => 'Q2FrZQ==.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc/xv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1',
'currencyValue' => 'Q2FrZQ==.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y+YrHEl7hQ77zRUc+XOFPN2CnNhZdE5v9PYYlhGtOAc/',
'wordpress_test_cookie' => 'WP Cookie check'
]
[private] parsedBody => []
[private] queryParams => []
[private] serverParams => [
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_HOST' => 'divaexports.in',
'HTTP_CONNECTION' => 'Keep-Alive',
'HTTP_ACCEPT_ENCODING' => 'gzip',
'HTTP_CF_IPCOUNTRY' => 'US',
'HTTP_X_FORWARDED_FOR' => '54.165.59.7',
'HTTP_CF_RAY' => '3aeea985c40891be-EWR',
'HTTP_X_FORWARDED_PROTO' => 'http',
'HTTP_CF_VISITOR' => '{"scheme":"http"}',
'HTTP_COOKIE' => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;',
'HTTP_USER_AGENT' => 'ia_archiver',
'HTTP_FROM' => '',
'HTTP_CF_CONNECTING_IP' => '54.165.59.7',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => 'Apache/2.4.18 (Ubuntu) Server at divaexports.in Port 80
',
'SERVER_SOFTWARE' => 'Apache/2.4.18 (Ubuntu)',
'SERVER_NAME' => 'divaexports.in',
'SERVER_ADDR' => '139.59.9.9',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '162.158.62.224',
'DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'SERVER_ADMIN' => '',
'SCRIPT_FILENAME' => '/var/www/html/divaexports.in/webroot/index.php',
'REMOTE_PORT' => '31829',
'REDIRECT_URL' => '/webroot/category/hit',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/category/hit',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1508195119.334,
'REQUEST_TIME' => (int) 1508195119
]
[private] uploadedFiles => []
[private] method => 'GET'
[private] requestTarget => null
[private] uri => object(Zend\Diactoros\Uri) {
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'http'
[private] userInfo => ''
[private] host => 'divaexports.in'
[private] port => null
[private] path => '/category/hit'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => true
}
}
object(Zend\Diactoros\Response) {
[protected] headers => []
[protected] headerNames => []
[private] phrases => [
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 102 => 'Processing',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 207 => 'Multi-Status',
(int) 208 => 'Already Reported',
(int) 226 => 'IM Used',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 306 => 'Switch Proxy',
(int) 307 => 'Temporary Redirect',
(int) 308 => 'Permanent Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Timeout',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Payload Too Large',
(int) 414 => 'URI Too Long',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Range Not Satisfiable',
(int) 417 => 'Expectation Failed',
(int) 418 => 'I'm a teapot',
(int) 421 => 'Misdirected Request',
(int) 422 => 'Unprocessable Entity',
(int) 423 => 'Locked',
(int) 424 => 'Failed Dependency',
(int) 425 => 'Unordered Collection',
(int) 426 => 'Upgrade Required',
(int) 428 => 'Precondition Required',
(int) 429 => 'Too Many Requests',
(int) 431 => 'Request Header Fields Too Large',
(int) 444 => 'Connection Closed Without Response',
(int) 451 => 'Unavailable For Legal Reasons',
(int) 499 => 'Client Closed Request',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Timeout',
(int) 505 => 'HTTP Version Not Supported',
(int) 506 => 'Variant Also Negotiates',
(int) 507 => 'Insufficient Storage',
(int) 508 => 'Loop Detected',
(int) 510 => 'Not Extended',
(int) 511 => 'Network Authentication Required',
(int) 599 => 'Network Connect Timeout Error'
]
[private] reasonPhrase => ''
[private] statusCode => (int) 200
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {
[protected] resource => resource
[protected] stream => 'php://memory'
}
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php toggle arguments
$response -> getHeaders ()
);
}
return $next ( $request , $response );
}
}
object(Zend\Diactoros\ServerRequest) {
[protected] headers => [
'host' => [
(int) 0 => 'divaexports.in'
],
'connection' => [
(int) 0 => 'Keep-Alive'
],
'accept-encoding' => [
(int) 0 => 'gzip'
],
'cf-ipcountry' => [
(int) 0 => 'US'
],
'x-forwarded-for' => [
(int) 0 => '54.165.59.7'
],
'cf-ray' => [
(int) 0 => '3aeea985c40891be-EWR'
],
'x-forwarded-proto' => [
(int) 0 => 'http'
],
'cf-visitor' => [
(int) 0 => '{"scheme":"http"}'
],
'cookie' => [
(int) 0 => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;'
],
'user-agent' => [
(int) 0 => 'ia_archiver'
],
'from' => [
(int) 0 => ''
],
'cf-connecting-ip' => [
(int) 0 => '54.165.59.7'
]
]
[protected] headerNames => [
'host' => 'host',
'connection' => 'connection',
'accept-encoding' => 'accept-encoding',
'cf-ipcountry' => 'cf-ipcountry',
'x-forwarded-for' => 'x-forwarded-for',
'cf-ray' => 'cf-ray',
'x-forwarded-proto' => 'x-forwarded-proto',
'cf-visitor' => 'cf-visitor',
'cookie' => 'cookie',
'user-agent' => 'user-agent',
'from' => 'from',
'cf-connecting-ip' => 'cf-connecting-ip'
]
[private] attributes => [
'base' => '',
'webroot' => '/',
'session' => object(Cake\Network\Session) {},
'params' => [
'id' => 'hit',
'pass' => [
[maximum depth reached]
],
'controller' => 'Templates',
'action' => 'catalog',
'plugin' => null,
'_matchedRoute' => '/category/:id'
]
]
[private] cookieParams => [
'__cfduid' => 'db4332bb48eac71413a9d1996ebfe8a131508194923',
'token' => 'Q2FrZQ==.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ/XQw==',
'currency' => 'Q2FrZQ==.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc/xv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1',
'currencyValue' => 'Q2FrZQ==.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y+YrHEl7hQ77zRUc+XOFPN2CnNhZdE5v9PYYlhGtOAc/',
'wordpress_test_cookie' => 'WP Cookie check'
]
[private] parsedBody => []
[private] queryParams => []
[private] serverParams => [
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_HOST' => 'divaexports.in',
'HTTP_CONNECTION' => 'Keep-Alive',
'HTTP_ACCEPT_ENCODING' => 'gzip',
'HTTP_CF_IPCOUNTRY' => 'US',
'HTTP_X_FORWARDED_FOR' => '54.165.59.7',
'HTTP_CF_RAY' => '3aeea985c40891be-EWR',
'HTTP_X_FORWARDED_PROTO' => 'http',
'HTTP_CF_VISITOR' => '{"scheme":"http"}',
'HTTP_COOKIE' => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;',
'HTTP_USER_AGENT' => 'ia_archiver',
'HTTP_FROM' => '',
'HTTP_CF_CONNECTING_IP' => '54.165.59.7',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => 'Apache/2.4.18 (Ubuntu) Server at divaexports.in Port 80
',
'SERVER_SOFTWARE' => 'Apache/2.4.18 (Ubuntu)',
'SERVER_NAME' => 'divaexports.in',
'SERVER_ADDR' => '139.59.9.9',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '162.158.62.224',
'DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'SERVER_ADMIN' => '',
'SCRIPT_FILENAME' => '/var/www/html/divaexports.in/webroot/index.php',
'REMOTE_PORT' => '31829',
'REDIRECT_URL' => '/webroot/category/hit',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/category/hit',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1508195119.334,
'REQUEST_TIME' => (int) 1508195119
]
[private] uploadedFiles => []
[private] method => 'GET'
[private] requestTarget => null
[private] uri => object(Zend\Diactoros\Uri) {
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'http'
[private] userInfo => ''
[private] host => 'divaexports.in'
[private] port => null
[private] path => '/category/hit'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => true
}
}
object(Zend\Diactoros\Response) {
[protected] headers => []
[protected] headerNames => []
[private] phrases => [
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 102 => 'Processing',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 207 => 'Multi-Status',
(int) 208 => 'Already Reported',
(int) 226 => 'IM Used',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 306 => 'Switch Proxy',
(int) 307 => 'Temporary Redirect',
(int) 308 => 'Permanent Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Timeout',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Payload Too Large',
(int) 414 => 'URI Too Long',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Range Not Satisfiable',
(int) 417 => 'Expectation Failed',
(int) 418 => 'I'm a teapot',
(int) 421 => 'Misdirected Request',
(int) 422 => 'Unprocessable Entity',
(int) 423 => 'Locked',
(int) 424 => 'Failed Dependency',
(int) 425 => 'Unordered Collection',
(int) 426 => 'Upgrade Required',
(int) 428 => 'Precondition Required',
(int) 429 => 'Too Many Requests',
(int) 431 => 'Request Header Fields Too Large',
(int) 444 => 'Connection Closed Without Response',
(int) 451 => 'Unavailable For Legal Reasons',
(int) 499 => 'Client Closed Request',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Timeout',
(int) 505 => 'HTTP Version Not Supported',
(int) 506 => 'Variant Also Negotiates',
(int) 507 => 'Insufficient Storage',
(int) 508 => 'Loop Detected',
(int) 510 => 'Not Extended',
(int) 511 => 'Network Authentication Required',
(int) 599 => 'Network Connect Timeout Error'
]
[private] reasonPhrase => ''
[private] statusCode => (int) 200
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {
[protected] resource => resource
[protected] stream => 'php://memory'
}
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Http/Runner.php toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Zend\Diactoros\ServerRequest) {
[protected] headers => [
'host' => [
(int) 0 => 'divaexports.in'
],
'connection' => [
(int) 0 => 'Keep-Alive'
],
'accept-encoding' => [
(int) 0 => 'gzip'
],
'cf-ipcountry' => [
(int) 0 => 'US'
],
'x-forwarded-for' => [
(int) 0 => '54.165.59.7'
],
'cf-ray' => [
(int) 0 => '3aeea985c40891be-EWR'
],
'x-forwarded-proto' => [
(int) 0 => 'http'
],
'cf-visitor' => [
(int) 0 => '{"scheme":"http"}'
],
'cookie' => [
(int) 0 => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;'
],
'user-agent' => [
(int) 0 => 'ia_archiver'
],
'from' => [
(int) 0 => ''
],
'cf-connecting-ip' => [
(int) 0 => '54.165.59.7'
]
]
[protected] headerNames => [
'host' => 'host',
'connection' => 'connection',
'accept-encoding' => 'accept-encoding',
'cf-ipcountry' => 'cf-ipcountry',
'x-forwarded-for' => 'x-forwarded-for',
'cf-ray' => 'cf-ray',
'x-forwarded-proto' => 'x-forwarded-proto',
'cf-visitor' => 'cf-visitor',
'cookie' => 'cookie',
'user-agent' => 'user-agent',
'from' => 'from',
'cf-connecting-ip' => 'cf-connecting-ip'
]
[private] attributes => [
'base' => '',
'webroot' => '/',
'session' => object(Cake\Network\Session) {},
'params' => [
'id' => 'hit',
'pass' => [
[maximum depth reached]
],
'controller' => 'Templates',
'action' => 'catalog',
'plugin' => null,
'_matchedRoute' => '/category/:id'
]
]
[private] cookieParams => [
'__cfduid' => 'db4332bb48eac71413a9d1996ebfe8a131508194923',
'token' => 'Q2FrZQ==.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ/XQw==',
'currency' => 'Q2FrZQ==.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc/xv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1',
'currencyValue' => 'Q2FrZQ==.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y+YrHEl7hQ77zRUc+XOFPN2CnNhZdE5v9PYYlhGtOAc/',
'wordpress_test_cookie' => 'WP Cookie check'
]
[private] parsedBody => []
[private] queryParams => []
[private] serverParams => [
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_HOST' => 'divaexports.in',
'HTTP_CONNECTION' => 'Keep-Alive',
'HTTP_ACCEPT_ENCODING' => 'gzip',
'HTTP_CF_IPCOUNTRY' => 'US',
'HTTP_X_FORWARDED_FOR' => '54.165.59.7',
'HTTP_CF_RAY' => '3aeea985c40891be-EWR',
'HTTP_X_FORWARDED_PROTO' => 'http',
'HTTP_CF_VISITOR' => '{"scheme":"http"}',
'HTTP_COOKIE' => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;',
'HTTP_USER_AGENT' => 'ia_archiver',
'HTTP_FROM' => '',
'HTTP_CF_CONNECTING_IP' => '54.165.59.7',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => 'Apache/2.4.18 (Ubuntu) Server at divaexports.in Port 80
',
'SERVER_SOFTWARE' => 'Apache/2.4.18 (Ubuntu)',
'SERVER_NAME' => 'divaexports.in',
'SERVER_ADDR' => '139.59.9.9',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '162.158.62.224',
'DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'SERVER_ADMIN' => '',
'SCRIPT_FILENAME' => '/var/www/html/divaexports.in/webroot/index.php',
'REMOTE_PORT' => '31829',
'REDIRECT_URL' => '/webroot/category/hit',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/category/hit',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1508195119.334,
'REQUEST_TIME' => (int) 1508195119
]
[private] uploadedFiles => []
[private] method => 'GET'
[private] requestTarget => null
[private] uri => object(Zend\Diactoros\Uri) {
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'http'
[private] userInfo => ''
[private] host => 'divaexports.in'
[private] port => null
[private] path => '/category/hit'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => true
}
}
object(Zend\Diactoros\Response) {
[protected] headers => []
[protected] headerNames => []
[private] phrases => [
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 102 => 'Processing',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 207 => 'Multi-Status',
(int) 208 => 'Already Reported',
(int) 226 => 'IM Used',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 306 => 'Switch Proxy',
(int) 307 => 'Temporary Redirect',
(int) 308 => 'Permanent Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Timeout',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Payload Too Large',
(int) 414 => 'URI Too Long',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Range Not Satisfiable',
(int) 417 => 'Expectation Failed',
(int) 418 => 'I'm a teapot',
(int) 421 => 'Misdirected Request',
(int) 422 => 'Unprocessable Entity',
(int) 423 => 'Locked',
(int) 424 => 'Failed Dependency',
(int) 425 => 'Unordered Collection',
(int) 426 => 'Upgrade Required',
(int) 428 => 'Precondition Required',
(int) 429 => 'Too Many Requests',
(int) 431 => 'Request Header Fields Too Large',
(int) 444 => 'Connection Closed Without Response',
(int) 451 => 'Unavailable For Legal Reasons',
(int) 499 => 'Client Closed Request',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Timeout',
(int) 505 => 'HTTP Version Not Supported',
(int) 506 => 'Variant Also Negotiates',
(int) 507 => 'Insufficient Storage',
(int) 508 => 'Loop Detected',
(int) 510 => 'Not Extended',
(int) 511 => 'Network Authentication Required',
(int) 599 => 'Network Connect Timeout Error'
]
[private] reasonPhrase => ''
[private] statusCode => (int) 200
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {
[protected] resource => resource
[protected] stream => 'php://memory'
}
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php toggle arguments
public function __invoke ( $request , $response , $next )
{
$url = $request -> getUri ()-> getPath ();
if ( strpos ( $url , '..' ) !== false || strpos ( $url , '.' ) === false ) {
return $next ( $request , $response );
}
$assetFile = $this -> _getAssetFile ( $url );
if ( $assetFile === null || ! file_exists ( $assetFile )) {
object(Zend\Diactoros\ServerRequest) {
[protected] headers => [
'host' => [
(int) 0 => 'divaexports.in'
],
'connection' => [
(int) 0 => 'Keep-Alive'
],
'accept-encoding' => [
(int) 0 => 'gzip'
],
'cf-ipcountry' => [
(int) 0 => 'US'
],
'x-forwarded-for' => [
(int) 0 => '54.165.59.7'
],
'cf-ray' => [
(int) 0 => '3aeea985c40891be-EWR'
],
'x-forwarded-proto' => [
(int) 0 => 'http'
],
'cf-visitor' => [
(int) 0 => '{"scheme":"http"}'
],
'cookie' => [
(int) 0 => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;'
],
'user-agent' => [
(int) 0 => 'ia_archiver'
],
'from' => [
(int) 0 => ''
],
'cf-connecting-ip' => [
(int) 0 => '54.165.59.7'
]
]
[protected] headerNames => [
'host' => 'host',
'connection' => 'connection',
'accept-encoding' => 'accept-encoding',
'cf-ipcountry' => 'cf-ipcountry',
'x-forwarded-for' => 'x-forwarded-for',
'cf-ray' => 'cf-ray',
'x-forwarded-proto' => 'x-forwarded-proto',
'cf-visitor' => 'cf-visitor',
'cookie' => 'cookie',
'user-agent' => 'user-agent',
'from' => 'from',
'cf-connecting-ip' => 'cf-connecting-ip'
]
[private] attributes => [
'base' => '',
'webroot' => '/',
'session' => object(Cake\Network\Session) {}
]
[private] cookieParams => [
'__cfduid' => 'db4332bb48eac71413a9d1996ebfe8a131508194923',
'token' => 'Q2FrZQ==.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ/XQw==',
'currency' => 'Q2FrZQ==.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc/xv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1',
'currencyValue' => 'Q2FrZQ==.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y+YrHEl7hQ77zRUc+XOFPN2CnNhZdE5v9PYYlhGtOAc/',
'wordpress_test_cookie' => 'WP Cookie check'
]
[private] parsedBody => []
[private] queryParams => []
[private] serverParams => [
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_HOST' => 'divaexports.in',
'HTTP_CONNECTION' => 'Keep-Alive',
'HTTP_ACCEPT_ENCODING' => 'gzip',
'HTTP_CF_IPCOUNTRY' => 'US',
'HTTP_X_FORWARDED_FOR' => '54.165.59.7',
'HTTP_CF_RAY' => '3aeea985c40891be-EWR',
'HTTP_X_FORWARDED_PROTO' => 'http',
'HTTP_CF_VISITOR' => '{"scheme":"http"}',
'HTTP_COOKIE' => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;',
'HTTP_USER_AGENT' => 'ia_archiver',
'HTTP_FROM' => '',
'HTTP_CF_CONNECTING_IP' => '54.165.59.7',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => 'Apache/2.4.18 (Ubuntu) Server at divaexports.in Port 80
',
'SERVER_SOFTWARE' => 'Apache/2.4.18 (Ubuntu)',
'SERVER_NAME' => 'divaexports.in',
'SERVER_ADDR' => '139.59.9.9',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '162.158.62.224',
'DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'SERVER_ADMIN' => '',
'SCRIPT_FILENAME' => '/var/www/html/divaexports.in/webroot/index.php',
'REMOTE_PORT' => '31829',
'REDIRECT_URL' => '/webroot/category/hit',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/category/hit',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1508195119.334,
'REQUEST_TIME' => (int) 1508195119
]
[private] uploadedFiles => []
[private] method => 'GET'
[private] requestTarget => null
[private] uri => object(Zend\Diactoros\Uri) {
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'http'
[private] userInfo => ''
[private] host => 'divaexports.in'
[private] port => null
[private] path => '/category/hit'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => true
}
}
object(Zend\Diactoros\Response) {
[protected] headers => []
[protected] headerNames => []
[private] phrases => [
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 102 => 'Processing',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 207 => 'Multi-Status',
(int) 208 => 'Already Reported',
(int) 226 => 'IM Used',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 306 => 'Switch Proxy',
(int) 307 => 'Temporary Redirect',
(int) 308 => 'Permanent Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Timeout',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Payload Too Large',
(int) 414 => 'URI Too Long',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Range Not Satisfiable',
(int) 417 => 'Expectation Failed',
(int) 418 => 'I'm a teapot',
(int) 421 => 'Misdirected Request',
(int) 422 => 'Unprocessable Entity',
(int) 423 => 'Locked',
(int) 424 => 'Failed Dependency',
(int) 425 => 'Unordered Collection',
(int) 426 => 'Upgrade Required',
(int) 428 => 'Precondition Required',
(int) 429 => 'Too Many Requests',
(int) 431 => 'Request Header Fields Too Large',
(int) 444 => 'Connection Closed Without Response',
(int) 451 => 'Unavailable For Legal Reasons',
(int) 499 => 'Client Closed Request',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Timeout',
(int) 505 => 'HTTP Version Not Supported',
(int) 506 => 'Variant Also Negotiates',
(int) 507 => 'Insufficient Storage',
(int) 508 => 'Loop Detected',
(int) 510 => 'Not Extended',
(int) 511 => 'Network Authentication Required',
(int) 599 => 'Network Connect Timeout Error'
]
[private] reasonPhrase => ''
[private] statusCode => (int) 200
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {
[protected] resource => resource
[protected] stream => 'php://memory'
}
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Http/Runner.php toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Zend\Diactoros\ServerRequest) {
[protected] headers => [
'host' => [
(int) 0 => 'divaexports.in'
],
'connection' => [
(int) 0 => 'Keep-Alive'
],
'accept-encoding' => [
(int) 0 => 'gzip'
],
'cf-ipcountry' => [
(int) 0 => 'US'
],
'x-forwarded-for' => [
(int) 0 => '54.165.59.7'
],
'cf-ray' => [
(int) 0 => '3aeea985c40891be-EWR'
],
'x-forwarded-proto' => [
(int) 0 => 'http'
],
'cf-visitor' => [
(int) 0 => '{"scheme":"http"}'
],
'cookie' => [
(int) 0 => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;'
],
'user-agent' => [
(int) 0 => 'ia_archiver'
],
'from' => [
(int) 0 => ''
],
'cf-connecting-ip' => [
(int) 0 => '54.165.59.7'
]
]
[protected] headerNames => [
'host' => 'host',
'connection' => 'connection',
'accept-encoding' => 'accept-encoding',
'cf-ipcountry' => 'cf-ipcountry',
'x-forwarded-for' => 'x-forwarded-for',
'cf-ray' => 'cf-ray',
'x-forwarded-proto' => 'x-forwarded-proto',
'cf-visitor' => 'cf-visitor',
'cookie' => 'cookie',
'user-agent' => 'user-agent',
'from' => 'from',
'cf-connecting-ip' => 'cf-connecting-ip'
]
[private] attributes => [
'base' => '',
'webroot' => '/',
'session' => object(Cake\Network\Session) {}
]
[private] cookieParams => [
'__cfduid' => 'db4332bb48eac71413a9d1996ebfe8a131508194923',
'token' => 'Q2FrZQ==.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ/XQw==',
'currency' => 'Q2FrZQ==.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc/xv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1',
'currencyValue' => 'Q2FrZQ==.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y+YrHEl7hQ77zRUc+XOFPN2CnNhZdE5v9PYYlhGtOAc/',
'wordpress_test_cookie' => 'WP Cookie check'
]
[private] parsedBody => []
[private] queryParams => []
[private] serverParams => [
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_HOST' => 'divaexports.in',
'HTTP_CONNECTION' => 'Keep-Alive',
'HTTP_ACCEPT_ENCODING' => 'gzip',
'HTTP_CF_IPCOUNTRY' => 'US',
'HTTP_X_FORWARDED_FOR' => '54.165.59.7',
'HTTP_CF_RAY' => '3aeea985c40891be-EWR',
'HTTP_X_FORWARDED_PROTO' => 'http',
'HTTP_CF_VISITOR' => '{"scheme":"http"}',
'HTTP_COOKIE' => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;',
'HTTP_USER_AGENT' => 'ia_archiver',
'HTTP_FROM' => '',
'HTTP_CF_CONNECTING_IP' => '54.165.59.7',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => 'Apache/2.4.18 (Ubuntu) Server at divaexports.in Port 80
',
'SERVER_SOFTWARE' => 'Apache/2.4.18 (Ubuntu)',
'SERVER_NAME' => 'divaexports.in',
'SERVER_ADDR' => '139.59.9.9',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '162.158.62.224',
'DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'SERVER_ADMIN' => '',
'SCRIPT_FILENAME' => '/var/www/html/divaexports.in/webroot/index.php',
'REMOTE_PORT' => '31829',
'REDIRECT_URL' => '/webroot/category/hit',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/category/hit',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1508195119.334,
'REQUEST_TIME' => (int) 1508195119
]
[private] uploadedFiles => []
[private] method => 'GET'
[private] requestTarget => null
[private] uri => object(Zend\Diactoros\Uri) {
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'http'
[private] userInfo => ''
[private] host => 'divaexports.in'
[private] port => null
[private] path => '/category/hit'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => true
}
}
object(Zend\Diactoros\Response) {
[protected] headers => []
[protected] headerNames => []
[private] phrases => [
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 102 => 'Processing',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 207 => 'Multi-Status',
(int) 208 => 'Already Reported',
(int) 226 => 'IM Used',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 306 => 'Switch Proxy',
(int) 307 => 'Temporary Redirect',
(int) 308 => 'Permanent Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Timeout',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Payload Too Large',
(int) 414 => 'URI Too Long',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Range Not Satisfiable',
(int) 417 => 'Expectation Failed',
(int) 418 => 'I'm a teapot',
(int) 421 => 'Misdirected Request',
(int) 422 => 'Unprocessable Entity',
(int) 423 => 'Locked',
(int) 424 => 'Failed Dependency',
(int) 425 => 'Unordered Collection',
(int) 426 => 'Upgrade Required',
(int) 428 => 'Precondition Required',
(int) 429 => 'Too Many Requests',
(int) 431 => 'Request Header Fields Too Large',
(int) 444 => 'Connection Closed Without Response',
(int) 451 => 'Unavailable For Legal Reasons',
(int) 499 => 'Client Closed Request',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Timeout',
(int) 505 => 'HTTP Version Not Supported',
(int) 506 => 'Variant Also Negotiates',
(int) 507 => 'Insufficient Storage',
(int) 508 => 'Loop Detected',
(int) 510 => 'Not Extended',
(int) 511 => 'Network Authentication Required',
(int) 599 => 'Network Connect Timeout Error'
]
[private] reasonPhrase => ''
[private] statusCode => (int) 200
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {
[protected] resource => resource
[protected] stream => 'php://memory'
}
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php toggle arguments
*/
public function __invoke ( $request , $response , $next )
{
try {
return $next ( $request , $response );
} catch (\ Exception $e ) {
return $this -> handleException ( $e , $request , $response );
}
}
object(Zend\Diactoros\ServerRequest) {
[protected] headers => [
'host' => [
(int) 0 => 'divaexports.in'
],
'connection' => [
(int) 0 => 'Keep-Alive'
],
'accept-encoding' => [
(int) 0 => 'gzip'
],
'cf-ipcountry' => [
(int) 0 => 'US'
],
'x-forwarded-for' => [
(int) 0 => '54.165.59.7'
],
'cf-ray' => [
(int) 0 => '3aeea985c40891be-EWR'
],
'x-forwarded-proto' => [
(int) 0 => 'http'
],
'cf-visitor' => [
(int) 0 => '{"scheme":"http"}'
],
'cookie' => [
(int) 0 => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;'
],
'user-agent' => [
(int) 0 => 'ia_archiver'
],
'from' => [
(int) 0 => ''
],
'cf-connecting-ip' => [
(int) 0 => '54.165.59.7'
]
]
[protected] headerNames => [
'host' => 'host',
'connection' => 'connection',
'accept-encoding' => 'accept-encoding',
'cf-ipcountry' => 'cf-ipcountry',
'x-forwarded-for' => 'x-forwarded-for',
'cf-ray' => 'cf-ray',
'x-forwarded-proto' => 'x-forwarded-proto',
'cf-visitor' => 'cf-visitor',
'cookie' => 'cookie',
'user-agent' => 'user-agent',
'from' => 'from',
'cf-connecting-ip' => 'cf-connecting-ip'
]
[private] attributes => [
'base' => '',
'webroot' => '/',
'session' => object(Cake\Network\Session) {}
]
[private] cookieParams => [
'__cfduid' => 'db4332bb48eac71413a9d1996ebfe8a131508194923',
'token' => 'Q2FrZQ==.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ/XQw==',
'currency' => 'Q2FrZQ==.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc/xv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1',
'currencyValue' => 'Q2FrZQ==.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y+YrHEl7hQ77zRUc+XOFPN2CnNhZdE5v9PYYlhGtOAc/',
'wordpress_test_cookie' => 'WP Cookie check'
]
[private] parsedBody => []
[private] queryParams => []
[private] serverParams => [
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_HOST' => 'divaexports.in',
'HTTP_CONNECTION' => 'Keep-Alive',
'HTTP_ACCEPT_ENCODING' => 'gzip',
'HTTP_CF_IPCOUNTRY' => 'US',
'HTTP_X_FORWARDED_FOR' => '54.165.59.7',
'HTTP_CF_RAY' => '3aeea985c40891be-EWR',
'HTTP_X_FORWARDED_PROTO' => 'http',
'HTTP_CF_VISITOR' => '{"scheme":"http"}',
'HTTP_COOKIE' => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;',
'HTTP_USER_AGENT' => 'ia_archiver',
'HTTP_FROM' => '',
'HTTP_CF_CONNECTING_IP' => '54.165.59.7',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => 'Apache/2.4.18 (Ubuntu) Server at divaexports.in Port 80
',
'SERVER_SOFTWARE' => 'Apache/2.4.18 (Ubuntu)',
'SERVER_NAME' => 'divaexports.in',
'SERVER_ADDR' => '139.59.9.9',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '162.158.62.224',
'DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'SERVER_ADMIN' => '',
'SCRIPT_FILENAME' => '/var/www/html/divaexports.in/webroot/index.php',
'REMOTE_PORT' => '31829',
'REDIRECT_URL' => '/webroot/category/hit',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/category/hit',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1508195119.334,
'REQUEST_TIME' => (int) 1508195119
]
[private] uploadedFiles => []
[private] method => 'GET'
[private] requestTarget => null
[private] uri => object(Zend\Diactoros\Uri) {
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'http'
[private] userInfo => ''
[private] host => 'divaexports.in'
[private] port => null
[private] path => '/category/hit'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => true
}
}
object(Zend\Diactoros\Response) {
[protected] headers => []
[protected] headerNames => []
[private] phrases => [
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 102 => 'Processing',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 207 => 'Multi-Status',
(int) 208 => 'Already Reported',
(int) 226 => 'IM Used',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 306 => 'Switch Proxy',
(int) 307 => 'Temporary Redirect',
(int) 308 => 'Permanent Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Timeout',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Payload Too Large',
(int) 414 => 'URI Too Long',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Range Not Satisfiable',
(int) 417 => 'Expectation Failed',
(int) 418 => 'I'm a teapot',
(int) 421 => 'Misdirected Request',
(int) 422 => 'Unprocessable Entity',
(int) 423 => 'Locked',
(int) 424 => 'Failed Dependency',
(int) 425 => 'Unordered Collection',
(int) 426 => 'Upgrade Required',
(int) 428 => 'Precondition Required',
(int) 429 => 'Too Many Requests',
(int) 431 => 'Request Header Fields Too Large',
(int) 444 => 'Connection Closed Without Response',
(int) 451 => 'Unavailable For Legal Reasons',
(int) 499 => 'Client Closed Request',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Timeout',
(int) 505 => 'HTTP Version Not Supported',
(int) 506 => 'Variant Also Negotiates',
(int) 507 => 'Insufficient Storage',
(int) 508 => 'Loop Detected',
(int) 510 => 'Not Extended',
(int) 511 => 'Network Authentication Required',
(int) 599 => 'Network Connect Timeout Error'
]
[private] reasonPhrase => ''
[private] statusCode => (int) 200
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {
[protected] resource => resource
[protected] stream => 'php://memory'
}
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Http/Runner.php toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Zend\Diactoros\ServerRequest) {
[protected] headers => [
'host' => [
(int) 0 => 'divaexports.in'
],
'connection' => [
(int) 0 => 'Keep-Alive'
],
'accept-encoding' => [
(int) 0 => 'gzip'
],
'cf-ipcountry' => [
(int) 0 => 'US'
],
'x-forwarded-for' => [
(int) 0 => '54.165.59.7'
],
'cf-ray' => [
(int) 0 => '3aeea985c40891be-EWR'
],
'x-forwarded-proto' => [
(int) 0 => 'http'
],
'cf-visitor' => [
(int) 0 => '{"scheme":"http"}'
],
'cookie' => [
(int) 0 => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;'
],
'user-agent' => [
(int) 0 => 'ia_archiver'
],
'from' => [
(int) 0 => ''
],
'cf-connecting-ip' => [
(int) 0 => '54.165.59.7'
]
]
[protected] headerNames => [
'host' => 'host',
'connection' => 'connection',
'accept-encoding' => 'accept-encoding',
'cf-ipcountry' => 'cf-ipcountry',
'x-forwarded-for' => 'x-forwarded-for',
'cf-ray' => 'cf-ray',
'x-forwarded-proto' => 'x-forwarded-proto',
'cf-visitor' => 'cf-visitor',
'cookie' => 'cookie',
'user-agent' => 'user-agent',
'from' => 'from',
'cf-connecting-ip' => 'cf-connecting-ip'
]
[private] attributes => [
'base' => '',
'webroot' => '/',
'session' => object(Cake\Network\Session) {}
]
[private] cookieParams => [
'__cfduid' => 'db4332bb48eac71413a9d1996ebfe8a131508194923',
'token' => 'Q2FrZQ==.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ/XQw==',
'currency' => 'Q2FrZQ==.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc/xv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1',
'currencyValue' => 'Q2FrZQ==.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y+YrHEl7hQ77zRUc+XOFPN2CnNhZdE5v9PYYlhGtOAc/',
'wordpress_test_cookie' => 'WP Cookie check'
]
[private] parsedBody => []
[private] queryParams => []
[private] serverParams => [
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_HOST' => 'divaexports.in',
'HTTP_CONNECTION' => 'Keep-Alive',
'HTTP_ACCEPT_ENCODING' => 'gzip',
'HTTP_CF_IPCOUNTRY' => 'US',
'HTTP_X_FORWARDED_FOR' => '54.165.59.7',
'HTTP_CF_RAY' => '3aeea985c40891be-EWR',
'HTTP_X_FORWARDED_PROTO' => 'http',
'HTTP_CF_VISITOR' => '{"scheme":"http"}',
'HTTP_COOKIE' => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;',
'HTTP_USER_AGENT' => 'ia_archiver',
'HTTP_FROM' => '',
'HTTP_CF_CONNECTING_IP' => '54.165.59.7',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => 'Apache/2.4.18 (Ubuntu) Server at divaexports.in Port 80
',
'SERVER_SOFTWARE' => 'Apache/2.4.18 (Ubuntu)',
'SERVER_NAME' => 'divaexports.in',
'SERVER_ADDR' => '139.59.9.9',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '162.158.62.224',
'DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'SERVER_ADMIN' => '',
'SCRIPT_FILENAME' => '/var/www/html/divaexports.in/webroot/index.php',
'REMOTE_PORT' => '31829',
'REDIRECT_URL' => '/webroot/category/hit',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/category/hit',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1508195119.334,
'REQUEST_TIME' => (int) 1508195119
]
[private] uploadedFiles => []
[private] method => 'GET'
[private] requestTarget => null
[private] uri => object(Zend\Diactoros\Uri) {
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'http'
[private] userInfo => ''
[private] host => 'divaexports.in'
[private] port => null
[private] path => '/category/hit'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => true
}
}
object(Zend\Diactoros\Response) {
[protected] headers => []
[protected] headerNames => []
[private] phrases => [
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 102 => 'Processing',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 207 => 'Multi-Status',
(int) 208 => 'Already Reported',
(int) 226 => 'IM Used',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 306 => 'Switch Proxy',
(int) 307 => 'Temporary Redirect',
(int) 308 => 'Permanent Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Timeout',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Payload Too Large',
(int) 414 => 'URI Too Long',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Range Not Satisfiable',
(int) 417 => 'Expectation Failed',
(int) 418 => 'I'm a teapot',
(int) 421 => 'Misdirected Request',
(int) 422 => 'Unprocessable Entity',
(int) 423 => 'Locked',
(int) 424 => 'Failed Dependency',
(int) 425 => 'Unordered Collection',
(int) 426 => 'Upgrade Required',
(int) 428 => 'Precondition Required',
(int) 429 => 'Too Many Requests',
(int) 431 => 'Request Header Fields Too Large',
(int) 444 => 'Connection Closed Without Response',
(int) 451 => 'Unavailable For Legal Reasons',
(int) 499 => 'Client Closed Request',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Timeout',
(int) 505 => 'HTTP Version Not Supported',
(int) 506 => 'Variant Also Negotiates',
(int) 507 => 'Insufficient Storage',
(int) 508 => 'Loop Detected',
(int) 510 => 'Not Extended',
(int) 511 => 'Network Authentication Required',
(int) 599 => 'Network Connect Timeout Error'
]
[private] reasonPhrase => ''
[private] statusCode => (int) 200
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {
[protected] resource => resource
[protected] stream => 'php://memory'
}
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Http/Runner.php toggle arguments
{
$this -> middleware = $middleware ;
$this -> index = 0 ;
return $this -> __invoke ( $request , $response );
}
/**
* @ param \ Psr \ Http \ Message \ ServerRequestInterface $request The server request
object(Zend\Diactoros\ServerRequest) {
[protected] headers => [
'host' => [
(int) 0 => 'divaexports.in'
],
'connection' => [
(int) 0 => 'Keep-Alive'
],
'accept-encoding' => [
(int) 0 => 'gzip'
],
'cf-ipcountry' => [
(int) 0 => 'US'
],
'x-forwarded-for' => [
(int) 0 => '54.165.59.7'
],
'cf-ray' => [
(int) 0 => '3aeea985c40891be-EWR'
],
'x-forwarded-proto' => [
(int) 0 => 'http'
],
'cf-visitor' => [
(int) 0 => '{"scheme":"http"}'
],
'cookie' => [
(int) 0 => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;'
],
'user-agent' => [
(int) 0 => 'ia_archiver'
],
'from' => [
(int) 0 => ''
],
'cf-connecting-ip' => [
(int) 0 => '54.165.59.7'
]
]
[protected] headerNames => [
'host' => 'host',
'connection' => 'connection',
'accept-encoding' => 'accept-encoding',
'cf-ipcountry' => 'cf-ipcountry',
'x-forwarded-for' => 'x-forwarded-for',
'cf-ray' => 'cf-ray',
'x-forwarded-proto' => 'x-forwarded-proto',
'cf-visitor' => 'cf-visitor',
'cookie' => 'cookie',
'user-agent' => 'user-agent',
'from' => 'from',
'cf-connecting-ip' => 'cf-connecting-ip'
]
[private] attributes => [
'base' => '',
'webroot' => '/',
'session' => object(Cake\Network\Session) {}
]
[private] cookieParams => [
'__cfduid' => 'db4332bb48eac71413a9d1996ebfe8a131508194923',
'token' => 'Q2FrZQ==.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ/XQw==',
'currency' => 'Q2FrZQ==.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc/xv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1',
'currencyValue' => 'Q2FrZQ==.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y+YrHEl7hQ77zRUc+XOFPN2CnNhZdE5v9PYYlhGtOAc/',
'wordpress_test_cookie' => 'WP Cookie check'
]
[private] parsedBody => []
[private] queryParams => []
[private] serverParams => [
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_HOST' => 'divaexports.in',
'HTTP_CONNECTION' => 'Keep-Alive',
'HTTP_ACCEPT_ENCODING' => 'gzip',
'HTTP_CF_IPCOUNTRY' => 'US',
'HTTP_X_FORWARDED_FOR' => '54.165.59.7',
'HTTP_CF_RAY' => '3aeea985c40891be-EWR',
'HTTP_X_FORWARDED_PROTO' => 'http',
'HTTP_CF_VISITOR' => '{"scheme":"http"}',
'HTTP_COOKIE' => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;',
'HTTP_USER_AGENT' => 'ia_archiver',
'HTTP_FROM' => '',
'HTTP_CF_CONNECTING_IP' => '54.165.59.7',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => 'Apache/2.4.18 (Ubuntu) Server at divaexports.in Port 80
',
'SERVER_SOFTWARE' => 'Apache/2.4.18 (Ubuntu)',
'SERVER_NAME' => 'divaexports.in',
'SERVER_ADDR' => '139.59.9.9',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '162.158.62.224',
'DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'SERVER_ADMIN' => '',
'SCRIPT_FILENAME' => '/var/www/html/divaexports.in/webroot/index.php',
'REMOTE_PORT' => '31829',
'REDIRECT_URL' => '/webroot/category/hit',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/category/hit',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1508195119.334,
'REQUEST_TIME' => (int) 1508195119
]
[private] uploadedFiles => []
[private] method => 'GET'
[private] requestTarget => null
[private] uri => object(Zend\Diactoros\Uri) {
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'http'
[private] userInfo => ''
[private] host => 'divaexports.in'
[private] port => null
[private] path => '/category/hit'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => true
}
}
object(Zend\Diactoros\Response) {
[protected] headers => []
[protected] headerNames => []
[private] phrases => [
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 102 => 'Processing',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 207 => 'Multi-Status',
(int) 208 => 'Already Reported',
(int) 226 => 'IM Used',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 306 => 'Switch Proxy',
(int) 307 => 'Temporary Redirect',
(int) 308 => 'Permanent Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Timeout',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Payload Too Large',
(int) 414 => 'URI Too Long',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Range Not Satisfiable',
(int) 417 => 'Expectation Failed',
(int) 418 => 'I'm a teapot',
(int) 421 => 'Misdirected Request',
(int) 422 => 'Unprocessable Entity',
(int) 423 => 'Locked',
(int) 424 => 'Failed Dependency',
(int) 425 => 'Unordered Collection',
(int) 426 => 'Upgrade Required',
(int) 428 => 'Precondition Required',
(int) 429 => 'Too Many Requests',
(int) 431 => 'Request Header Fields Too Large',
(int) 444 => 'Connection Closed Without Response',
(int) 451 => 'Unavailable For Legal Reasons',
(int) 499 => 'Client Closed Request',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Timeout',
(int) 505 => 'HTTP Version Not Supported',
(int) 506 => 'Variant Also Negotiates',
(int) 507 => 'Insufficient Storage',
(int) 508 => 'Loop Detected',
(int) 510 => 'Not Extended',
(int) 511 => 'Network Authentication Required',
(int) 599 => 'Network Connect Timeout Error'
]
[private] reasonPhrase => ''
[private] statusCode => (int) 200
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {
[protected] resource => resource
[protected] stream => 'php://memory'
}
}
/var/www/html/divaexports.in/vendor/cakephp/cakephp/src/Http/Server.php toggle arguments
throw new RuntimeException ( 'The application `middleware` method did not return a middleware queue.' );
}
$this -> dispatchEvent ( 'Server.buildMiddleware' , [ 'middleware' => $middleware ]);
$middleware -> add ( $this -> app );
$response = $this -> runner -> run ( $middleware , $request , $response );
if (!( $response instanceof ResponseInterface )) {
throw new RuntimeException ( sprintf (
'Application did not create a response. Got "%s" instead.' ,
object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Zend\Diactoros\ServerRequest) {
[protected] headers => [
'host' => [
(int) 0 => 'divaexports.in'
],
'connection' => [
(int) 0 => 'Keep-Alive'
],
'accept-encoding' => [
(int) 0 => 'gzip'
],
'cf-ipcountry' => [
(int) 0 => 'US'
],
'x-forwarded-for' => [
(int) 0 => '54.165.59.7'
],
'cf-ray' => [
(int) 0 => '3aeea985c40891be-EWR'
],
'x-forwarded-proto' => [
(int) 0 => 'http'
],
'cf-visitor' => [
(int) 0 => '{"scheme":"http"}'
],
'cookie' => [
(int) 0 => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;'
],
'user-agent' => [
(int) 0 => 'ia_archiver'
],
'from' => [
(int) 0 => ''
],
'cf-connecting-ip' => [
(int) 0 => '54.165.59.7'
]
]
[protected] headerNames => [
'host' => 'host',
'connection' => 'connection',
'accept-encoding' => 'accept-encoding',
'cf-ipcountry' => 'cf-ipcountry',
'x-forwarded-for' => 'x-forwarded-for',
'cf-ray' => 'cf-ray',
'x-forwarded-proto' => 'x-forwarded-proto',
'cf-visitor' => 'cf-visitor',
'cookie' => 'cookie',
'user-agent' => 'user-agent',
'from' => 'from',
'cf-connecting-ip' => 'cf-connecting-ip'
]
[private] attributes => [
'base' => '',
'webroot' => '/',
'session' => object(Cake\Network\Session) {}
]
[private] cookieParams => [
'__cfduid' => 'db4332bb48eac71413a9d1996ebfe8a131508194923',
'token' => 'Q2FrZQ==.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ/XQw==',
'currency' => 'Q2FrZQ==.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc/xv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1',
'currencyValue' => 'Q2FrZQ==.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y+YrHEl7hQ77zRUc+XOFPN2CnNhZdE5v9PYYlhGtOAc/',
'wordpress_test_cookie' => 'WP Cookie check'
]
[private] parsedBody => []
[private] queryParams => []
[private] serverParams => [
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_HOST' => 'divaexports.in',
'HTTP_CONNECTION' => 'Keep-Alive',
'HTTP_ACCEPT_ENCODING' => 'gzip',
'HTTP_CF_IPCOUNTRY' => 'US',
'HTTP_X_FORWARDED_FOR' => '54.165.59.7',
'HTTP_CF_RAY' => '3aeea985c40891be-EWR',
'HTTP_X_FORWARDED_PROTO' => 'http',
'HTTP_CF_VISITOR' => '{"scheme":"http"}',
'HTTP_COOKIE' => '__cfduid=db4332bb48eac71413a9d1996ebfe8a131508194923; token=Q2FrZQ%3D%3D.NTFiMDRlMzEyOWIzZTBmNDE2ZThlZDc1ZDc4NWQ3ZTIzNDk5ODgwMzY0NTUwZjYyODU1MTFjYmZjZmNmY2U1OBsf0h1zVajfpr46rtUXrtXi44NyvLh3e7BfRMWhLuDLSDTLaQPyntBWDUNQnJ%2FXQw%3D%3D; currency=Q2FrZQ%3D%3D.OTIwMzVmMjM4NTcwYjZhYmE4YmJkMWRkNjVjOWQyNDVkOTAxZTJjZTY3ZjlkYmQ0YmI5NjU5YmMwZTliMzRhZp4qc%2Fxv7AwqbJNdbKBhUUuTO9FNMLPFkHHqtI7znhK1; currencyValue=Q2FrZQ%3D%3D.Nzg5MWQ5ZWI0Y2UxMWU5MDRhOGNiNDE1OGM0ZTMxMWI4OWQ1YWNjNGE1OWUwNWMxNTE0OTE0ZjBiMzI1Mjk4Y%2BYrHEl7hQ77zRUc%2BXOFPN2CnNhZdE5v9PYYlhGtOAc%2F; wordpress_test_cookie=WP+Cookie+check; CAKEPHP=ksn92gdgb7qf5lcaaa49qnfqm1;',
'HTTP_USER_AGENT' => 'ia_archiver',
'HTTP_FROM' => '',
'HTTP_CF_CONNECTING_IP' => '54.165.59.7',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => 'Apache/2.4.18 (Ubuntu) Server at divaexports.in Port 80
',
'SERVER_SOFTWARE' => 'Apache/2.4.18 (Ubuntu)',
'SERVER_NAME' => 'divaexports.in',
'SERVER_ADDR' => '139.59.9.9',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '162.158.62.224',
'DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/html/divaexports.in',
'SERVER_ADMIN' => '',
'SCRIPT_FILENAME' => '/var/www/html/divaexports.in/webroot/index.php',
'REMOTE_PORT' => '31829',
'REDIRECT_URL' => '/webroot/category/hit',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/category/hit',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1508195119.334,
'REQUEST_TIME' => (int) 1508195119
]
[private] uploadedFiles => []
[private] method => 'GET'
[private] requestTarget => null
[private] uri => object(Zend\Diactoros\Uri) {
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'http'
[private] userInfo => ''
[private] host => 'divaexports.in'
[private] port => null
[private] path => '/category/hit'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => true
}
}
object(Zend\Diactoros\Response) {
[protected] headers => []
[protected] headerNames => []
[private] phrases => [
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 102 => 'Processing',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 207 => 'Multi-Status',
(int) 208 => 'Already Reported',
(int) 226 => 'IM Used',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 306 => 'Switch Proxy',
(int) 307 => 'Temporary Redirect',
(int) 308 => 'Permanent Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Timeout',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Payload Too Large',
(int) 414 => 'URI Too Long',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Range Not Satisfiable',
(int) 417 => 'Expectation Failed',
(int) 418 => 'I'm a teapot',
(int) 421 => 'Misdirected Request',
(int) 422 => 'Unprocessable Entity',
(int) 423 => 'Locked',
(int) 424 => 'Failed Dependency',
(int) 425 => 'Unordered Collection',
(int) 426 => 'Upgrade Required',
(int) 428 => 'Precondition Required',
(int) 429 => 'Too Many Requests',
(int) 431 => 'Request Header Fields Too Large',
(int) 444 => 'Connection Closed Without Response',
(int) 451 => 'Unavailable For Legal Reasons',
(int) 499 => 'Client Closed Request',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Timeout',
(int) 505 => 'HTTP Version Not Supported',
(int) 506 => 'Variant Also Negotiates',
(int) 507 => 'Insufficient Storage',
(int) 508 => 'Loop Detected',
(int) 510 => 'Not Extended',
(int) 511 => 'Network Authentication Required',
(int) 599 => 'Network Connect Timeout Error'
]
[private] reasonPhrase => ''
[private] statusCode => (int) 200
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {
[protected] resource => resource
[protected] stream => 'php://memory'
}
}
/var/www/html/divaexports.in/webroot/index.php toggle arguments
$server = new Server (new Application ( dirname ( __DIR__ ) . '/config' ));
// Run the request/response through the application
// and emit the response.
$server -> emit ( $server -> run ());
If you are using SQL keywords as table column names, you can enable identifier quoting for your database connection in config/app.php.
SQL Query:
SELECT Products.id AS `Products__id`, Products.design_no AS `Products__design_no`, Products.album_id AS `Products__album_id`, Products.catalogno AS `Products__catalogno`, Products.brand AS `Products__brand`, Products.product AS `Products__product`, Products.fabric AS `Products__fabric`, Products.stock AS `Products__stock`, Products.total_products AS `Products__total_products`, Products.Image AS `Products__Image`, Products.subcategory AS `Products__subcategory`, Products.category_id AS `Products__category_id`, Products.wholesale_price AS `Products__wholesale_price`, Products.weight AS `Products__weight`, Products.created AS `Products__created`, Albums.id AS `Albums__id`, Albums.name AS `Albums__name`, Albums.slug AS `Albums__slug`, Albums.rate AS `Albums__rate`, Albums.weight AS `Albums__weight`, Albums.size AS `Albums__size`, Albums.high_resolution AS `Albums__high_resolution`, Albums.white_background AS `Albums__white_background`, Albums.page_desc AS `Albums__page_desc`, Albums.seo_title AS `Albums__seo_title`, Albums.seo_desc AS `Albums__seo_desc`, Albums.seo_keyword AS `Albums__seo_keyword`, Albums.created AS `Albums__created`, Albums.status AS `Albums__status` FROM products Products INNER JOIN albums Albums ON Albums.id = (Products.album_id) WHERE category_id= GROUP BY album_id ORDER BY Albums.id desc LIMIT 9 OFFSET 0
If you want to customize this error message, create src/Template/Error/pdo_error.ctp
toggle vendor stack frames
〉 PDOStatement->execute CORE/src/Database/Statement/MysqlStatement.php, line 39
〉 Cake\Database\Statement\MysqlStatement->execute CORE/src/Database/Statement/StatementDecorator.php, line 172
〉 Cake\Database\Statement\StatementDecorator->execute CORE/src/Database/Log/LoggingStatement.php, line 56
〉 Cake\Database\Log\LoggingStatement->execute CORE/src/Database/Connection.php, line 276
〉 Cake\Database\Connection->run CORE/src/Database/Query.php, line 190
〉 Cake\Database\Query->execute CORE/src/ORM/Query.php, line 957
〉 Cake\ORM\Query->_execute CORE/src/Datasource/QueryTrait.php, line 276
〉 Cake\ORM\Query->_all CORE/src/ORM/Query.php, line 905
〉 Cake\ORM\Query->all CORE/src/Controller/Component/PaginatorComponent.php, line 189
〉 Cake\Controller\Component\PaginatorComponent->paginate CORE/src/Controller/Controller.php, line 713
〉 Cake\Controller\Controller->paginate APP/Controller/TemplatesController.php, line 110
〉 App\Controller\TemplatesController->catalog [internal function]
〉 call_user_func_array CORE/src/Controller/Controller.php, line 435
〉 Cake\Controller\Controller->invokeAction CORE/src/Http/ActionDispatcher.php, line 121
〉 Cake\Http\ActionDispatcher->_invoke CORE/src/Http/ActionDispatcher.php, line 95
〉 Cake\Http\ActionDispatcher->dispatch CORE/src/Http/BaseApplication.php, line 83
〉 Cake\Http\BaseApplication->__invoke CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62
〉 Cake\Routing\Middleware\RoutingMiddleware->__invoke CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
〉 Cake\Routing\Middleware\AssetMiddleware->__invoke CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81
〉 Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke CORE/src/Http/Runner.php, line 51
〉 Cake\Http\Runner->run CORE/src/Http/Server.php, line 90
〉 Cake\Http\Server->run ROOT/webroot/index.php, line 37