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 '' at line 1
SQL Query: UPDATE products SET visit = visit + 1 WHERE id =
Notice: If you want to customize this error message, create app/View/Errors/pdo_error.ctp
Stack Trace
- CORE/Cake/Model/Datasource/DboSource.php line 489 → PDOStatement->execute(array)
try {
$query = $this->_connection->prepare($sql, $prepareOptions);
$query->setFetchMode(PDO::FETCH_LAZY);
if (!$query->execute($params)) {
$this->_result = $query;
array()
- CORE/Cake/Model/Datasource/DboSource.php line 455 → DboSource->_execute(string, array)
$options += array('log' => $this->fullDebug);
$t = microtime(true);
$this->_result = $this->_execute($sql, $params);
'UPDATE products SET visit = visit + 1 WHERE id =' array()
- CORE/Cake/Model/Datasource/DboSource.php line 702 → DboSource->execute(string, array, array)
if ($cache && ($cached = $this->getQueryCache($sql, $params)) !== false) {
return $cached;
}
$result = $this->execute($sql, array(), $params);
if ($result) {
'UPDATE products SET visit = visit + 1 WHERE id = ' array( 'log' => true ) array()
- CORE/Cake/Model/Datasource/DboSource.php line 628 → DboSource->fetchAll(string, array)
if (isset($args[1]) && $args[1] === true) {
return $this->fetchAll($args[0], true);
} elseif (isset($args[1]) && !is_array($args[1])) {
return $this->fetchAll($args[0], false);
} elseif (isset($args[1]) && is_array($args[1])) {
'UPDATE products SET visit = visit + 1 WHERE id = ' array()
- CORE/Cake/Model/Model.php line 3476 → DboSource->query(string, boolean)
$params[] = $this->cacheQueries;
}
$db = $this->getDataSource();
return call_user_func_array(array(&$db, 'query'), $params);
}
'UPDATE products SET visit = visit + 1 WHERE id = ' false
- APP/Controller/PagesController.php line 516 → Model->query(string)
if(!$isVisitedProduct && @$loginUser['username'] != 'admin') {
$this->Product->query('UPDATE products SET visit = visit + 1 WHERE id = ' . $product[0]['Product']['id']);
$productsVisited = $this->Session->read('productsVisit');
'UPDATE products SET visit = visit + 1 WHERE id = '
- [internal function] → PagesController->product(string, string, string)
'img' 'cake.power.gif' 'fas'
- CORE/Cake/Controller/Controller.php line 491 → ReflectionMethod->invokeArgs(PagesController, array)
'action' => $request->params['action']
));
}
return $method->invokeArgs($this, $request->params['pass']);
object(PagesController) { name => 'Pages' components => array( 'Auth' => null, 'Session' => null, 'Cookie' => null, 'PendickJDate' => null, 'Paginator' => null, 'RequestHandler' => null, 'PendickUpload' => null, 'Captcha' => array( 'Model' => 'Post', 'field' => 'captcha' ) ) uses => array( (int) 0 => 'Post', (int) 1 => 'Cat', (int) 2 => 'Download', (int) 3 => 'Visit', (int) 4 => 'Setting', (int) 5 => 'Message', (int) 6 => 'Chat', (int) 7 => 'Gallery', (int) 8 => 'Slider', (int) 9 => 'Product', (int) 10 => 'Specification', (int) 11 => 'Discount', (int) 12 => 'Comment', (int) 13 => 'Buy', (int) 14 => 'Item', (int) 15 => 'Report', (int) 16 => 'Email', (int) 17 => 'Code', (int) 18 => 'Book', (int) 19 => 'Inbox', (int) 20 => 'User', (int) 21 => 'Log', (int) 22 => 'Noaccess' ) theme => 'Industry' layout => 'site' style => array( (int) 0 => 'bootstrap.css', (int) 1 => 'flaticon.css', (int) 2 => 'lightslider.min.css', (int) 3 => 'main.css?v=2', (int) 4 => 'lightslider.css' ) script => array( (int) 0 => 'jquery.js', (int) 1 => 'bootstrap.min.js', (int) 2 => 'lightslider.min.js', (int) 3 => 'number.js', (int) 4 => 'main.js', (int) 5 => 'lightslider.js', (int) 6 => 'main.js' ) url => null title => null description => null keywords => null image => '/uploads/images/products//' message => array() isHome => false isCart => false isProductsList => false scripts => null userLogin => null layout_title => 'پنل کاربری سایت' groupId => (int) 0 cssPanel => array( (int) 0 => 'assets/bootstrap-rtl/css/bootstrap-rtl.min', (int) 1 => 'assets/bootstrap-rtl/css/bootstrap-responsive-rtl.min', (int) 2 => 'assets/font-awesome/css/font-awesome', (int) 3 => 'style.css?v=9', (int) 4 => 'style_responsive', (int) 5 => 'style_navy-blue', (int) 6 => 'assets/uniform/css/uniform.default', (int) 7 => 'assets/bootstrap-toggle-buttons/static/stylesheets/bootstrap-toggle-buttons', (int) 8 => 'jquery-ui-1.10.1.custom.min.css' ) jsPanel => array( (int) 0 => 'jquery-1.8.3.min.js', (int) 1 => 'assets/bootstrap-rtl/js/bootstrap.min.js', (int) 2 => 'jquery.blockui.js', (int) 3 => 'assets/uniform/jquery.uniform.min.js', (int) 4 => 'assets/bootstrap-toggle-buttons/static/js/jquery.toggle.buttons.js', (int) 5 => 'assets/data-tables/jquery.dataTables.js', (int) 6 => 'assets/data-tables/DT_bootstrap.js', (int) 7 => 'scripts.js' ) lang => 'fas' helpers => array() request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'img/cake.power.gif' base => '' webroot => '/' here => '/img/cake.power.gif' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array( [maximum depth reached] ) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Pages' layoutPath => null viewVars => array( 'productsImagesPath' => '/uploads/images/products/', 'comments' => array(), 'allImages' => array(), 'specifications' => array(), 'product' => null, 'pageVisit' => '47288', 'siteVisit' => '27533', 'userAvatar' => '/uploads/images/users/thumbnails/m.jpg', 'userSession' => array(), 'groupId' => (int) 0, 'loggedUser' => null, 'couponValue' => (int) 0, 'coupon' => '', 'cartNum' => (int) 0, 'userIsLoggedIn' => false, 'locale' => 'fas' ) view => 'product' autoRender => true autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(PagesController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array( (int) 0 => 'img', (int) 1 => 'cake.power.gif', (int) 2 => 'fas' ) scaffold => false methods => array( (int) 0 => 'error404', (int) 1 => 'home', (int) 2 => 'products', (int) 3 => 'product', (int) 4 => 'add_to_cart', (int) 5 => 'remove_from_cart', (int) 6 => 'up_cart', (int) 7 => 'coupon', (int) 8 => 'cart', (int) 9 => 'orders', (int) 10 => 'pay', (int) 11 => 'bai', (int) 12 => 'tracking', (int) 13 => 'warranty', (int) 14 => 'more', (int) 15 => 'galleries', (int) 16 => 'news', (int) 17 => 'category', (int) 18 => 'downloads', (int) 19 => 'videos', (int) 20 => 'contactus', (int) 21 => 'go', (int) 22 => 'file', (int) 23 => 'about', (int) 24 => 'newsletters', (int) 25 => 'sms', (int) 26 => 'captcha', (int) 27 => 'site', (int) 28 => 'menu', (int) 30 => 'unread', (int) 31 => 'checkAccess', (int) 32 => 'randomText', (int) 33 => 'option', (int) 34 => 'systemLog' ) modelClass => 'Post' modelKey => 'page' validationErrors => null Auth => object(AuthComponent) { components => array( [maximum depth reached] ) authenticate => array( [maximum depth reached] ) authorize => false ajaxLogin => null flash => array( [maximum depth reached] ) loginAction => array( [maximum depth reached] ) loginRedirect => null logoutRedirect => array( [maximum depth reached] ) authError => 'You are not authorized to access that location.' unauthorizedRedirect => true allowedActions => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array([maximum depth reached]) [protected] _authenticateObjects => array( [maximum depth reached] ) [protected] _authorizeObjects => array([maximum depth reached]) [protected] _user => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'M#hA.!!asR&uk44B_lS@evZ=^7$$cSaQwE4V53O**mF0%1Xp82Hv' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array( [maximum depth reached] ) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } PendickJDate => object(PendickJDateComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Paginator => object(PaginatorComponent) { settings => array( [maximum depth reached] ) whitelist => array( [maximum depth reached] ) components => array([maximum depth reached]) Controller => object(PagesController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } RequestHandler => object(RequestHandlerComponent) { ajaxLayout => 'ajax' enabled => true request => object(CakeRequest) {} response => object(CakeResponse) {} ext => null settings => array( [maximum depth reached] ) components => array([maximum depth reached]) params => object(CakeRequest) {} [protected] _renderType => null [protected] _inputTypeMap => array( [maximum depth reached] ) [protected] _viewClassMap => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } PendickUpload => object(PendickUploadComponent) { file => null fileName => null pathName => null maxFileSize => (int) 204800000 thumbImageSize => array( [maximum depth reached] ) allowReplaceFile => false createThumbnail => false allowExtensions => array( [maximum depth reached] ) denyExtensions => array( [maximum depth reached] ) settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) [private] message => array( [maximum depth reached] ) } Captcha => object(CaptchaComponent) { settings => array( [maximum depth reached] ) components => array( [maximum depth reached] ) Controller => object(PagesController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) [private] __fonts => array( [maximum depth reached] ) [private] errors => array([maximum depth reached]) [private] fatalError => false [private] TTFSupport => true [private] sessionKey => 'Captcha.User_captcha' [private] themes => array( [maximum depth reached] ) } User => object(User) { displayField => 'name' belongsTo => array( [maximum depth reached] ) actsAs => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'users' id => false data => array([maximum depth reached]) schemaName => 'h183824_site' table => 'users' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'User' alias => 'User' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Group => object(Group) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Visit => object(Visit) { name => 'Visit' useDbConfig => 'default' useTable => 'visits' id => false data => array([maximum depth reached]) schemaName => 'h183824_site' table => 'visits' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Visit' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Product => object(Product) { belongsTo => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'products' id => false data => array([maximum depth reached]) schemaName => 'h183824_site' table => 'products' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Product' alias => 'Product' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Cat => object(Cat) {} Company => object(Cat) {} Car => object(Cat) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Specification => object(Specification) { belongsTo => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'specifications' id => false data => array([maximum depth reached]) schemaName => 'h183824_site' table => 'specifications' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Specification' alias => 'Specification' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Product => object(Product) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Comment => object(Comment) { belongsTo => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'comments' id => false data => array([maximum depth reached]) schemaName => 'h183824_site' table => 'comments' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Comment' alias => 'Comment' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Product => object(Product) {} User => object(User) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } array( (int) 0 => 'img', (int) 1 => 'cake.power.gif', (int) 2 => 'fas' )
- CORE/Cake/Routing/Dispatcher.php line 193 → Controller->invokeAction(CakeRequest)
$response = $controller->response;
$render = true;
$result = $controller->invokeAction($request);
if ($result instanceof CakeResponse) {
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'pages', 'action' => 'product', 'named' => array(), 'pass' => array( (int) 0 => 'img', (int) 1 => 'cake.power.gif', (int) 2 => 'fas' ), 'id' => 'img', 'url' => 'cake.power.gif', 'isAjax' => false, 'models' => array( 'User' => array( [maximum depth reached] ), 'Visit' => array( [maximum depth reached] ), 'Message' => array( [maximum depth reached] ), 'Chat' => array( [maximum depth reached] ), 'Log' => array( [maximum depth reached] ), 'Noaccess' => array( [maximum depth reached] ), 'Buy' => array( [maximum depth reached] ), 'Comment' => array( [maximum depth reached] ), 'Group' => array( [maximum depth reached] ), 'Aro' => array( [maximum depth reached] ), 'Aco' => array( [maximum depth reached] ), 'Product' => array( [maximum depth reached] ), 'Cat' => array( [maximum depth reached] ), 'Post' => array( [maximum depth reached] ), 'Company' => array( [maximum depth reached] ), 'Car' => array( [maximum depth reached] ), 'Specification' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'img/cake.power.gif' base => '' webroot => '/' here => '/img/cake.power.gif' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' }
- CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(PagesController, CakeRequest)
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(PagesController) { name => 'Pages' components => array( 'Auth' => null, 'Session' => null, 'Cookie' => null, 'PendickJDate' => null, 'Paginator' => null, 'RequestHandler' => null, 'PendickUpload' => null, 'Captcha' => array( 'Model' => 'Post', 'field' => 'captcha' ) ) uses => array( (int) 0 => 'Post', (int) 1 => 'Cat', (int) 2 => 'Download', (int) 3 => 'Visit', (int) 4 => 'Setting', (int) 5 => 'Message', (int) 6 => 'Chat', (int) 7 => 'Gallery', (int) 8 => 'Slider', (int) 9 => 'Product', (int) 10 => 'Specification', (int) 11 => 'Discount', (int) 12 => 'Comment', (int) 13 => 'Buy', (int) 14 => 'Item', (int) 15 => 'Report', (int) 16 => 'Email', (int) 17 => 'Code', (int) 18 => 'Book', (int) 19 => 'Inbox', (int) 20 => 'User', (int) 21 => 'Log', (int) 22 => 'Noaccess' ) theme => 'Industry' layout => 'site' style => array( (int) 0 => 'bootstrap.css', (int) 1 => 'flaticon.css', (int) 2 => 'lightslider.min.css', (int) 3 => 'main.css?v=2', (int) 4 => 'lightslider.css' ) script => array( (int) 0 => 'jquery.js', (int) 1 => 'bootstrap.min.js', (int) 2 => 'lightslider.min.js', (int) 3 => 'number.js', (int) 4 => 'main.js', (int) 5 => 'lightslider.js', (int) 6 => 'main.js' ) url => null title => null description => null keywords => null image => '/uploads/images/products//' message => array() isHome => false isCart => false isProductsList => false scripts => null userLogin => null layout_title => 'پنل کاربری سایت' groupId => (int) 0 cssPanel => array( (int) 0 => 'assets/bootstrap-rtl/css/bootstrap-rtl.min', (int) 1 => 'assets/bootstrap-rtl/css/bootstrap-responsive-rtl.min', (int) 2 => 'assets/font-awesome/css/font-awesome', (int) 3 => 'style.css?v=9', (int) 4 => 'style_responsive', (int) 5 => 'style_navy-blue', (int) 6 => 'assets/uniform/css/uniform.default', (int) 7 => 'assets/bootstrap-toggle-buttons/static/stylesheets/bootstrap-toggle-buttons', (int) 8 => 'jquery-ui-1.10.1.custom.min.css' ) jsPanel => array( (int) 0 => 'jquery-1.8.3.min.js', (int) 1 => 'assets/bootstrap-rtl/js/bootstrap.min.js', (int) 2 => 'jquery.blockui.js', (int) 3 => 'assets/uniform/jquery.uniform.min.js', (int) 4 => 'assets/bootstrap-toggle-buttons/static/js/jquery.toggle.buttons.js', (int) 5 => 'assets/data-tables/jquery.dataTables.js', (int) 6 => 'assets/data-tables/DT_bootstrap.js', (int) 7 => 'scripts.js' ) lang => 'fas' helpers => array() request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'img/cake.power.gif' base => '' webroot => '/' here => '/img/cake.power.gif' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array( [maximum depth reached] ) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Pages' layoutPath => null viewVars => array( 'productsImagesPath' => '/uploads/images/products/', 'comments' => array(), 'allImages' => array(), 'specifications' => array(), 'product' => null, 'pageVisit' => '47288', 'siteVisit' => '27533', 'userAvatar' => '/uploads/images/users/thumbnails/m.jpg', 'userSession' => array(), 'groupId' => (int) 0, 'loggedUser' => null, 'couponValue' => (int) 0, 'coupon' => '', 'cartNum' => (int) 0, 'userIsLoggedIn' => false, 'locale' => 'fas' ) view => 'product' autoRender => true autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(PagesController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array( (int) 0 => 'img', (int) 1 => 'cake.power.gif', (int) 2 => 'fas' ) scaffold => false methods => array( (int) 0 => 'error404', (int) 1 => 'home', (int) 2 => 'products', (int) 3 => 'product', (int) 4 => 'add_to_cart', (int) 5 => 'remove_from_cart', (int) 6 => 'up_cart', (int) 7 => 'coupon', (int) 8 => 'cart', (int) 9 => 'orders', (int) 10 => 'pay', (int) 11 => 'bai', (int) 12 => 'tracking', (int) 13 => 'warranty', (int) 14 => 'more', (int) 15 => 'galleries', (int) 16 => 'news', (int) 17 => 'category', (int) 18 => 'downloads', (int) 19 => 'videos', (int) 20 => 'contactus', (int) 21 => 'go', (int) 22 => 'file', (int) 23 => 'about', (int) 24 => 'newsletters', (int) 25 => 'sms', (int) 26 => 'captcha', (int) 27 => 'site', (int) 28 => 'menu', (int) 30 => 'unread', (int) 31 => 'checkAccess', (int) 32 => 'randomText', (int) 33 => 'option', (int) 34 => 'systemLog' ) modelClass => 'Post' modelKey => 'page' validationErrors => null Auth => object(AuthComponent) { components => array( [maximum depth reached] ) authenticate => array( [maximum depth reached] ) authorize => false ajaxLogin => null flash => array( [maximum depth reached] ) loginAction => array( [maximum depth reached] ) loginRedirect => null logoutRedirect => array( [maximum depth reached] ) authError => 'You are not authorized to access that location.' unauthorizedRedirect => true allowedActions => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array([maximum depth reached]) [protected] _authenticateObjects => array( [maximum depth reached] ) [protected] _authorizeObjects => array([maximum depth reached]) [protected] _user => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'M#hA.!!asR&uk44B_lS@evZ=^7$$cSaQwE4V53O**mF0%1Xp82Hv' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array( [maximum depth reached] ) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } PendickJDate => object(PendickJDateComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Paginator => object(PaginatorComponent) { settings => array( [maximum depth reached] ) whitelist => array( [maximum depth reached] ) components => array([maximum depth reached]) Controller => object(PagesController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } RequestHandler => object(RequestHandlerComponent) { ajaxLayout => 'ajax' enabled => true request => object(CakeRequest) {} response => object(CakeResponse) {} ext => null settings => array( [maximum depth reached] ) components => array([maximum depth reached]) params => object(CakeRequest) {} [protected] _renderType => null [protected] _inputTypeMap => array( [maximum depth reached] ) [protected] _viewClassMap => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } PendickUpload => object(PendickUploadComponent) { file => null fileName => null pathName => null maxFileSize => (int) 204800000 thumbImageSize => array( [maximum depth reached] ) allowReplaceFile => false createThumbnail => false allowExtensions => array( [maximum depth reached] ) denyExtensions => array( [maximum depth reached] ) settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) [private] message => array( [maximum depth reached] ) } Captcha => object(CaptchaComponent) { settings => array( [maximum depth reached] ) components => array( [maximum depth reached] ) Controller => object(PagesController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) [private] __fonts => array( [maximum depth reached] ) [private] errors => array([maximum depth reached]) [private] fatalError => false [private] TTFSupport => true [private] sessionKey => 'Captcha.User_captcha' [private] themes => array( [maximum depth reached] ) } User => object(User) { displayField => 'name' belongsTo => array( [maximum depth reached] ) actsAs => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'users' id => false data => array([maximum depth reached]) schemaName => 'h183824_site' table => 'users' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'User' alias => 'User' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Group => object(Group) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Visit => object(Visit) { name => 'Visit' useDbConfig => 'default' useTable => 'visits' id => false data => array([maximum depth reached]) schemaName => 'h183824_site' table => 'visits' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Visit' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Product => object(Product) { belongsTo => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'products' id => false data => array([maximum depth reached]) schemaName => 'h183824_site' table => 'products' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Product' alias => 'Product' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Cat => object(Cat) {} Company => object(Cat) {} Car => object(Cat) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Specification => object(Specification) { belongsTo => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'specifications' id => false data => array([maximum depth reached]) schemaName => 'h183824_site' table => 'specifications' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Specification' alias => 'Specification' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Product => object(Product) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Comment => object(Comment) { belongsTo => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'comments' id => false data => array([maximum depth reached]) schemaName => 'h183824_site' table => 'comments' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Comment' alias => 'Comment' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Product => object(Product) {} User => object(User) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'pages', 'action' => 'product', 'named' => array(), 'pass' => array( (int) 0 => 'img', (int) 1 => 'cake.power.gif', (int) 2 => 'fas' ), 'id' => 'img', 'url' => 'cake.power.gif', 'isAjax' => false, 'models' => array( 'User' => array( [maximum depth reached] ), 'Visit' => array( [maximum depth reached] ), 'Message' => array( [maximum depth reached] ), 'Chat' => array( [maximum depth reached] ), 'Log' => array( [maximum depth reached] ), 'Noaccess' => array( [maximum depth reached] ), 'Buy' => array( [maximum depth reached] ), 'Comment' => array( [maximum depth reached] ), 'Group' => array( [maximum depth reached] ), 'Aro' => array( [maximum depth reached] ), 'Aco' => array( [maximum depth reached] ), 'Product' => array( [maximum depth reached] ), 'Cat' => array( [maximum depth reached] ), 'Post' => array( [maximum depth reached] ), 'Company' => array( [maximum depth reached] ), 'Car' => array( [maximum depth reached] ), 'Specification' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'img/cake.power.gif' base => '' webroot => '/' here => '/img/cake.power.gif' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' }
- APP/webroot/index.php line 117 → Dispatcher->dispatch(CakeRequest, CakeResponse)
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(
new CakeRequest(),
new CakeResponse()
);
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'pages', 'action' => 'product', 'named' => array(), 'pass' => array( (int) 0 => 'img', (int) 1 => 'cake.power.gif', (int) 2 => 'fas' ), 'id' => 'img', 'url' => 'cake.power.gif', 'isAjax' => false, 'models' => array( 'User' => array( [maximum depth reached] ), 'Visit' => array( [maximum depth reached] ), 'Message' => array( [maximum depth reached] ), 'Chat' => array( [maximum depth reached] ), 'Log' => array( [maximum depth reached] ), 'Noaccess' => array( [maximum depth reached] ), 'Buy' => array( [maximum depth reached] ), 'Comment' => array( [maximum depth reached] ), 'Group' => array( [maximum depth reached] ), 'Aro' => array( [maximum depth reached] ), 'Aco' => array( [maximum depth reached] ), 'Product' => array( [maximum depth reached] ), 'Cat' => array( [maximum depth reached] ), 'Post' => array( [maximum depth reached] ), 'Company' => array( [maximum depth reached] ), 'Car' => array( [maximum depth reached] ), 'Specification' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'img/cake.power.gif' base => '' webroot => '/' here => '/img/cake.power.gif' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (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) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 307 => 'Temporary 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 Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 429 => 'Too Many Requests', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'Unsupported Version' ) [protected] _mimeTypes => array( 'html' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'json' => 'application/json', 'xml' => array( (int) 0 => 'application/xml', (int) 1 => 'text/xml' ), 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => array( (int) 0 => 'text/csv', (int) 1 => 'application/vnd.ms-excel' ), 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'jsonapi' => 'application/vnd.api+json', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', 'cc' => 'text/plain', 'css' => 'text/css', 'etx' => 'text/x-setext', 'f' => 'text/plain', 'f90' => 'text/plain', 'h' => 'text/plain', 'hh' => 'text/plain', 'htm' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'ics' => 'text/calendar', 'm' => 'text/plain', 'rtf' => 'text/rtf', 'rtx' => 'text/richtext', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'tsv' => 'text/tab-separated-values', 'tpl' => 'text/template', 'txt' => 'text/plain', 'text' => 'text/plain', 'avi' => 'video/x-msvideo', 'fli' => 'video/x-fli', 'mov' => 'video/quicktime', 'movie' => 'video/x-sgi-movie', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'qt' => 'video/quicktime', 'viv' => 'video/vnd.vivo', 'vivo' => 'video/vnd.vivo', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mp4' => 'video/mp4', 'm4v' => 'video/mp4', 'f4v' => 'video/mp4', 'f4p' => 'video/mp4', 'm4a' => 'audio/mp4', 'f4a' => 'audio/mp4', 'f4b' => 'audio/mp4', 'gif' => 'image/gif', 'ief' => 'image/ief', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpe' => 'image/jpeg', 'pbm' => 'image/x-portable-bitmap', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ras' => 'image/cmu-raster', 'rgb' => 'image/x-rgb', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'xbm' => 'image/x-xbitmap', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'psd' => array( (int) 0 => 'application/photoshop', (int) 1 => 'application/psd', (int) 2 => 'image/psd', (int) 3 => 'image/x-photoshop', (int) 4 => 'image/photoshop', (int) 5 => 'zz-application/zz-winassoc-psd' ), 'ice' => 'x-conference/x-cooltalk', 'iges' => 'model/iges', 'igs' => 'model/iges', 'mesh' => 'model/mesh', 'msh' => 'model/mesh', 'silo' => 'model/mesh', 'vrml' => 'model/vrml', 'wrl' => 'model/vrml', 'mime' => 'www/mime', 'pdb' => 'chemical/x-pdb', 'xyz' => 'chemical/x-pdb', 'javascript' => 'application/javascript', 'form' => 'application/x-www-form-urlencoded', 'file' => 'multipart/form-data', 'xhtml' => array( (int) 0 => 'application/xhtml+xml', (int) 1 => 'application/xhtml', (int) 2 => 'text/xhtml' ), 'xhtml-mobile' => 'application/vnd.wap.xhtml+xml', 'atom' => 'application/atom+xml', 'amf' => 'application/x-amf', 'wap' => array( (int) 0 => 'text/vnd.wap.wml', (int) 1 => 'text/vnd.wap.wmlscript', (int) 2 => 'image/vnd.wap.wbmp' ), 'wml' => 'text/vnd.wap.wml', 'wmlscript' => 'text/vnd.wap.wmlscript', 'wbmp' => 'image/vnd.wap.wbmp', 'woff' => 'application/x-font-woff', 'webp' => 'image/webp', 'appcache' => 'text/cache-manifest', 'manifest' => 'text/cache-manifest', 'htc' => 'text/x-component', 'rdf' => 'application/xml', 'crx' => 'application/x-chrome-extension', 'oex' => 'application/x-opera-extension', 'xpi' => 'application/x-xpinstall', 'safariextz' => 'application/octet-stream', 'webapp' => 'application/x-web-app-manifest+json', 'vcf' => 'text/x-vcard', 'vtt' => 'text/vtt', 'mkv' => 'video/x-matroska', 'pkpass' => 'application/vnd.apple.pkpass', 'ajax' => 'text/html' ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array( 'Last-Modified' => 'Mon, 23 Dec 2024 18:33:28 +0000', 'Cache-Control' => 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0', 'Pragma' => 'no-cache', 'Expires' => 'Thu, 01 Jan 1970 00:00:00 +0000' ) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array() [protected] _cookies => array() }