Notice (8): Undefined index: store_id [APP/Plugin/Sitemap/Model/Behavior/SitemapBehavior.php, line 95]Code Context
if($Model->name == "Category"){
$this->settings[$Model->alias]['conditions'] = Set::merge($this->settings[$Model->alias]['conditions'], array($Model->name.".store_id"=>$options['store_id']));
$Model = object(Category) {
name => 'Category'
translateModel => 'CategoryI18n'
displayField => 'title'
actsAs => array(
'Containable' => null,
'Tree' => null,
'Upload.Upload' => array(
[maximum depth reached]
),
'Sluggable' => null,
'Translate' => array(
[maximum depth reached]
),
'Translation.ExtendTranslate' => null,
'Cacher.Cache' => null,
'Search.Searchable' => array(
[maximum depth reached]
),
'Sitemap.Sitemap' => array(
[maximum depth reached]
)
)
belongsTo => array(
'Parent' => array(
[maximum depth reached]
),
'Tax' => array(
[maximum depth reached]
),
'Store' => array(
[maximum depth reached]
)
)
hasMany => array(
'Product' => array(
[maximum depth reached]
),
'Title' => array(
[maximum depth reached]
),
'Subtitle' => array(
[maximum depth reached]
),
'Description' => array(
[maximum depth reached]
),
'MetaTitle' => array(
[maximum depth reached]
),
'MetaKeywords' => array(
[maximum depth reached]
),
'MetaDescription' => array(
[maximum depth reached]
)
)
recursive => (int) -1
validate => array(
'title' => array(
[maximum depth reached]
),
'meta_page_title' => array(
[maximum depth reached]
),
'meta_keywords' => array(
[maximum depth reached]
),
'meta_description' => array(
[maximum depth reached]
)
)
useDbConfig => 'default'
useTable => 'categories'
id => false
data => array()
schemaName => 'sports1_db'
table => 'categories'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => null
alias => 'Category'
tableToModel => array(
'categories' => 'Category'
)
cacheQueries => false
hasOne => array()
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
_useDbConfig => 'default'
locale => array(
(int) 0 => 'ell'
)
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'subtitle' => array(
[maximum depth reached]
),
'parent_id' => array(
[maximum depth reached]
),
'published' => array(
[maximum depth reached]
),
'featured' => array(
[maximum depth reached]
),
'slug' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'image' => array(
[maximum depth reached]
),
'lft' => array(
[maximum depth reached]
),
'rght' => array(
[maximum depth reached]
),
'banner' => array(
[maximum depth reached]
),
'product_count' => array(
[maximum depth reached]
),
'meta_page_title' => array(
[maximum depth reached]
),
'meta_keywords' => array(
[maximum depth reached]
),
'meta_description' => array(
[maximum depth reached]
),
'deleted' => array(
[maximum depth reached]
),
'deleted_date' => array(
[maximum depth reached]
),
'tax_id' => array(
[maximum depth reached]
),
'reduction' => array(
[maximum depth reached]
),
'is_primary' => array(
[maximum depth reached]
),
'store_id' => array(
[maximum depth reached]
),
'class' => array(
[maximum depth reached]
),
'show_new_arrivals' => array(
[maximum depth reached]
),
'show_offers' => array(
[maximum depth reached]
),
'show_latest_season' => array(
[maximum depth reached]
),
'show_outlet' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => null
[protected] _validator => null
}
$locale = null
$localeFallback = array(
(int) 0 => 'ell'
)
$limit_categories = false
$options = array()SitemapBehavior::generateSitemapData() - APP/Plugin/Sitemap/Model/Behavior/SitemapBehavior.php, line 95
BehaviorCollection::dispatchMethod() - CORE/Cake/Model/BehaviorCollection.php, line 238
Model::__call() - CORE/Cake/Model/Model.php, line 829
SitemapsController::display() - APP/Plugin/Sitemap/Controller/SitemapsController.php, line 104
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 109
Notice (8): Undefined index: store_id [APP/Plugin/Sitemap/Model/Behavior/SitemapBehavior.php, line 98]Code Context }
if($Model->name == "Content"){
$this->settings[$Model->alias]['conditions'] = Set::merge($this->settings[$Model->alias]['conditions'], array($Model->name.".store_id"=>$options['store_id']));
$Model = object(Content) {
translateModel => 'ContentI18n'
displayField => 'title'
actsAs => array(
'Containable' => null,
'Translate' => array(
[maximum depth reached]
),
'Translation.ExtendTranslate' => null,
'Sluggable' => array(
[maximum depth reached]
),
'Upload.Upload' => array(
[maximum depth reached]
),
'Search.Searchable' => array(
[maximum depth reached]
),
'Sitemap.Sitemap' => array(
[maximum depth reached]
)
)
belongsTo => array(
'ContentCategory' => array(
[maximum depth reached]
)
)
recursive => (int) -1
validate => array(
'title' => array(
[maximum depth reached]
),
'slug' => array(
[maximum depth reached]
)
)
useDbConfig => 'default'
useTable => 'contents'
id => false
data => array()
schemaName => 'sports1_db'
table => 'contents'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => null
name => 'Content'
alias => 'Content'
tableToModel => array(
'contents' => 'Content'
)
cacheQueries => false
hasOne => array()
hasMany => array(
'Title' => array(
[maximum depth reached]
),
'Text' => array(
[maximum depth reached]
),
'MetaTitle' => array(
[maximum depth reached]
),
'MetaKeywords' => array(
[maximum depth reached]
),
'MetaDescription' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
locale => array(
(int) 0 => 'ell'
)
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'content' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'slug' => array(
[maximum depth reached]
),
'published' => array(
[maximum depth reached]
),
'image' => array(
[maximum depth reached]
),
'content_category_id' => array(
[maximum depth reached]
),
'featured' => array(
[maximum depth reached]
),
'meta_page_title' => array(
[maximum depth reached]
),
'meta_keywords' => array(
[maximum depth reached]
),
'meta_description' => array(
[maximum depth reached]
),
'store_id' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => null
[protected] _validator => null
}
$locale = null
$localeFallback = array(
(int) 0 => 'ell'
)
$limit_categories = false
$options = array()SitemapBehavior::generateSitemapData() - APP/Plugin/Sitemap/Model/Behavior/SitemapBehavior.php, line 98
BehaviorCollection::dispatchMethod() - CORE/Cake/Model/BehaviorCollection.php, line 238
Model::__call() - CORE/Cake/Model/Model.php, line 829
SitemapsController::display() - APP/Plugin/Sitemap/Controller/SitemapsController.php, line 104
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 109
Notice (8): Undefined index: data [APP/Plugin/Sitemap/Model/Behavior/SitemapBehavior.php, line 63]Code Context
$adminStore = Classregistry::init("Admin.Store");
$xmlRenderer = $options['data']['xmlRenderer'];
$Model = object(Product) {
name => 'Product'
translateModel => 'ProductI18n'
displayField => 'title'
brandChanged => false
_previousBrandId => null
criteria => array(
'Product.published' => (int) 1,
'Product.deleted' => (int) 0,
'Brand.published' => (int) 1,
'Category.published' => (int) 1,
'OR' => array(
[maximum depth reached]
)
)
product_contain => array(
'Category' => array(
[maximum depth reached]
),
'Brand' => array(
[maximum depth reached]
),
'Tax' => array(
[maximum depth reached]
),
'ProductOption' => array(
[maximum depth reached]
),
(int) 0 => 'DefaultProductOption.price'
)
product_fields => array(
(int) 0 => 'id',
(int) 1 => 'created',
(int) 2 => 'title',
(int) 3 => 'code',
(int) 4 => 'image',
(int) 5 => 'price',
(int) 6 => 'finalprice',
(int) 7 => 'baseprice',
(int) 8 => 'published',
(int) 9 => 'slug',
(int) 10 => 'category_id',
(int) 11 => 'reduction',
(int) 12 => 'total_reduction',
(int) 13 => 'new_product',
(int) 14 => 'featured',
(int) 15 => 'has_gift'
)
product_joins => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
)
)
virtualFields => array(
'total_reduction' => 'Product.reduction',
'finalprice' => 'ROUND((Product.price * ( 100 - Product.reduction)/100), 2)',
'baseprice' => 'ROUND((Product.price * ( 100 - COALESCE((SELECT price FROM taxes WHERE taxes.id = Product.tax_id), 0) )/100), 2)',
'new_product' => 'Product.new_product',
'avail_qty' => '"0"'
)
priceVirtualField => array(
'price' => 'Product.price',
'starting_price' => 'COALESCE(ProductPriceMin.starting_price, Product.price)'
)
actsAs => array(
'Containable' => null,
'Translate' => array(
[maximum depth reached]
),
'Translation.ExtendTranslate' => null,
'Tools.SoftDelete' => null,
'Upload.Upload' => array(
[maximum depth reached]
),
'Sluggable' => null,
'Search.Searchable' => array(
[maximum depth reached]
),
'Hitcount' => null,
'Cacher.Cache' => null,
'Admin.Copyable' => array(
[maximum depth reached]
),
'Sitemap.Sitemap' => array(
[maximum depth reached]
)
)
belongsTo => array(
'Brand' => array(
[maximum depth reached]
),
'Season' => array(
[maximum depth reached]
),
'Tax' => array(
[maximum depth reached]
),
'Reduction' => array(
[maximum depth reached]
),
'ProductAvailability' => array(
[maximum depth reached]
),
'ProductUnit' => array(
[maximum depth reached]
)
)
hasMany => array(
'ProductOption' => array(
[maximum depth reached]
),
'ProductCombo' => array(
[maximum depth reached]
),
'ProductStore' => array(
[maximum depth reached]
),
'Photo' => array(
[maximum depth reached]
),
'ProductIcon' => array(
[maximum depth reached]
),
'ProductPrice' => array(
[maximum depth reached]
),
'Title' => array(
[maximum depth reached]
),
'Subtitle' => array(
[maximum depth reached]
),
'Description' => array(
[maximum depth reached]
),
'MetaTitle' => array(
[maximum depth reached]
),
'MetaKeywords' => array(
[maximum depth reached]
),
'MetaDescription' => array(
[maximum depth reached]
),
'Notes' => array(
[maximum depth reached]
),
'Type' => array(
[maximum depth reached]
),
'Density' => array(
[maximum depth reached]
),
'Setbedroom' => array(
[maximum depth reached]
),
'Notice' => array(
[maximum depth reached]
)
)
hasOne => array(
'DefaultProductOption' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'ErpTag' => array(
[maximum depth reached]
),
'Category' => array(
[maximum depth reached]
),
'Attribute' => array(
[maximum depth reached]
),
'Author' => array(
[maximum depth reached]
),
'Supplier' => array(
[maximum depth reached]
)
)
recursive => (int) -1
validate => array(
'title' => array(
[maximum depth reached]
),
'code' => array(
[maximum depth reached]
),
'price' => array(
[maximum depth reached]
),
'price_with_vat' => array(
[maximum depth reached]
),
'brand_id' => array(
[maximum depth reached]
),
'tax_id' => array(
[maximum depth reached]
),
'reduction' => array(
[maximum depth reached]
),
'meta_page_title' => array(
[maximum depth reached]
),
'meta_keywords' => array(
[maximum depth reached]
),
'barcode' => array(
[maximum depth reached]
)
)
useDbConfig => 'default'
useTable => 'products'
id => false
data => array()
schemaName => 'sports1_db'
table => 'products'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => null
alias => 'Product'
tableToModel => array(
'products' => 'Product',
'categories' => 'Category',
'attributes' => 'Attribute',
'authors' => 'Author',
'suppliers' => 'Supplier',
'brands' => 'Brand',
'seasons' => 'Season',
'taxes' => 'Tax',
'reductions' => 'Reduction',
'product_availabilities' => 'ProductAvailability',
'product_units' => 'ProductUnit'
)
cacheQueries => false
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
order => null
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
Category => object(Category) {}
Attribute => object(Attribute) {}
Author => object(Author) {}
Supplier => object(Supplier) {}
Brand => object(Brand) {}
Season => object(Season) {}
Tax => object(Tax) {}
Reduction => object(Reduction) {}
ProductAvailability => object(ProductAvailability) {}
ProductUnit => object(ProductUnit) {}
_useDbConfig => 'default'
locale => array(
(int) 0 => 'ell'
)
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'subtitle' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'paralavi_created' => array(
[maximum depth reached]
),
'published' => array(
[maximum depth reached]
),
'is_active' => array(
[maximum depth reached]
),
'category_id' => array(
[maximum depth reached]
),
'brand_id' => array(
[maximum depth reached]
),
'supplier_id' => array(
[maximum depth reached]
),
'slug' => array(
[maximum depth reached]
),
'price' => array(
[maximum depth reached]
),
'price_without_vat' => array(
[maximum depth reached]
),
'bulk' => array(
[maximum depth reached]
),
'reduction' => array(
[maximum depth reached]
),
'reduction_previous' => array(
[maximum depth reached]
),
'reduction_previous_id' => array(
[maximum depth reached]
),
'reduction_id' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'image' => array(
[maximum depth reached]
),
'weight' => array(
[maximum depth reached]
),
'weight2' => array(
[maximum depth reached]
),
'dimensions' => array(
[maximum depth reached]
),
'code' => array(
[maximum depth reached]
),
'mpn' => array(
[maximum depth reached]
),
'barcode' => array(
[maximum depth reached]
),
'tax_id' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'qty_per_box' => array(
[maximum depth reached]
),
'is_box' => array(
[maximum depth reached]
),
'featured' => array(
[maximum depth reached]
),
'meta_page_title' => array(
[maximum depth reached]
),
'meta_keywords' => array(
[maximum depth reached]
),
'meta_description' => array(
[maximum depth reached]
),
'ordering' => array(
[maximum depth reached]
),
'deleted' => array(
[maximum depth reached]
),
'deleted_date' => array(
[maximum depth reached]
),
'special_offer' => array(
[maximum depth reached]
),
'hits' => array(
[maximum depth reached]
),
'featured_order' => array(
[maximum depth reached]
),
'ignore_stock_control' => array(
[maximum depth reached]
),
'new_product' => array(
[maximum depth reached]
),
'export' => array(
[maximum depth reached]
),
'is_temp' => array(
[maximum depth reached]
),
'notes' => array(
[maximum depth reached]
),
'product_availability_id' => array(
[maximum depth reached]
),
'product_unit_id' => array(
[maximum depth reached]
),
'custom_quantity' => array(
[maximum depth reached]
),
'custom_interval' => array(
[maximum depth reached]
),
'custom_max' => array(
[maximum depth reached]
),
'season_id' => array(
[maximum depth reached]
),
'author_id' => array(
[maximum depth reached]
),
'total_stock' => array(
[maximum depth reached]
),
'related_products' => array(
[maximum depth reached]
),
'product_icons' => array(
[maximum depth reached]
),
'is_gift' => array(
[maximum depth reached]
),
'has_gift' => array(
[maximum depth reached]
),
'gifts' => array(
[maximum depth reached]
),
'is_combo' => array(
[maximum depth reached]
),
'cache_photo_filename' => array(
[maximum depth reached]
),
'cache_category_id' => array(
[maximum depth reached]
),
'cache_category_slug' => array(
[maximum depth reached]
),
'cache_season_ordering' => array(
[maximum depth reached]
),
'cache_options' => array(
[maximum depth reached]
),
'warehouses' => array(
[maximum depth reached]
),
'is_printed' => array(
[maximum depth reached]
),
'repeat' => array(
[maximum depth reached]
),
'packs' => array(
[maximum depth reached]
),
'weight3' => array(
[maximum depth reached]
),
'weight_free' => array(
[maximum depth reached]
),
'custom' => array(
[maximum depth reached]
),
'hallway' => array(
[maximum depth reached]
),
'thickness' => array(
[maximum depth reached]
),
'type' => array(
[maximum depth reached]
),
'density' => array(
[maximum depth reached]
),
'setbedroom' => array(
[maximum depth reached]
),
'notice' => array(
[maximum depth reached]
),
'notice_dimension' => array(
[maximum depth reached]
),
'kourtinoksulo' => array(
[maximum depth reached]
),
'kourt_show_extra_dimensions' => array(
[maximum depth reached]
),
'video_ids' => array(
[maximum depth reached]
),
'is_custom_item' => array(
[maximum depth reached]
),
'expiration_date' => array(
[maximum depth reached]
),
'is_giftcard' => array(
[maximum depth reached]
),
'restock_qty' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => null
[protected] _validator => null
}
$locale = null
$localeFallback = array(
(int) 0 => 'ell'
)
$limit_categories = false
$options = array()
$adminStore = object(Store) {
name => 'Store'
displayField => 'title'
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true,
'withKey' => true
)
actsAs => array(
'Containable' => null,
'Tools.SoftDelete' => null,
'Sequence' => null
)
belongsTo => array(
'Company' => array(
[maximum depth reached]
)
)
hasMany => array(
'StoreSetting' => array(
[maximum depth reached]
),
'ProductStore' => array(
[maximum depth reached]
)
)
recursive => (int) -1
validate => array(
'title' => array(
[maximum depth reached]
),
'company_id' => array(
[maximum depth reached]
)
)
useDbConfig => 'default'
useTable => 'stores'
id => false
data => array()
schemaName => 'sports1_db'
table => 'stores'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => 'Admin'
alias => 'Store'
tableToModel => array(
'stores' => 'Store',
'companies' => 'Company'
)
cacheQueries => false
hasOne => array()
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
Company => object(Company) {}
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'deleted' => array(
[maximum depth reached]
),
'deleted_date' => array(
[maximum depth reached]
),
'ordering' => array(
[maximum depth reached]
),
'created_by' => array(
[maximum depth reached]
),
'modified_by' => array(
[maximum depth reached]
),
'published' => array(
[maximum depth reached]
),
'is_online' => array(
[maximum depth reached]
),
'domain' => array(
[maximum depth reached]
),
'warehouses' => array(
[maximum depth reached]
),
'color' => array(
[maximum depth reached]
),
'view_global_availability' => array(
[maximum depth reached]
),
'company_id' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}SitemapBehavior::generateSitemapData() - APP/Plugin/Sitemap/Model/Behavior/SitemapBehavior.php, line 63
BehaviorCollection::dispatchMethod() - CORE/Cake/Model/BehaviorCollection.php, line 238
Model::__call() - CORE/Cake/Model/Model.php, line 829
SitemapsController::display() - APP/Plugin/Sitemap/Controller/SitemapsController.php, line 104
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 109
Notice (8): Undefined index: store_id [APP/Plugin/Sitemap/Model/Behavior/SitemapBehavior.php, line 64]Code Context $adminStore = Classregistry::init("Admin.Store");
$xmlRenderer = $options['data']['xmlRenderer'];
$storeSettings = $adminStore->StoreSetting->find('all', array('conditions'=>array("StoreSetting.store_id"=>$options['store_id'])));
$Model = object(Product) {
name => 'Product'
translateModel => 'ProductI18n'
displayField => 'title'
brandChanged => false
_previousBrandId => null
criteria => array(
'Product.published' => (int) 1,
'Product.deleted' => (int) 0,
'Brand.published' => (int) 1,
'Category.published' => (int) 1,
'OR' => array(
[maximum depth reached]
)
)
product_contain => array(
'Category' => array(
[maximum depth reached]
),
'Brand' => array(
[maximum depth reached]
),
'Tax' => array(
[maximum depth reached]
),
'ProductOption' => array(
[maximum depth reached]
),
(int) 0 => 'DefaultProductOption.price'
)
product_fields => array(
(int) 0 => 'id',
(int) 1 => 'created',
(int) 2 => 'title',
(int) 3 => 'code',
(int) 4 => 'image',
(int) 5 => 'price',
(int) 6 => 'finalprice',
(int) 7 => 'baseprice',
(int) 8 => 'published',
(int) 9 => 'slug',
(int) 10 => 'category_id',
(int) 11 => 'reduction',
(int) 12 => 'total_reduction',
(int) 13 => 'new_product',
(int) 14 => 'featured',
(int) 15 => 'has_gift'
)
product_joins => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
)
)
virtualFields => array(
'total_reduction' => 'Product.reduction',
'finalprice' => 'ROUND((Product.price * ( 100 - Product.reduction)/100), 2)',
'baseprice' => 'ROUND((Product.price * ( 100 - COALESCE((SELECT price FROM taxes WHERE taxes.id = Product.tax_id), 0) )/100), 2)',
'new_product' => 'Product.new_product',
'avail_qty' => '"0"'
)
priceVirtualField => array(
'price' => 'Product.price',
'starting_price' => 'COALESCE(ProductPriceMin.starting_price, Product.price)'
)
actsAs => array(
'Containable' => null,
'Translate' => array(
[maximum depth reached]
),
'Translation.ExtendTranslate' => null,
'Tools.SoftDelete' => null,
'Upload.Upload' => array(
[maximum depth reached]
),
'Sluggable' => null,
'Search.Searchable' => array(
[maximum depth reached]
),
'Hitcount' => null,
'Cacher.Cache' => null,
'Admin.Copyable' => array(
[maximum depth reached]
),
'Sitemap.Sitemap' => array(
[maximum depth reached]
)
)
belongsTo => array(
'Brand' => array(
[maximum depth reached]
),
'Season' => array(
[maximum depth reached]
),
'Tax' => array(
[maximum depth reached]
),
'Reduction' => array(
[maximum depth reached]
),
'ProductAvailability' => array(
[maximum depth reached]
),
'ProductUnit' => array(
[maximum depth reached]
)
)
hasMany => array(
'ProductOption' => array(
[maximum depth reached]
),
'ProductCombo' => array(
[maximum depth reached]
),
'ProductStore' => array(
[maximum depth reached]
),
'Photo' => array(
[maximum depth reached]
),
'ProductIcon' => array(
[maximum depth reached]
),
'ProductPrice' => array(
[maximum depth reached]
),
'Title' => array(
[maximum depth reached]
),
'Subtitle' => array(
[maximum depth reached]
),
'Description' => array(
[maximum depth reached]
),
'MetaTitle' => array(
[maximum depth reached]
),
'MetaKeywords' => array(
[maximum depth reached]
),
'MetaDescription' => array(
[maximum depth reached]
),
'Notes' => array(
[maximum depth reached]
),
'Type' => array(
[maximum depth reached]
),
'Density' => array(
[maximum depth reached]
),
'Setbedroom' => array(
[maximum depth reached]
),
'Notice' => array(
[maximum depth reached]
)
)
hasOne => array(
'DefaultProductOption' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'ErpTag' => array(
[maximum depth reached]
),
'Category' => array(
[maximum depth reached]
),
'Attribute' => array(
[maximum depth reached]
),
'Author' => array(
[maximum depth reached]
),
'Supplier' => array(
[maximum depth reached]
)
)
recursive => (int) -1
validate => array(
'title' => array(
[maximum depth reached]
),
'code' => array(
[maximum depth reached]
),
'price' => array(
[maximum depth reached]
),
'price_with_vat' => array(
[maximum depth reached]
),
'brand_id' => array(
[maximum depth reached]
),
'tax_id' => array(
[maximum depth reached]
),
'reduction' => array(
[maximum depth reached]
),
'meta_page_title' => array(
[maximum depth reached]
),
'meta_keywords' => array(
[maximum depth reached]
),
'barcode' => array(
[maximum depth reached]
)
)
useDbConfig => 'default'
useTable => 'products'
id => false
data => array()
schemaName => 'sports1_db'
table => 'products'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => null
alias => 'Product'
tableToModel => array(
'products' => 'Product',
'categories' => 'Category',
'attributes' => 'Attribute',
'authors' => 'Author',
'suppliers' => 'Supplier',
'brands' => 'Brand',
'seasons' => 'Season',
'taxes' => 'Tax',
'reductions' => 'Reduction',
'product_availabilities' => 'ProductAvailability',
'product_units' => 'ProductUnit'
)
cacheQueries => false
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
order => null
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
Category => object(Category) {}
Attribute => object(Attribute) {}
Author => object(Author) {}
Supplier => object(Supplier) {}
Brand => object(Brand) {}
Season => object(Season) {}
Tax => object(Tax) {}
Reduction => object(Reduction) {}
ProductAvailability => object(ProductAvailability) {}
ProductUnit => object(ProductUnit) {}
_useDbConfig => 'default'
locale => array(
(int) 0 => 'ell'
)
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'subtitle' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'paralavi_created' => array(
[maximum depth reached]
),
'published' => array(
[maximum depth reached]
),
'is_active' => array(
[maximum depth reached]
),
'category_id' => array(
[maximum depth reached]
),
'brand_id' => array(
[maximum depth reached]
),
'supplier_id' => array(
[maximum depth reached]
),
'slug' => array(
[maximum depth reached]
),
'price' => array(
[maximum depth reached]
),
'price_without_vat' => array(
[maximum depth reached]
),
'bulk' => array(
[maximum depth reached]
),
'reduction' => array(
[maximum depth reached]
),
'reduction_previous' => array(
[maximum depth reached]
),
'reduction_previous_id' => array(
[maximum depth reached]
),
'reduction_id' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'image' => array(
[maximum depth reached]
),
'weight' => array(
[maximum depth reached]
),
'weight2' => array(
[maximum depth reached]
),
'dimensions' => array(
[maximum depth reached]
),
'code' => array(
[maximum depth reached]
),
'mpn' => array(
[maximum depth reached]
),
'barcode' => array(
[maximum depth reached]
),
'tax_id' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'qty_per_box' => array(
[maximum depth reached]
),
'is_box' => array(
[maximum depth reached]
),
'featured' => array(
[maximum depth reached]
),
'meta_page_title' => array(
[maximum depth reached]
),
'meta_keywords' => array(
[maximum depth reached]
),
'meta_description' => array(
[maximum depth reached]
),
'ordering' => array(
[maximum depth reached]
),
'deleted' => array(
[maximum depth reached]
),
'deleted_date' => array(
[maximum depth reached]
),
'special_offer' => array(
[maximum depth reached]
),
'hits' => array(
[maximum depth reached]
),
'featured_order' => array(
[maximum depth reached]
),
'ignore_stock_control' => array(
[maximum depth reached]
),
'new_product' => array(
[maximum depth reached]
),
'export' => array(
[maximum depth reached]
),
'is_temp' => array(
[maximum depth reached]
),
'notes' => array(
[maximum depth reached]
),
'product_availability_id' => array(
[maximum depth reached]
),
'product_unit_id' => array(
[maximum depth reached]
),
'custom_quantity' => array(
[maximum depth reached]
),
'custom_interval' => array(
[maximum depth reached]
),
'custom_max' => array(
[maximum depth reached]
),
'season_id' => array(
[maximum depth reached]
),
'author_id' => array(
[maximum depth reached]
),
'total_stock' => array(
[maximum depth reached]
),
'related_products' => array(
[maximum depth reached]
),
'product_icons' => array(
[maximum depth reached]
),
'is_gift' => array(
[maximum depth reached]
),
'has_gift' => array(
[maximum depth reached]
),
'gifts' => array(
[maximum depth reached]
),
'is_combo' => array(
[maximum depth reached]
),
'cache_photo_filename' => array(
[maximum depth reached]
),
'cache_category_id' => array(
[maximum depth reached]
),
'cache_category_slug' => array(
[maximum depth reached]
),
'cache_season_ordering' => array(
[maximum depth reached]
),
'cache_options' => array(
[maximum depth reached]
),
'warehouses' => array(
[maximum depth reached]
),
'is_printed' => array(
[maximum depth reached]
),
'repeat' => array(
[maximum depth reached]
),
'packs' => array(
[maximum depth reached]
),
'weight3' => array(
[maximum depth reached]
),
'weight_free' => array(
[maximum depth reached]
),
'custom' => array(
[maximum depth reached]
),
'hallway' => array(
[maximum depth reached]
),
'thickness' => array(
[maximum depth reached]
),
'type' => array(
[maximum depth reached]
),
'density' => array(
[maximum depth reached]
),
'setbedroom' => array(
[maximum depth reached]
),
'notice' => array(
[maximum depth reached]
),
'notice_dimension' => array(
[maximum depth reached]
),
'kourtinoksulo' => array(
[maximum depth reached]
),
'kourt_show_extra_dimensions' => array(
[maximum depth reached]
),
'video_ids' => array(
[maximum depth reached]
),
'is_custom_item' => array(
[maximum depth reached]
),
'expiration_date' => array(
[maximum depth reached]
),
'is_giftcard' => array(
[maximum depth reached]
),
'restock_qty' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => null
[protected] _validator => null
}
$locale = null
$localeFallback = array(
(int) 0 => 'ell'
)
$limit_categories = false
$options = array()
$adminStore = object(Store) {
name => 'Store'
displayField => 'title'
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true,
'withKey' => true
)
actsAs => array(
'Containable' => null,
'Tools.SoftDelete' => null,
'Sequence' => null
)
belongsTo => array(
'Company' => array(
[maximum depth reached]
)
)
hasMany => array(
'StoreSetting' => array(
[maximum depth reached]
),
'ProductStore' => array(
[maximum depth reached]
)
)
recursive => (int) -1
validate => array(
'title' => array(
[maximum depth reached]
),
'company_id' => array(
[maximum depth reached]
)
)
useDbConfig => 'default'
useTable => 'stores'
id => false
data => array()
schemaName => 'sports1_db'
table => 'stores'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => 'Admin'
alias => 'Store'
tableToModel => array(
'stores' => 'Store',
'companies' => 'Company',
'store_settings' => 'StoreSetting'
)
cacheQueries => false
hasOne => array()
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
Company => object(Company) {}
StoreSetting => object(StoreSetting) {}
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'deleted' => array(
[maximum depth reached]
),
'deleted_date' => array(
[maximum depth reached]
),
'ordering' => array(
[maximum depth reached]
),
'created_by' => array(
[maximum depth reached]
),
'modified_by' => array(
[maximum depth reached]
),
'published' => array(
[maximum depth reached]
),
'is_online' => array(
[maximum depth reached]
),
'domain' => array(
[maximum depth reached]
),
'warehouses' => array(
[maximum depth reached]
),
'color' => array(
[maximum depth reached]
),
'view_global_availability' => array(
[maximum depth reached]
),
'company_id' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
$xmlRenderer = nullSitemapBehavior::generateSitemapData() - APP/Plugin/Sitemap/Model/Behavior/SitemapBehavior.php, line 64
BehaviorCollection::dispatchMethod() - CORE/Cake/Model/BehaviorCollection.php, line 238
Model::__call() - CORE/Cake/Model/Model.php, line 829
SitemapsController::display() - APP/Plugin/Sitemap/Controller/SitemapsController.php, line 104
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 109
Notice (8): Undefined index: store_id [APP/Plugin/Sitemap/Model/Behavior/SitemapBehavior.php, line 125]Code Context 'conditions' => array(
'ProductStore.product_id = Product.id'
,'ProductStore.store_id'=>$options['store_id']
$Model = object(Product) {
name => 'Product'
translateModel => 'ProductI18n'
displayField => 'title'
brandChanged => false
_previousBrandId => null
criteria => array(
'Product.published' => (int) 1,
'Product.deleted' => (int) 0,
'Brand.published' => (int) 1,
'Category.published' => (int) 1,
'OR' => array(
[maximum depth reached]
)
)
product_contain => array(
'Category' => array(
[maximum depth reached]
),
'Brand' => array(
[maximum depth reached]
),
'Tax' => array(
[maximum depth reached]
),
'ProductOption' => array(
[maximum depth reached]
),
(int) 0 => 'DefaultProductOption.price'
)
product_fields => array(
(int) 0 => 'id',
(int) 1 => 'created',
(int) 2 => 'title',
(int) 3 => 'code',
(int) 4 => 'image',
(int) 5 => 'price',
(int) 6 => 'finalprice',
(int) 7 => 'baseprice',
(int) 8 => 'published',
(int) 9 => 'slug',
(int) 10 => 'category_id',
(int) 11 => 'reduction',
(int) 12 => 'total_reduction',
(int) 13 => 'new_product',
(int) 14 => 'featured',
(int) 15 => 'has_gift'
)
product_joins => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
)
)
virtualFields => array(
'total_reduction' => 'Product.reduction',
'finalprice' => 'ROUND((Product.price * ( 100 - Product.reduction)/100), 2)',
'baseprice' => 'ROUND((Product.price * ( 100 - COALESCE((SELECT price FROM taxes WHERE taxes.id = Product.tax_id), 0) )/100), 2)',
'new_product' => 'Product.new_product',
'avail_qty' => '"0"'
)
priceVirtualField => array(
'price' => 'Product.price',
'starting_price' => 'COALESCE(ProductPriceMin.starting_price, Product.price)'
)
actsAs => array(
'Containable' => null,
'Translate' => array(
[maximum depth reached]
),
'Translation.ExtendTranslate' => null,
'Tools.SoftDelete' => null,
'Upload.Upload' => array(
[maximum depth reached]
),
'Sluggable' => null,
'Search.Searchable' => array(
[maximum depth reached]
),
'Hitcount' => null,
'Cacher.Cache' => null,
'Admin.Copyable' => array(
[maximum depth reached]
),
'Sitemap.Sitemap' => array(
[maximum depth reached]
)
)
belongsTo => array(
'Brand' => array(
[maximum depth reached]
),
'Season' => array(
[maximum depth reached]
),
'Tax' => array(
[maximum depth reached]
),
'Reduction' => array(
[maximum depth reached]
),
'ProductAvailability' => array(
[maximum depth reached]
),
'ProductUnit' => array(
[maximum depth reached]
)
)
hasMany => array(
'ProductOption' => array(
[maximum depth reached]
),
'ProductCombo' => array(
[maximum depth reached]
),
'ProductStore' => array(
[maximum depth reached]
),
'Photo' => array(
[maximum depth reached]
),
'ProductIcon' => array(
[maximum depth reached]
),
'ProductPrice' => array(
[maximum depth reached]
),
'Title' => array(
[maximum depth reached]
),
'Subtitle' => array(
[maximum depth reached]
),
'Description' => array(
[maximum depth reached]
),
'MetaTitle' => array(
[maximum depth reached]
),
'MetaKeywords' => array(
[maximum depth reached]
),
'MetaDescription' => array(
[maximum depth reached]
),
'Notes' => array(
[maximum depth reached]
),
'Type' => array(
[maximum depth reached]
),
'Density' => array(
[maximum depth reached]
),
'Setbedroom' => array(
[maximum depth reached]
),
'Notice' => array(
[maximum depth reached]
)
)
hasOne => array(
'DefaultProductOption' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'ErpTag' => array(
[maximum depth reached]
),
'Category' => array(
[maximum depth reached]
),
'Attribute' => array(
[maximum depth reached]
),
'Author' => array(
[maximum depth reached]
),
'Supplier' => array(
[maximum depth reached]
)
)
recursive => (int) -1
validate => array(
'title' => array(
[maximum depth reached]
),
'code' => array(
[maximum depth reached]
),
'price' => array(
[maximum depth reached]
),
'price_with_vat' => array(
[maximum depth reached]
),
'brand_id' => array(
[maximum depth reached]
),
'tax_id' => array(
[maximum depth reached]
),
'reduction' => array(
[maximum depth reached]
),
'meta_page_title' => array(
[maximum depth reached]
),
'meta_keywords' => array(
[maximum depth reached]
),
'barcode' => array(
[maximum depth reached]
)
)
useDbConfig => 'default'
useTable => 'products'
id => false
data => array()
schemaName => 'sports1_db'
table => 'products'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => null
alias => 'Product'
tableToModel => array(
'products' => 'Product',
'categories' => 'Category',
'attributes' => 'Attribute',
'authors' => 'Author',
'suppliers' => 'Supplier',
'brands' => 'Brand',
'seasons' => 'Season',
'taxes' => 'Tax',
'reductions' => 'Reduction',
'product_availabilities' => 'ProductAvailability',
'product_units' => 'ProductUnit'
)
cacheQueries => false
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
order => null
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
Category => object(Category) {}
Attribute => object(Attribute) {}
Author => object(Author) {}
Supplier => object(Supplier) {}
Brand => object(Brand) {}
Season => object(Season) {}
Tax => object(Tax) {}
Reduction => object(Reduction) {}
ProductAvailability => object(ProductAvailability) {}
ProductUnit => object(ProductUnit) {}
_useDbConfig => 'default'
locale => array(
(int) 0 => 'ell'
)
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'subtitle' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'paralavi_created' => array(
[maximum depth reached]
),
'published' => array(
[maximum depth reached]
),
'is_active' => array(
[maximum depth reached]
),
'category_id' => array(
[maximum depth reached]
),
'brand_id' => array(
[maximum depth reached]
),
'supplier_id' => array(
[maximum depth reached]
),
'slug' => array(
[maximum depth reached]
),
'price' => array(
[maximum depth reached]
),
'price_without_vat' => array(
[maximum depth reached]
),
'bulk' => array(
[maximum depth reached]
),
'reduction' => array(
[maximum depth reached]
),
'reduction_previous' => array(
[maximum depth reached]
),
'reduction_previous_id' => array(
[maximum depth reached]
),
'reduction_id' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'image' => array(
[maximum depth reached]
),
'weight' => array(
[maximum depth reached]
),
'weight2' => array(
[maximum depth reached]
),
'dimensions' => array(
[maximum depth reached]
),
'code' => array(
[maximum depth reached]
),
'mpn' => array(
[maximum depth reached]
),
'barcode' => array(
[maximum depth reached]
),
'tax_id' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'qty_per_box' => array(
[maximum depth reached]
),
'is_box' => array(
[maximum depth reached]
),
'featured' => array(
[maximum depth reached]
),
'meta_page_title' => array(
[maximum depth reached]
),
'meta_keywords' => array(
[maximum depth reached]
),
'meta_description' => array(
[maximum depth reached]
),
'ordering' => array(
[maximum depth reached]
),
'deleted' => array(
[maximum depth reached]
),
'deleted_date' => array(
[maximum depth reached]
),
'special_offer' => array(
[maximum depth reached]
),
'hits' => array(
[maximum depth reached]
),
'featured_order' => array(
[maximum depth reached]
),
'ignore_stock_control' => array(
[maximum depth reached]
),
'new_product' => array(
[maximum depth reached]
),
'export' => array(
[maximum depth reached]
),
'is_temp' => array(
[maximum depth reached]
),
'notes' => array(
[maximum depth reached]
),
'product_availability_id' => array(
[maximum depth reached]
),
'product_unit_id' => array(
[maximum depth reached]
),
'custom_quantity' => array(
[maximum depth reached]
),
'custom_interval' => array(
[maximum depth reached]
),
'custom_max' => array(
[maximum depth reached]
),
'season_id' => array(
[maximum depth reached]
),
'author_id' => array(
[maximum depth reached]
),
'total_stock' => array(
[maximum depth reached]
),
'related_products' => array(
[maximum depth reached]
),
'product_icons' => array(
[maximum depth reached]
),
'is_gift' => array(
[maximum depth reached]
),
'has_gift' => array(
[maximum depth reached]
),
'gifts' => array(
[maximum depth reached]
),
'is_combo' => array(
[maximum depth reached]
),
'cache_photo_filename' => array(
[maximum depth reached]
),
'cache_category_id' => array(
[maximum depth reached]
),
'cache_category_slug' => array(
[maximum depth reached]
),
'cache_season_ordering' => array(
[maximum depth reached]
),
'cache_options' => array(
[maximum depth reached]
),
'warehouses' => array(
[maximum depth reached]
),
'is_printed' => array(
[maximum depth reached]
),
'repeat' => array(
[maximum depth reached]
),
'packs' => array(
[maximum depth reached]
),
'weight3' => array(
[maximum depth reached]
),
'weight_free' => array(
[maximum depth reached]
),
'custom' => array(
[maximum depth reached]
),
'hallway' => array(
[maximum depth reached]
),
'thickness' => array(
[maximum depth reached]
),
'type' => array(
[maximum depth reached]
),
'density' => array(
[maximum depth reached]
),
'setbedroom' => array(
[maximum depth reached]
),
'notice' => array(
[maximum depth reached]
),
'notice_dimension' => array(
[maximum depth reached]
),
'kourtinoksulo' => array(
[maximum depth reached]
),
'kourt_show_extra_dimensions' => array(
[maximum depth reached]
),
'video_ids' => array(
[maximum depth reached]
),
'is_custom_item' => array(
[maximum depth reached]
),
'expiration_date' => array(
[maximum depth reached]
),
'is_giftcard' => array(
[maximum depth reached]
),
'restock_qty' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => null
[protected] _validator => null
}
$locale = null
$localeFallback = array(
(int) 0 => 'ell'
)
$limit_categories = false
$options = array()
$adminStore = object(Store) {
name => 'Store'
displayField => 'title'
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true,
'withKey' => true
)
actsAs => array(
'Containable' => null,
'Tools.SoftDelete' => null,
'Sequence' => null
)
belongsTo => array(
'Company' => array(
[maximum depth reached]
)
)
hasMany => array(
'StoreSetting' => array(
[maximum depth reached]
),
'ProductStore' => array(
[maximum depth reached]
)
)
recursive => (int) -1
validate => array(
'title' => array(
[maximum depth reached]
),
'company_id' => array(
[maximum depth reached]
)
)
useDbConfig => 'default'
useTable => 'stores'
id => false
data => array()
schemaName => 'sports1_db'
table => 'stores'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => 'Admin'
alias => 'Store'
tableToModel => array(
'stores' => 'Store',
'companies' => 'Company',
'store_settings' => 'StoreSetting'
)
cacheQueries => false
hasOne => array()
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
Company => object(Company) {}
StoreSetting => object(StoreSetting) {}
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'deleted' => array(
[maximum depth reached]
),
'deleted_date' => array(
[maximum depth reached]
),
'ordering' => array(
[maximum depth reached]
),
'created_by' => array(
[maximum depth reached]
),
'modified_by' => array(
[maximum depth reached]
),
'published' => array(
[maximum depth reached]
),
'is_online' => array(
[maximum depth reached]
),
'domain' => array(
[maximum depth reached]
),
'warehouses' => array(
[maximum depth reached]
),
'color' => array(
[maximum depth reached]
),
'view_global_availability' => array(
[maximum depth reached]
),
'company_id' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
$xmlRenderer = null
$storeSettings = array()
$config_categories = ''SitemapBehavior::generateSitemapData() - APP/Plugin/Sitemap/Model/Behavior/SitemapBehavior.php, line 125
BehaviorCollection::dispatchMethod() - CORE/Cake/Model/BehaviorCollection.php, line 238
Model::__call() - CORE/Cake/Model/Model.php, line 829
SitemapsController::display() - APP/Plugin/Sitemap/Controller/SitemapsController.php, line 104
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 109
Notice (8): Undefined index: store_id [APP/Plugin/Sitemap/Model/Behavior/SitemapBehavior.php, line 181]Code Context
if(Configure::read('Config.multistore')){
$store_id = $options['store_id'];
$Model = object(Product) {
name => 'Product'
translateModel => 'ProductI18n'
displayField => 'title'
brandChanged => false
_previousBrandId => null
criteria => array(
'Product.published' => (int) 1,
'Product.deleted' => (int) 0,
'Brand.published' => (int) 1,
'Category.published' => (int) 1,
'OR' => array(
[maximum depth reached]
)
)
product_contain => array(
'Category' => array(
[maximum depth reached]
),
'Brand' => array(
[maximum depth reached]
),
'Tax' => array(
[maximum depth reached]
),
'ProductOption' => array(
[maximum depth reached]
),
(int) 0 => 'DefaultProductOption.price'
)
product_fields => array(
(int) 0 => 'id',
(int) 1 => 'created',
(int) 2 => 'title',
(int) 3 => 'code',
(int) 4 => 'image',
(int) 5 => 'price',
(int) 6 => 'finalprice',
(int) 7 => 'baseprice',
(int) 8 => 'published',
(int) 9 => 'slug',
(int) 10 => 'category_id',
(int) 11 => 'reduction',
(int) 12 => 'total_reduction',
(int) 13 => 'new_product',
(int) 14 => 'featured',
(int) 15 => 'has_gift'
)
product_joins => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
)
)
virtualFields => array(
'total_reduction' => 'COALESCE(ProductStore.reduction, Product.reduction)',
'finalprice' => 'COALESCE(ROUND((COALESCE(ProductStore.price, Product.price) * ( 100 - COALESCE(ProductStore.reduction, Product.reduction))/100), 2), ROUND((Product.price * ( 100 - Product.reduction)/100), 2))',
'baseprice' => 'ROUND((Product.price * ( 100 - COALESCE((SELECT price FROM taxes WHERE taxes.id = Product.tax_id), 0) )/100), 2)',
'new_product' => 'COALESCE(ProductStore.new_product, Product.new_product)',
'avail_qty' => '"0"',
'reduction' => 'COALESCE(ProductStore.reduction, Product.reduction)',
'special_offer' => 'COALESCE(ProductStore.special_offer, Product.special_offer)',
'featured_order' => 'COALESCE(ProductStore.featured_order, Product.featured_order)',
'published' => 'COALESCE(ProductStore.published, Product.published)'
)
priceVirtualField => array(
'price' => 'Product.price',
'starting_price' => 'COALESCE(ProductPriceMin.starting_price, Product.price)'
)
actsAs => array(
'Containable' => null,
'Translate' => array(
[maximum depth reached]
),
'Translation.ExtendTranslate' => null,
'Tools.SoftDelete' => null,
'Upload.Upload' => array(
[maximum depth reached]
),
'Sluggable' => null,
'Search.Searchable' => array(
[maximum depth reached]
),
'Hitcount' => null,
'Cacher.Cache' => null,
'Admin.Copyable' => array(
[maximum depth reached]
),
'Sitemap.Sitemap' => array(
[maximum depth reached]
)
)
belongsTo => array(
'Brand' => array(
[maximum depth reached]
),
'Season' => array(
[maximum depth reached]
),
'Tax' => array(
[maximum depth reached]
),
'Reduction' => array(
[maximum depth reached]
),
'ProductAvailability' => array(
[maximum depth reached]
),
'ProductUnit' => array(
[maximum depth reached]
)
)
hasMany => array(
'ProductOption' => array(
[maximum depth reached]
),
'ProductCombo' => array(
[maximum depth reached]
),
'ProductStore' => array(
[maximum depth reached]
),
'Photo' => array(
[maximum depth reached]
),
'ProductIcon' => array(
[maximum depth reached]
),
'ProductPrice' => array(
[maximum depth reached]
),
'Title' => array(
[maximum depth reached]
),
'Subtitle' => array(
[maximum depth reached]
),
'Description' => array(
[maximum depth reached]
),
'MetaTitle' => array(
[maximum depth reached]
),
'MetaKeywords' => array(
[maximum depth reached]
),
'MetaDescription' => array(
[maximum depth reached]
),
'Notes' => array(
[maximum depth reached]
),
'Type' => array(
[maximum depth reached]
),
'Density' => array(
[maximum depth reached]
),
'Setbedroom' => array(
[maximum depth reached]
),
'Notice' => array(
[maximum depth reached]
)
)
hasOne => array(
'DefaultProductOption' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'ErpTag' => array(
[maximum depth reached]
),
'Category' => array(
[maximum depth reached]
),
'Attribute' => array(
[maximum depth reached]
),
'Author' => array(
[maximum depth reached]
),
'Supplier' => array(
[maximum depth reached]
)
)
recursive => (int) -1
validate => array(
'title' => array(
[maximum depth reached]
),
'code' => array(
[maximum depth reached]
),
'price' => array(
[maximum depth reached]
),
'price_with_vat' => array(
[maximum depth reached]
),
'brand_id' => array(
[maximum depth reached]
),
'tax_id' => array(
[maximum depth reached]
),
'reduction' => array(
[maximum depth reached]
),
'meta_page_title' => array(
[maximum depth reached]
),
'meta_keywords' => array(
[maximum depth reached]
),
'barcode' => array(
[maximum depth reached]
)
)
useDbConfig => 'default'
useTable => 'products'
id => false
data => array()
schemaName => 'sports1_db'
table => 'products'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => null
alias => 'Product'
tableToModel => array(
'products' => 'Product',
'categories' => 'Category',
'attributes' => 'Attribute',
'authors' => 'Author',
'suppliers' => 'Supplier',
'brands' => 'Brand',
'seasons' => 'Season',
'taxes' => 'Tax',
'reductions' => 'Reduction',
'product_availabilities' => 'ProductAvailability',
'product_units' => 'ProductUnit'
)
cacheQueries => false
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
order => null
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
Category => object(Category) {}
Attribute => object(Attribute) {}
Author => object(Author) {}
Supplier => object(Supplier) {}
Brand => object(Brand) {}
Season => object(Season) {}
Tax => object(Tax) {}
Reduction => object(Reduction) {}
ProductAvailability => object(ProductAvailability) {}
ProductUnit => object(ProductUnit) {}
_useDbConfig => 'default'
locale => array(
(int) 0 => 'ell'
)
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'subtitle' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'paralavi_created' => array(
[maximum depth reached]
),
'published' => array(
[maximum depth reached]
),
'is_active' => array(
[maximum depth reached]
),
'category_id' => array(
[maximum depth reached]
),
'brand_id' => array(
[maximum depth reached]
),
'supplier_id' => array(
[maximum depth reached]
),
'slug' => array(
[maximum depth reached]
),
'price' => array(
[maximum depth reached]
),
'price_without_vat' => array(
[maximum depth reached]
),
'bulk' => array(
[maximum depth reached]
),
'reduction' => array(
[maximum depth reached]
),
'reduction_previous' => array(
[maximum depth reached]
),
'reduction_previous_id' => array(
[maximum depth reached]
),
'reduction_id' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'image' => array(
[maximum depth reached]
),
'weight' => array(
[maximum depth reached]
),
'weight2' => array(
[maximum depth reached]
),
'dimensions' => array(
[maximum depth reached]
),
'code' => array(
[maximum depth reached]
),
'mpn' => array(
[maximum depth reached]
),
'barcode' => array(
[maximum depth reached]
),
'tax_id' => array(
[maximum depth reached]
),
'qty' => array(
[maximum depth reached]
),
'qty_per_box' => array(
[maximum depth reached]
),
'is_box' => array(
[maximum depth reached]
),
'featured' => array(
[maximum depth reached]
),
'meta_page_title' => array(
[maximum depth reached]
),
'meta_keywords' => array(
[maximum depth reached]
),
'meta_description' => array(
[maximum depth reached]
),
'ordering' => array(
[maximum depth reached]
),
'deleted' => array(
[maximum depth reached]
),
'deleted_date' => array(
[maximum depth reached]
),
'special_offer' => array(
[maximum depth reached]
),
'hits' => array(
[maximum depth reached]
),
'featured_order' => array(
[maximum depth reached]
),
'ignore_stock_control' => array(
[maximum depth reached]
),
'new_product' => array(
[maximum depth reached]
),
'export' => array(
[maximum depth reached]
),
'is_temp' => array(
[maximum depth reached]
),
'notes' => array(
[maximum depth reached]
),
'product_availability_id' => array(
[maximum depth reached]
),
'product_unit_id' => array(
[maximum depth reached]
),
'custom_quantity' => array(
[maximum depth reached]
),
'custom_interval' => array(
[maximum depth reached]
),
'custom_max' => array(
[maximum depth reached]
),
'season_id' => array(
[maximum depth reached]
),
'author_id' => array(
[maximum depth reached]
),
'total_stock' => array(
[maximum depth reached]
),
'related_products' => array(
[maximum depth reached]
),
'product_icons' => array(
[maximum depth reached]
),
'is_gift' => array(
[maximum depth reached]
),
'has_gift' => array(
[maximum depth reached]
),
'gifts' => array(
[maximum depth reached]
),
'is_combo' => array(
[maximum depth reached]
),
'cache_photo_filename' => array(
[maximum depth reached]
),
'cache_category_id' => array(
[maximum depth reached]
),
'cache_category_slug' => array(
[maximum depth reached]
),
'cache_season_ordering' => array(
[maximum depth reached]
),
'cache_options' => array(
[maximum depth reached]
),
'warehouses' => array(
[maximum depth reached]
),
'is_printed' => array(
[maximum depth reached]
),
'repeat' => array(
[maximum depth reached]
),
'packs' => array(
[maximum depth reached]
),
'weight3' => array(
[maximum depth reached]
),
'weight_free' => array(
[maximum depth reached]
),
'custom' => array(
[maximum depth reached]
),
'hallway' => array(
[maximum depth reached]
),
'thickness' => array(
[maximum depth reached]
),
'type' => array(
[maximum depth reached]
),
'density' => array(
[maximum depth reached]
),
'setbedroom' => array(
[maximum depth reached]
),
'notice' => array(
[maximum depth reached]
),
'notice_dimension' => array(
[maximum depth reached]
),
'kourtinoksulo' => array(
[maximum depth reached]
),
'kourt_show_extra_dimensions' => array(
[maximum depth reached]
),
'video_ids' => array(
[maximum depth reached]
),
'is_custom_item' => array(
[maximum depth reached]
),
'expiration_date' => array(
[maximum depth reached]
),
'is_giftcard' => array(
[maximum depth reached]
),
'restock_qty' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => null
[protected] _validator => null
}
$locale = null
$localeFallback = array(
(int) 0 => 'ell'
)
$limit_categories = false
$options = array()
$adminStore = object(Store) {
name => 'Store'
displayField => 'title'
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true,
'withKey' => true
)
actsAs => array(
'Containable' => null,
'Tools.SoftDelete' => null,
'Sequence' => null
)
belongsTo => array(
'Company' => array(
[maximum depth reached]
)
)
hasMany => array(
'StoreSetting' => array(
[maximum depth reached]
),
'ProductStore' => array(
[maximum depth reached]
)
)
recursive => (int) -1
validate => array(
'title' => array(
[maximum depth reached]
),
'company_id' => array(
[maximum depth reached]
)
)
useDbConfig => 'default'
useTable => 'stores'
id => false
data => array()
schemaName => 'sports1_db'
table => 'stores'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => 'Admin'
alias => 'Store'
tableToModel => array(
'stores' => 'Store',
'companies' => 'Company',
'store_settings' => 'StoreSetting'
)
cacheQueries => false
hasOne => array()
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
Company => object(Company) {}
StoreSetting => object(StoreSetting) {}
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'title' => array(
[maximum depth reached]
),
'description' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'deleted' => array(
[maximum depth reached]
),
'deleted_date' => array(
[maximum depth reached]
),
'ordering' => array(
[maximum depth reached]
),
'created_by' => array(
[maximum depth reached]
),
'modified_by' => array(
[maximum depth reached]
),
'published' => array(
[maximum depth reached]
),
'is_online' => array(
[maximum depth reached]
),
'domain' => array(
[maximum depth reached]
),
'warehouses' => array(
[maximum depth reached]
),
'color' => array(
[maximum depth reached]
),
'view_global_availability' => array(
[maximum depth reached]
),
'company_id' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
$xmlRenderer = null
$storeSettings = array()
$config_categories = ''
$new_join = array(
'table' => 'product_stores',
'alias' => 'ProductStore',
'type' => 'LEFT',
'conditions' => array(
(int) 0 => 'ProductStore.product_id = Product.id',
'ProductStore.store_id' => null
)
)SitemapBehavior::generateSitemapData() - APP/Plugin/Sitemap/Model/Behavior/SitemapBehavior.php, line 181
BehaviorCollection::dispatchMethod() - CORE/Cake/Model/BehaviorCollection.php, line 238
Model::__call() - CORE/Cake/Model/Model.php, line 829
SitemapsController::display() - APP/Plugin/Sitemap/Controller/SitemapsController.php, line 104
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 109
500
Association Title is already bound to model ProductAvailability
Association Title is already bound to model ProductAvailability
/sitemap.xml
Fatal error: Association Title is already bound to model ProductAvailability in /home/sports1/public_html/app/Model/Behavior/TranslateBehavior.php on line 674
500
Association Title is already bound to model ProductAvailability
Association Title is already bound to model ProductAvailability
/sitemap.xml