Notice (8): Undefined offset: 0 [APP/Controller/MarketplaceController.php, line 217]
Code Context
            [$typeId]
        );
        $itemName = $details[0]['Type']['name'];
$typeId = '50266'
$title = 'The Auroran'
$limit = (int) 20
$page = (int) 1
$items = array(
	(int) 0 => array(
		'Item' => array(
			'id' => '65029',
			'title' => 'Lean ground beef at Real Canadian Superstore',
			'type' => 'Product',
			'image' => '2023/3/0_27000700_1678886097_superstore_copy01.jpg',
			'price' => '10.00',
			'advertiser_id' => '201512',
			'advertiser_name' => 'Real Canadian Superstore Aurora'
		)
	),
	(int) 1 => array(
		'Item' => array(
			'id' => '65031',
			'title' => '2 lb clamshell of strawberries',
			'type' => 'Product',
			'image' => '2023/3/0_31035200_1678886099_superstore_copy03.jpg',
			'price' => '3.99',
			'advertiser_id' => '201512',
			'advertiser_name' => 'Real Canadian Superstore Aurora'
		)
	),
	(int) 2 => array(
		'Item' => array(
			'id' => '65093',
			'title' => 'Caring for Our Community',
			'type' => 'Product',
			'image' => '2023/3/0_73073500_1679494098_new_roads_copy.jpg',
			'price' => null,
			'advertiser_id' => '200856',
			'advertiser_name' => 'New Roads Automotive Group'
		)
	)
)
$itemCount = '3'
$pageCount = (float) 1
$db = object(Mysql) {
	description => 'MySQL DBO Driver'
	startQuote => '`'
	endQuote => '`'
	fieldParameters => array(
		'charset' => array(
			[maximum depth reached]
		),
		'collate' => array(
			[maximum depth reached]
		),
		'comment' => array(
			[maximum depth reached]
		)
	)
	tableParameters => array(
		'charset' => array(
			[maximum depth reached]
		),
		'collate' => array(
			[maximum depth reached]
		),
		'engine' => array(
			[maximum depth reached]
		)
	)
	columns => array(
		'primary_key' => array(
			[maximum depth reached]
		),
		'string' => array(
			[maximum depth reached]
		),
		'text' => array(
			[maximum depth reached]
		),
		'biginteger' => array(
			[maximum depth reached]
		),
		'integer' => array(
			[maximum depth reached]
		),
		'float' => array(
			[maximum depth reached]
		),
		'datetime' => array(
			[maximum depth reached]
		),
		'timestamp' => array(
			[maximum depth reached]
		),
		'time' => array(
			[maximum depth reached]
		),
		'date' => array(
			[maximum depth reached]
		),
		'binary' => array(
			[maximum depth reached]
		),
		'boolean' => array(
			[maximum depth reached]
		)
	)
	index => array(
		'PRI' => 'primary',
		'MUL' => 'index',
		'UNI' => 'unique'
	)
	alias => 'AS '
	cacheMethods => true
	useNestedTransactions => false
	fullDebug => false
	affected => null
	numRows => null
	took => null
	configKeyName => 'default'
	virtualFieldSeparator => '__'
	connected => true
	config => array(
		'password' => '*****',
		'login' => '*****',
		'host' => '*****',
		'database' => '*****',
		'port' => '*****',
		'prefix' => '*****',
		'persistent' => true,
		'datasource' => 'Database/Mysql'
	)
	cacheSources => true
	map => array(
		(int) 0 => array(
			[maximum depth reached]
		),
		(int) 1 => array(
			[maximum depth reached]
		)
	)
	[protected] _baseConfig => array(
		'password' => '*****',
		'login' => '*****',
		'host' => '*****',
		'database' => '*****',
		'port' => '*****',
		'persistent' => true
	)
	[protected] _connection => object(PDO) {}
	[protected] _useAlias => true
	[protected] _charsets => array(
		'utf8_unicode_ci' => 'utf8'
	)
	[protected] _result => object(PDOStatement) {}
	[protected] _queriesCnt => (int) 0
	[protected] _queriesTime => null
	[protected] _queriesLog => array()
	[protected] _queriesLogMax => (int) 200
	[protected] _queryCache => array(
		'SELECT * FROM(
                SELECT Product.id, Product.title, 'Product' AS type, Product.image, Product.price, 
                  ProductOwnerProfile.id AS advertiser_id, ProductOwnerProfile.title AS advertiser_name
                FROM products AS Product
                LEFT JOIN profiles AS ProductUploaderProfile ON (Product.uploader_id = ProductUploaderProfile.id)
                LEFT JOIN profiles AS ProductOwnerProfile ON (Product.owner_id = ProductOwnerProfile.id)
                INNER JOIN products_types AS ProductsType ON (
                  Product.id = ProductsType.product_id AND ProductsType.type_id = :type_id
                )
                 INNER JOIN products_profiles AS Market ON (Market.profile_id = :profile and Market.product_id = Product.id)
                WHERE Product.status = 1 AND Product.owner_id!=0
                GROUP BY Product.id
            ) as Item LIMIT 0,20' => array(
			[maximum depth reached]
		),
		'SELECT count(*) AS item_count FROM(
                SELECT Product.id, Product.title, 'Product' AS type, Product.image, Product.price, 
                  ProductOwnerProfile.id AS advertiser_id, ProductOwnerProfile.title AS advertiser_name
                FROM products AS Product
                LEFT JOIN profiles AS ProductUploaderProfile ON (Product.uploader_id = ProductUploaderProfile.id)
                LEFT JOIN profiles AS ProductOwnerProfile ON (Product.owner_id = ProductOwnerProfile.id)
                INNER JOIN products_types AS ProductsType ON (
                  Product.id = ProductsType.product_id AND ProductsType.type_id = :type_id
                )
                 INNER JOIN products_profiles AS Market ON (Market.profile_id = :profile and Market.product_id = Product.id)
                WHERE Product.status = 1 AND Product.owner_id!=0
                GROUP BY Product.id
            ) as Item' => array(
			[maximum depth reached]
		),
		'
              SELECT Type.name, Category.id FROM types as Type
              JOIN categories_types on type_id = Type.id
              JOIN categories as Category on Category.id = category_id
              WHERE Type.id = ?
              limit 1' => array(
			[maximum depth reached]
		)
	)
	[protected] _sqlOps => array(
		(int) 0 => 'like',
		(int) 1 => 'ilike',
		(int) 2 => 'or',
		(int) 3 => 'not',
		(int) 4 => 'in',
		(int) 5 => 'between',
		(int) 6 => 'regexp',
		(int) 7 => 'similar to'
	)
	[protected] _transactionNesting => (int) 0
	[protected] _queryDefaults => array(
		'conditions' => array([maximum depth reached]),
		'fields' => null,
		'table' => null,
		'alias' => null,
		'order' => null,
		'limit' => null,
		'joins' => array([maximum depth reached]),
		'group' => null,
		'offset' => null
	)
	[protected] _methodCacheChange => true
	[protected] _descriptions => array(
		'c0gofurb.profiles' => array(
			[maximum depth reached]
		),
		'c0gofurb.types' => array(
			[maximum depth reached]
		),
		'c0gofurb.contacts' => array(
			[maximum depth reached]
		)
	)
	[protected] _sources => array(
		(int) 0 => 'addresses',
		(int) 1 => 'ads',
		(int) 2 => 'ads_deals',
		(int) 3 => 'ads_fulltexts',
		(int) 4 => 'ads_profiles_zones',
		(int) 5 => 'ads_types',
		(int) 6 => 'advertiser_contents',
		(int) 7 => 'archetypes',
		(int) 8 => 'attributes',
		(int) 9 => 'categories',
		(int) 10 => 'categories_types',
		(int) 11 => 'clicktocall_campaigns',
		(int) 12 => 'contacts',
		(int) 13 => 'cpv_packages',
		(int) 14 => 'customers',
		(int) 15 => 'customers_invoices',
		(int) 16 => 'deals',
		(int) 17 => 'deals_fulltexts',
		(int) 18 => 'deals_profiles_zones',
		(int) 19 => 'deals_types',
		(int) 20 => 'groups',
		(int) 21 => 'groups_profiles_zones',
		(int) 22 => 'invoices',
		(int) 23 => 'invoices_ads',
		(int) 24 => 'invoices_products',
		(int) 25 => 'migrations',
		(int) 26 => 'modules',
		(int) 27 => 'modules_profiles',
		(int) 28 => 'oauth_access_token_scopes',
		(int) 29 => 'oauth_access_tokens',
		(int) 30 => 'oauth_auth_code_scopes',
		(int) 31 => 'oauth_auth_codes',
		(int) 32 => 'oauth_client_endpoints',
		(int) 33 => 'oauth_client_grants',
		(int) 34 => 'oauth_client_scopes',
		(int) 35 => 'oauth_clients',
		(int) 36 => 'oauth_grant_scopes',
		(int) 37 => 'oauth_grants',
		(int) 38 => 'oauth_refresh_tokens',
		(int) 39 => 'oauth_scopes',
		(int) 40 => 'oauth_session_scopes',
		(int) 41 => 'oauth_sessions',
		(int) 42 => 'prices',
		(int) 43 => 'products',
		(int) 44 => 'products_fulltexts',
		(int) 45 => 'products_profiles',
		(int) 46 => 'products_profiles_zones',
		(int) 47 => 'products_types',
		(int) 48 => 'profile_sigs',
		(int) 49 => 'profiles',
		(int) 50 => 'profiles_fulltexts',
		(int) 51 => 'profiles_profiles_zones',
		(int) 52 => 'profiles_transactions',
		(int) 53 => 'profiles_types',
		(int) 54 => 'profiles_users',
		(int) 55 => 'profiles_zones',
		(int) 56 => 'referers',
		(int) 57 => 'tempreferers',
		(int) 58 => 'transactions',
		(int) 59 => 'types',
		(int) 60 => 'users',
		(int) 61 => 'views',
		(int) 62 => 'zone_types',
		(int) 63 => 'zones'
	)
	[protected] _transactionStarted => false
}
$details = array()
MarketplaceController::itemsByType() - APP/Controller/MarketplaceController.php, line 217
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 92
Notice (8): Undefined offset: 0 [APP/Controller/MarketplaceController.php, line 218]
Code Context
        );
        $itemName = $details[0]['Type']['name'];
        $cat_id = $details[0]['Category']['id'];
$typeId = '50266'
$title = 'The Auroran'
$limit = (int) 20
$page = (int) 1
$items = array(
	(int) 0 => array(
		'Item' => array(
			'id' => '65029',
			'title' => 'Lean ground beef at Real Canadian Superstore',
			'type' => 'Product',
			'image' => '2023/3/0_27000700_1678886097_superstore_copy01.jpg',
			'price' => '10.00',
			'advertiser_id' => '201512',
			'advertiser_name' => 'Real Canadian Superstore Aurora'
		)
	),
	(int) 1 => array(
		'Item' => array(
			'id' => '65031',
			'title' => '2 lb clamshell of strawberries',
			'type' => 'Product',
			'image' => '2023/3/0_31035200_1678886099_superstore_copy03.jpg',
			'price' => '3.99',
			'advertiser_id' => '201512',
			'advertiser_name' => 'Real Canadian Superstore Aurora'
		)
	),
	(int) 2 => array(
		'Item' => array(
			'id' => '65093',
			'title' => 'Caring for Our Community',
			'type' => 'Product',
			'image' => '2023/3/0_73073500_1679494098_new_roads_copy.jpg',
			'price' => null,
			'advertiser_id' => '200856',
			'advertiser_name' => 'New Roads Automotive Group'
		)
	)
)
$itemCount = '3'
$pageCount = (float) 1
$db = object(Mysql) {
	description => 'MySQL DBO Driver'
	startQuote => '`'
	endQuote => '`'
	fieldParameters => array(
		'charset' => array(
			[maximum depth reached]
		),
		'collate' => array(
			[maximum depth reached]
		),
		'comment' => array(
			[maximum depth reached]
		)
	)
	tableParameters => array(
		'charset' => array(
			[maximum depth reached]
		),
		'collate' => array(
			[maximum depth reached]
		),
		'engine' => array(
			[maximum depth reached]
		)
	)
	columns => array(
		'primary_key' => array(
			[maximum depth reached]
		),
		'string' => array(
			[maximum depth reached]
		),
		'text' => array(
			[maximum depth reached]
		),
		'biginteger' => array(
			[maximum depth reached]
		),
		'integer' => array(
			[maximum depth reached]
		),
		'float' => array(
			[maximum depth reached]
		),
		'datetime' => array(
			[maximum depth reached]
		),
		'timestamp' => array(
			[maximum depth reached]
		),
		'time' => array(
			[maximum depth reached]
		),
		'date' => array(
			[maximum depth reached]
		),
		'binary' => array(
			[maximum depth reached]
		),
		'boolean' => array(
			[maximum depth reached]
		)
	)
	index => array(
		'PRI' => 'primary',
		'MUL' => 'index',
		'UNI' => 'unique'
	)
	alias => 'AS '
	cacheMethods => true
	useNestedTransactions => false
	fullDebug => false
	affected => null
	numRows => null
	took => null
	configKeyName => 'default'
	virtualFieldSeparator => '__'
	connected => true
	config => array(
		'password' => '*****',
		'login' => '*****',
		'host' => '*****',
		'database' => '*****',
		'port' => '*****',
		'prefix' => '*****',
		'persistent' => true,
		'datasource' => 'Database/Mysql'
	)
	cacheSources => true
	map => array(
		(int) 0 => array(
			[maximum depth reached]
		),
		(int) 1 => array(
			[maximum depth reached]
		)
	)
	[protected] _baseConfig => array(
		'password' => '*****',
		'login' => '*****',
		'host' => '*****',
		'database' => '*****',
		'port' => '*****',
		'persistent' => true
	)
	[protected] _connection => object(PDO) {}
	[protected] _useAlias => true
	[protected] _charsets => array(
		'utf8_unicode_ci' => 'utf8'
	)
	[protected] _result => object(PDOStatement) {}
	[protected] _queriesCnt => (int) 0
	[protected] _queriesTime => null
	[protected] _queriesLog => array()
	[protected] _queriesLogMax => (int) 200
	[protected] _queryCache => array(
		'SELECT * FROM(
                SELECT Product.id, Product.title, 'Product' AS type, Product.image, Product.price, 
                  ProductOwnerProfile.id AS advertiser_id, ProductOwnerProfile.title AS advertiser_name
                FROM products AS Product
                LEFT JOIN profiles AS ProductUploaderProfile ON (Product.uploader_id = ProductUploaderProfile.id)
                LEFT JOIN profiles AS ProductOwnerProfile ON (Product.owner_id = ProductOwnerProfile.id)
                INNER JOIN products_types AS ProductsType ON (
                  Product.id = ProductsType.product_id AND ProductsType.type_id = :type_id
                )
                 INNER JOIN products_profiles AS Market ON (Market.profile_id = :profile and Market.product_id = Product.id)
                WHERE Product.status = 1 AND Product.owner_id!=0
                GROUP BY Product.id
            ) as Item LIMIT 0,20' => array(
			[maximum depth reached]
		),
		'SELECT count(*) AS item_count FROM(
                SELECT Product.id, Product.title, 'Product' AS type, Product.image, Product.price, 
                  ProductOwnerProfile.id AS advertiser_id, ProductOwnerProfile.title AS advertiser_name
                FROM products AS Product
                LEFT JOIN profiles AS ProductUploaderProfile ON (Product.uploader_id = ProductUploaderProfile.id)
                LEFT JOIN profiles AS ProductOwnerProfile ON (Product.owner_id = ProductOwnerProfile.id)
                INNER JOIN products_types AS ProductsType ON (
                  Product.id = ProductsType.product_id AND ProductsType.type_id = :type_id
                )
                 INNER JOIN products_profiles AS Market ON (Market.profile_id = :profile and Market.product_id = Product.id)
                WHERE Product.status = 1 AND Product.owner_id!=0
                GROUP BY Product.id
            ) as Item' => array(
			[maximum depth reached]
		),
		'
              SELECT Type.name, Category.id FROM types as Type
              JOIN categories_types on type_id = Type.id
              JOIN categories as Category on Category.id = category_id
              WHERE Type.id = ?
              limit 1' => array(
			[maximum depth reached]
		)
	)
	[protected] _sqlOps => array(
		(int) 0 => 'like',
		(int) 1 => 'ilike',
		(int) 2 => 'or',
		(int) 3 => 'not',
		(int) 4 => 'in',
		(int) 5 => 'between',
		(int) 6 => 'regexp',
		(int) 7 => 'similar to'
	)
	[protected] _transactionNesting => (int) 0
	[protected] _queryDefaults => array(
		'conditions' => array([maximum depth reached]),
		'fields' => null,
		'table' => null,
		'alias' => null,
		'order' => null,
		'limit' => null,
		'joins' => array([maximum depth reached]),
		'group' => null,
		'offset' => null
	)
	[protected] _methodCacheChange => true
	[protected] _descriptions => array(
		'c0gofurb.profiles' => array(
			[maximum depth reached]
		),
		'c0gofurb.types' => array(
			[maximum depth reached]
		),
		'c0gofurb.contacts' => array(
			[maximum depth reached]
		)
	)
	[protected] _sources => array(
		(int) 0 => 'addresses',
		(int) 1 => 'ads',
		(int) 2 => 'ads_deals',
		(int) 3 => 'ads_fulltexts',
		(int) 4 => 'ads_profiles_zones',
		(int) 5 => 'ads_types',
		(int) 6 => 'advertiser_contents',
		(int) 7 => 'archetypes',
		(int) 8 => 'attributes',
		(int) 9 => 'categories',
		(int) 10 => 'categories_types',
		(int) 11 => 'clicktocall_campaigns',
		(int) 12 => 'contacts',
		(int) 13 => 'cpv_packages',
		(int) 14 => 'customers',
		(int) 15 => 'customers_invoices',
		(int) 16 => 'deals',
		(int) 17 => 'deals_fulltexts',
		(int) 18 => 'deals_profiles_zones',
		(int) 19 => 'deals_types',
		(int) 20 => 'groups',
		(int) 21 => 'groups_profiles_zones',
		(int) 22 => 'invoices',
		(int) 23 => 'invoices_ads',
		(int) 24 => 'invoices_products',
		(int) 25 => 'migrations',
		(int) 26 => 'modules',
		(int) 27 => 'modules_profiles',
		(int) 28 => 'oauth_access_token_scopes',
		(int) 29 => 'oauth_access_tokens',
		(int) 30 => 'oauth_auth_code_scopes',
		(int) 31 => 'oauth_auth_codes',
		(int) 32 => 'oauth_client_endpoints',
		(int) 33 => 'oauth_client_grants',
		(int) 34 => 'oauth_client_scopes',
		(int) 35 => 'oauth_clients',
		(int) 36 => 'oauth_grant_scopes',
		(int) 37 => 'oauth_grants',
		(int) 38 => 'oauth_refresh_tokens',
		(int) 39 => 'oauth_scopes',
		(int) 40 => 'oauth_session_scopes',
		(int) 41 => 'oauth_sessions',
		(int) 42 => 'prices',
		(int) 43 => 'products',
		(int) 44 => 'products_fulltexts',
		(int) 45 => 'products_profiles',
		(int) 46 => 'products_profiles_zones',
		(int) 47 => 'products_types',
		(int) 48 => 'profile_sigs',
		(int) 49 => 'profiles',
		(int) 50 => 'profiles_fulltexts',
		(int) 51 => 'profiles_profiles_zones',
		(int) 52 => 'profiles_transactions',
		(int) 53 => 'profiles_types',
		(int) 54 => 'profiles_users',
		(int) 55 => 'profiles_zones',
		(int) 56 => 'referers',
		(int) 57 => 'tempreferers',
		(int) 58 => 'transactions',
		(int) 59 => 'types',
		(int) 60 => 'users',
		(int) 61 => 'views',
		(int) 62 => 'zone_types',
		(int) 63 => 'zones'
	)
	[protected] _transactionStarted => false
}
$details = array()
$itemName = null
MarketplaceController::itemsByType() - APP/Controller/MarketplaceController.php, line 218
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 92
Warning (2): Cannot modify header information - headers already sent by (output started at /home/deploy/releases/1470159164/lib/Cake/Utility/Debugger.php:804) [APP/View/Layouts/marketplace.ctp, line 1]
Code Context
<?php header('Content-Type:text/html; charset=UTF-8'); ?>
$viewFile = '/home/deploy/releases/1470159164/app/View/Layouts/marketplace.ctp'
$dataForView = array(
	'paginator' => object(SLN\Query\Paginator) {
		[private] total => '3'
		[private] request => object(CakeRequest) {}
		[private] show => (int) 20
	},
	'items' => array(
		(int) 0 => array(
			'Item' => array(
				[maximum depth reached]
			)
		),
		(int) 1 => array(
			'Item' => array(
				[maximum depth reached]
			)
		),
		(int) 2 => array(
			'Item' => array(
				[maximum depth reached]
			)
		)
	),
	'itemCount' => '3',
	'pageCount' => (float) 1,
	'page' => (int) 1,
	'itemName' => null,
	'cat_id' => null,
	'title_for_layout' => 'The Auroran : ',
	'popularCategories' => array(
		(int) 0 => array(
			'Category' => array(
				[maximum depth reached]
			),
			(int) 0 => array(
				[maximum depth reached]
			)
		),
		(int) 1 => array(
			'Category' => array(
				[maximum depth reached]
			),
			(int) 0 => array(
				[maximum depth reached]
			)
		),
		(int) 2 => array(
			'Category' => array(
				[maximum depth reached]
			),
			(int) 0 => array(
				[maximum depth reached]
			)
		),
		(int) 3 => array(
			'Category' => array(
				[maximum depth reached]
			),
			(int) 0 => array(
				[maximum depth reached]
			)
		)
	),
	'banner' => '/files/profile/banner/banner_200384.png',
	'marketplaceProfile' => object(SLN\Accounts\Profile) {
		timestamps => true
		[protected] attributes => array(
			[maximum depth reached]
		)
		[protected] original => array([maximum depth reached])
		[protected] changes => array([maximum depth reached])
		[protected] casts => array([maximum depth reached])
		[protected] dates => array([maximum depth reached])
		[protected] dateFormat => null
		[protected] appends => array([maximum depth reached])
		[protected] mutatorCache => array([maximum depth reached])
	},
	'metaDescription' => '<p>Every <span tabindex="0">Friday</span>, The Auroran delivers 21,200 free copies to homes in the community. The Auroran is part of&nbsp;London Publishing Corp. Established in 2010 with the acquisition of Simcoe&ndash;York Printing &amp; Publishing Ltd., a family of independent newspapers located north of the Greater Toronto Area. Since then, London Publishing has grown to include over 30 newspapers throughout Ontario, Quebec and the northern United States.</p>
<p>Carefully selected for having strong ties to the community it represents, each paper under the London Publishing Corp. umbrella is well established, ranging in age from 20 to over 100 years. London Publishing Corp. aims to nourish the long&ndash;standing relationship between community newspapers and the people who rely on them to stay informed and connected.</p>
<p style="font-size: 12px; font-family: Verdana,Geneva,sans-serif; text-align: justify; color: #000000;"><strong>Your community. Your news.</strong></p>',
	'content_for_layout' => '<div id="ads_list" class="box">
    <div class="header">
        <h2 class="title">3 Results </h2>
        <div class="item-toggle">
            <a id="listview" class="basic-btn active" href="#list">
                <span aria-hidden="true" data-icon="&#xe006;"></span>
                <span class="hide-text">List</span>
            </a>
            <a id="gridview" class="basic-btn" href="#grid">
                <span aria-hidden="true" data-icon="&#xe008;"></span>
                <span class="hide-text">Grid</span>
            </a>
        </div>
    </div>
    <section id="items" class="box items list group" data-behavior="scroll">
        <div class="paginator">
                    <span class="prev disabled">&laquo;</span>
                                <span class="current">1</span>
                                <span class="disabled">&raquo;</span>
        </div>
                        <article class="item">
                    <div class="thumbnail centered-container"><!--
						--><a href="/marketplace/product/65029/lean-ground-beef-at-real-canadian-superstore" class="centered-container" ><img itemprop="image" class="centered" src="https://auroran.shoplocalnow.ca/files/products/thumbnails/0_27000700_1678886097_superstore_copy01_225x146.jpg" title="Lean ground beef at Real Canadian Superstore" alt="Lean ground beef at Real Canadian Superstore" ></a>                    </div>
                    <div class="item-text centered-container">
                        <ul class="item-details centered">
                            <li class="headline">
                                <a href="/marketplace/Product/65029/lean-ground-beef-at-real-canadian-superstore">Lean ground beef at Real Canadian Superstore</a>
                            </li>
                            <li class="advertiser type-product">
                                <a class="roll-link"
                                   href="/marketplace/Product/65029/lean-ground-beef-at-real-canadian-superstore"><span
                                        data-title="Real Canadian Superstore Aurora">Real Canadian Superstore Aurora                                </a>
                            </li>
                                                            <li class="list_price"><span class="label">Price:</span>
                                    $10</li>
                                                    </ul>
                        <p class="type-tag product">Product</p>
                        <a href="/marketplace/Product/65029/lean-ground-beef-at-real-canadian-superstore" class="action button">View Details »</a>                    </div>
                </article>
                                <article class="item">
                    <div class="thumbnail centered-container"><!--
						--><a href="/marketplace/product/65031/2-lb-clamshell-of-strawberries" class="centered-container" ><img itemprop="image" class="centered" src="https://auroran.shoplocalnow.ca/files/products/thumbnails/0_31035200_1678886099_superstore_copy03_225x146.jpg" title="2 lb clamshell of strawberries" alt="2 lb clamshell of strawberries" ></a>                    </div>
                    <div class="item-text centered-container">
                        <ul class="item-details centered">
                            <li class="headline">
                                <a href="/marketplace/Product/65031/2-lb-clamshell-of-strawberries">2 lb clamshell of strawberries</a>
                            </li>
                            <li class="advertiser type-product">
                                <a class="roll-link"
                                   href="/marketplace/Product/65031/2-lb-clamshell-of-strawberries"><span
                                        data-title="Real Canadian Superstore Aurora">Real Canadian Superstore Aurora                                </a>
                            </li>
                                                            <li class="list_price"><span class="label">Price:</span>
                                    $4</li>
                                                    </ul>
                        <p class="type-tag product">Product</p>
                        <a href="/marketplace/Product/65031/2-lb-clamshell-of-strawberries" class="action button">View Details »</a>                    </div>
                </article>
                                <article class="item">
                    <div class="thumbnail centered-container"><!--
						--><a href="/marketplace/product/65093/caring-for-our-community" class="centered-container" ><img itemprop="image" class="centered" src="https://auroran.shoplocalnow.ca/files/products/thumbnails/0_73073500_1679494098_new_roads_copy_225x146.jpg" title="Caring for Our Community" alt="Caring for Our Community" ></a>                    </div>
                    <div class="item-text centered-container">
                        <ul class="item-details centered">
                            <li class="headline">
                                <a href="/marketplace/Product/65093/caring-for-our-community">Caring for Our Community</a>
                            </li>
                            <li class="advertiser type-product">
                                <a class="roll-link"
                                   href="/marketplace/Product/65093/caring-for-our-community"><span
                                        data-title="New Roads Automotive Group">New Roads Automotive Group                                </a>
                            </li>
                                                    </ul>
                        <p class="type-tag product">Product</p>
                        <a href="/marketplace/Product/65093/caring-for-our-community" class="action button">View Details »</a>                    </div>
                </article>
                
    </section>
</div>

',
	'scripts_for_layout' => ''
)
$paginator = object(SLN\Query\Paginator) {
	[private] total => '3'
	[private] request => object(CakeRequest) {}
	[private] show => (int) 20
}
$items = array(
	(int) 0 => array(
		'Item' => array(
			'id' => '65029',
			'title' => 'Lean ground beef at Real Canadian Superstore',
			'type' => 'Product',
			'image' => '2023/3/0_27000700_1678886097_superstore_copy01.jpg',
			'price' => '10.00',
			'advertiser_id' => '201512',
			'advertiser_name' => 'Real Canadian Superstore Aurora'
		)
	),
	(int) 1 => array(
		'Item' => array(
			'id' => '65031',
			'title' => '2 lb clamshell of strawberries',
			'type' => 'Product',
			'image' => '2023/3/0_31035200_1678886099_superstore_copy03.jpg',
			'price' => '3.99',
			'advertiser_id' => '201512',
			'advertiser_name' => 'Real Canadian Superstore Aurora'
		)
	),
	(int) 2 => array(
		'Item' => array(
			'id' => '65093',
			'title' => 'Caring for Our Community',
			'type' => 'Product',
			'image' => '2023/3/0_73073500_1679494098_new_roads_copy.jpg',
			'price' => null,
			'advertiser_id' => '200856',
			'advertiser_name' => 'New Roads Automotive Group'
		)
	)
)
$itemCount = '3'
$pageCount = (float) 1
$page = (int) 1
$itemName = null
$cat_id = null
$title_for_layout = 'The Auroran : '
$popularCategories = array(
	(int) 0 => array(
		'Category' => array(
			'id' => '50359',
			'name' => 'Retailers',
			'slug' => 'retailers'
		),
		(int) 0 => array(
			'total' => '3'
		)
	),
	(int) 1 => array(
		'Category' => array(
			'id' => '50358',
			'name' => 'Automotive',
			'slug' => 'automotive'
		),
		(int) 0 => array(
			'total' => '1'
		)
	),
	(int) 2 => array(
		'Category' => array(
			'id' => '7851',
			'name' => 'Services',
			'slug' => 'services'
		),
		(int) 0 => array(
			'total' => '1'
		)
	),
	(int) 3 => array(
		'Category' => array(
			'id' => '50266',
			'name' => 'Aurora',
			'slug' => 'aurora'
		),
		(int) 0 => array(
			'total' => '1'
		)
	)
)
$banner = '/files/profile/banner/banner_200384.png'
$marketplaceProfile = object(SLN\Accounts\Profile) {
	timestamps => true
	[protected] attributes => array(
		'id' => '200384',
		'type' => 'Mediapartner',
		'identifier' => 'auroran',
		'alias' => null,
		'wikidomo_id' => null,
		'title' => 'The Auroran',
		'description' => '<p>Every <span tabindex="0">Friday</span>, The Auroran delivers 21,200 free copies to homes in the community. The Auroran is part of&nbsp;London Publishing Corp. Established in 2010 with the acquisition of Simcoe&ndash;York Printing &amp; Publishing Ltd., a family of independent newspapers located north of the Greater Toronto Area. Since then, London Publishing has grown to include over 30 newspapers throughout Ontario, Quebec and the northern United States.</p>
<p>Carefully selected for having strong ties to the community it represents, each paper under the London Publishing Corp. umbrella is well established, ranging in age from 20 to over 100 years. London Publishing Corp. aims to nourish the long&ndash;standing relationship between community newspapers and the people who rely on them to stay informed and connected.</p>
<p style="font-size: 12px; font-family: Verdana,Geneva,sans-serif; text-align: justify; color: #000000;"><strong>Your community. Your news.</strong></p>',
		'latitude' => '',
		'longitude' => '',
		'logo' => 'logo_200384.jpg',
		'banner' => 'banner_200384.png',
		'website_link_text' => 'Auroran Online',
		'website_url' => 'http://www.newspapers-online.com/auroran/',
		'facebook_url' => '',
		'twitter_url' => '',
		'custom_html' => '<style>
#nav .deals, #nav .ads {display: none; }
</style>',
		'use_custom_menu' => false,
		'menu' => null,
		'propay_id' => null,
		'percentage_share' => null,
		'amount_share' => null,
		'viafoura_enabled' => false,
		'created' => '2016-08-05 13:50:27',
		'modified' => '2017-11-16 19:31:00',
		'status' => '1',
		'primary_zone' => '',
		'use_gofurb' => false,
		'zone_identifier' => null,
		'zone' => (int) 1
	)
	[protected] original => array()
	[protected] changes => array()
	[protected] casts => array()
	[protected] dates => array()
	[protected] dateFormat => null
	[protected] appends => array()
	[protected] mutatorCache => array()
}
$metaDescription = '<p>Every <span tabindex="0">Friday</span>, The Auroran delivers 21,200 free copies to homes in the community. The Auroran is part of&nbsp;London Publishing Corp. Established in 2010 with the acquisition of Simcoe&ndash;York Printing &amp; Publishing Ltd., a family of independent newspapers located north of the Greater Toronto Area. Since then, London Publishing has grown to include over 30 newspapers throughout Ontario, Quebec and the northern United States.</p>
<p>Carefully selected for having strong ties to the community it represents, each paper under the London Publishing Corp. umbrella is well established, ranging in age from 20 to over 100 years. London Publishing Corp. aims to nourish the long&ndash;standing relationship between community newspapers and the people who rely on them to stay informed and connected.</p>
<p style="font-size: 12px; font-family: Verdana,Geneva,sans-serif; text-align: justify; color: #000000;"><strong>Your community. Your news.</strong></p>'
$content_for_layout = '<div id="ads_list" class="box">
    <div class="header">
        <h2 class="title">3 Results </h2>
        <div class="item-toggle">
            <a id="listview" class="basic-btn active" href="#list">
                <span aria-hidden="true" data-icon="&#xe006;"></span>
                <span class="hide-text">List</span>
            </a>
            <a id="gridview" class="basic-btn" href="#grid">
                <span aria-hidden="true" data-icon="&#xe008;"></span>
                <span class="hide-text">Grid</span>
            </a>
        </div>
    </div>
    <section id="items" class="box items list group" data-behavior="scroll">
        <div class="paginator">
                    <span class="prev disabled">&laquo;</span>
                                <span class="current">1</span>
                                <span class="disabled">&raquo;</span>
        </div>
                        <article class="item">
                    <div class="thumbnail centered-container"><!--
						--><a href="/marketplace/product/65029/lean-ground-beef-at-real-canadian-superstore" class="centered-container" ><img itemprop="image" class="centered" src="https://auroran.shoplocalnow.ca/files/products/thumbnails/0_27000700_1678886097_superstore_copy01_225x146.jpg" title="Lean ground beef at Real Canadian Superstore" alt="Lean ground beef at Real Canadian Superstore" ></a>                    </div>
                    <div class="item-text centered-container">
                        <ul class="item-details centered">
                            <li class="headline">
                                <a href="/marketplace/Product/65029/lean-ground-beef-at-real-canadian-superstore">Lean ground beef at Real Canadian Superstore</a>
                            </li>
                            <li class="advertiser type-product">
                                <a class="roll-link"
                                   href="/marketplace/Product/65029/lean-ground-beef-at-real-canadian-superstore"><span
                                        data-title="Real Canadian Superstore Aurora">Real Canadian Superstore Aurora                                </a>
                            </li>
                                                            <li class="list_price"><span class="label">Price:</span>
                                    $10</li>
                                                    </ul>
                        <p class="type-tag product">Product</p>
                        <a href="/marketplace/Product/65029/lean-ground-beef-at-real-canadian-superstore" class="action button">View Details »</a>                    </div>
                </article>
                                <article class="item">
                    <div class="thumbnail centered-container"><!--
						--><a href="/marketplace/product/65031/2-lb-clamshell-of-strawberries" class="centered-container" ><img itemprop="image" class="centered" src="https://auroran.shoplocalnow.ca/files/products/thumbnails/0_31035200_1678886099_superstore_copy03_225x146.jpg" title="2 lb clamshell of strawberries" alt="2 lb clamshell of strawberries" ></a>                    </div>
                    <div class="item-text centered-container">
                        <ul class="item-details centered">
                            <li class="headline">
                                <a href="/marketplace/Product/65031/2-lb-clamshell-of-strawberries">2 lb clamshell of strawberries</a>
                            </li>
                            <li class="advertiser type-product">
                                <a class="roll-link"
                                   href="/marketplace/Product/65031/2-lb-clamshell-of-strawberries"><span
                                        data-title="Real Canadian Superstore Aurora">Real Canadian Superstore Aurora                                </a>
                            </li>
                                                            <li class="list_price"><span class="label">Price:</span>
                                    $4</li>
                                                    </ul>
                        <p class="type-tag product">Product</p>
                        <a href="/marketplace/Product/65031/2-lb-clamshell-of-strawberries" class="action button">View Details »</a>                    </div>
                </article>
                                <article class="item">
                    <div class="thumbnail centered-container"><!--
						--><a href="/marketplace/product/65093/caring-for-our-community" class="centered-container" ><img itemprop="image" class="centered" src="https://auroran.shoplocalnow.ca/files/products/thumbnails/0_73073500_1679494098_new_roads_copy_225x146.jpg" title="Caring for Our Community" alt="Caring for Our Community" ></a>                    </div>
                    <div class="item-text centered-container">
                        <ul class="item-details centered">
                            <li class="headline">
                                <a href="/marketplace/Product/65093/caring-for-our-community">Caring for Our Community</a>
                            </li>
                            <li class="advertiser type-product">
                                <a class="roll-link"
                                   href="/marketplace/Product/65093/caring-for-our-community"><span
                                        data-title="New Roads Automotive Group">New Roads Automotive Group                                </a>
                            </li>
                                                    </ul>
                        <p class="type-tag product">Product</p>
                        <a href="/marketplace/Product/65093/caring-for-our-community" class="action button">View Details »</a>                    </div>
                </article>
                
    </section>
</div>

'
$scripts_for_layout = ''
header - [internal], line ??
include - APP/View/Layouts/marketplace.ctp, line 1
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
View::renderLayout() - CORE/Cake/View/View.php, line 525
View::render() - CORE/Cake/View/View.php, line 470
Controller::render() - CORE/Cake/Controller/Controller.php, line 952
MarketplaceController::itemsByType() - APP/Controller/MarketplaceController.php, line 227
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 92
The Auroran :
The Auroran

  • Home
  • Products
  • Auroran Online

3 Results

List Grid
« 1 »
Lean ground beef at Real Canadian Superstore
  • Lean ground beef at Real Canadian Superstore
  • Real Canadian Superstore Aurora
  • Price: $10

Product

View Details »
2 lb clamshell of strawberries
  • 2 lb clamshell of strawberries
  • Real Canadian Superstore Aurora
  • Price: $4

Product

View Details »
Caring for Our Community
  • Caring for Our Community
  • New Roads Automotive Group

Product

View Details »

Categories

  • Retailers (3)
  • Automotive (1)
  • Services (1)
  • Aurora (1)
ShopLocalNow
Get Started with ShopLocalNow
Our Story
About ShopLocalNow
Get Started with Digital
How are you doing online? Get your FREE digital report
FAQ
General Questions
Advertiser Questions
Corporate
Terms of Service
Privacy
Follow Us
Twitter
Facebook

© Copyright 2023 ShopLocalNow all rights reserved

powered by city media