Notice (8): Undefined index: Page [APP/Controller/AppController.php, line 258]Code Context if (isset($this->params['pass'][0]) && is_numeric($this->params['pass'][0])) {
$menuPage = $this->Page->find('first', array('conditions' => array('Page.id' => $this->params['pass'][0])));
if ($menuPage['Page']['parent_id'] == null) {
$page = array(
'Page' => array(
'type' => 'Static page',
'is_active' => '1',
'is_visible00eng' => '1',
'is_visible00srp' => '1',
'is_visible00fra' => '1',
'new_window' => '0',
'id' => null,
'title' => 'Pages',
'content' => ''
),
'children' => array()
)
$menuPage = array()
AppController::loadFrontData() - APP/Controller/AppController.php, line 258
AppController::beforeFilter() - APP/Controller/AppController.php, line 121
PagesController::beforeFilter() - APP/Controller/PagesController.php, line 153
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 676
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 97
Notice (8): Undefined index: Page [APP/Controller/AppController.php, line 259]Code Context $menuPage = $this->Page->find('first', array('conditions' => array('Page.id' => $this->params['pass'][0])));
if ($menuPage['Page']['parent_id'] == null) {
$directChildren = $this->Page->children($menuPage['Page']['id'], true);
$page = array(
'Page' => array(
'type' => 'Static page',
'is_active' => '1',
'is_visible00eng' => '1',
'is_visible00srp' => '1',
'is_visible00fra' => '1',
'new_window' => '0',
'id' => null,
'title' => 'Pages',
'content' => ''
),
'children' => array()
)
$menuPage = array()
AppController::loadFrontData() - APP/Controller/AppController.php, line 259
AppController::beforeFilter() - APP/Controller/AppController.php, line 121
PagesController::beforeFilter() - APP/Controller/PagesController.php, line 153
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 676
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 97
Notice (8): Undefined index: Page [APP/Controller/AppController.php, line 261]Code Context $directChildren = $this->Page->children($menuPage['Page']['id'], true);
}
if ($menuPage['Page']['parent_id'] != null) {
$page = array(
'Page' => array(
'type' => 'Static page',
'is_active' => '1',
'is_visible00eng' => '1',
'is_visible00srp' => '1',
'is_visible00fra' => '1',
'new_window' => '0',
'id' => null,
'title' => 'Pages',
'content' => ''
),
'children' => array()
)
$menuPage = array()
$directChildren = array(
(int) 0 => array(
'Page' => array(
'id' => '11',
'parent_id' => null,
'lft' => '1',
'rght' => '2',
'type' => 'Dynamic service',
'anchor' => '',
'params' => 'home/index',
'published' => '2016-01-20 00:00:00',
'is_active' => true,
'new_window' => false,
'created' => '2016-01-20 15:02:55',
'modified' => '2022-03-18 10:04:14',
'type00' => array(
[maximum depth reached]
),
'title' => 'Home',
'title00' => array(
[maximum depth reached]
),
'full_title' => '',
'full_title00' => array(
[maximum depth reached]
),
'content' => '',
'content00' => array(
[maximum depth reached]
),
'is_visible' => true,
'is_visible00' => array(
[maximum depth reached]
)
)
),
(int) 1 => array(
'Page' => array(
'id' => '12',
'parent_id' => null,
'lft' => '3',
'rght' => '16',
'type' => 'Link',
'anchor' => '',
'params' => '/news_events/index',
'published' => '2016-01-20 00:00:00',
'is_active' => true,
'new_window' => false,
'created' => '2016-01-20 15:03:38',
'modified' => '2022-03-18 10:04:14',
'type00' => array(
[maximum depth reached]
),
'title' => 'News & Events',
'title00' => array(
[maximum depth reached]
),
'full_title' => '',
'full_title00' => array(
[maximum depth reached]
),
'content' => '',
'content00' => array(
[maximum depth reached]
),
'is_visible' => true,
'is_visible00' => array(
[maximum depth reached]
)
)
),
(int) 2 => array(
'Page' => array(
'id' => '13',
'parent_id' => null,
'lft' => '17',
'rght' => '48',
'type' => 'Dynamic service',
'anchor' => '',
'params' => 'company_members/listByName',
'published' => '2016-01-20 00:00:00',
'is_active' => true,
'new_window' => false,
'created' => '2016-01-20 15:09:52',
'modified' => '2022-03-18 10:04:14',
'type00' => array(
[maximum depth reached]
),
'title' => 'Members & Services',
'title00' => array(
[maximum depth reached]
),
'full_title' => 'Current members',
'full_title00' => array(
[maximum depth reached]
),
'content' => '<div class="table-responsive">
<table class="table table-hover table-striped">
<thead>
<tr>
<th> </th>
<th>Membership Categories</th>
<th>Fees</th>
</tr>
</thead>
<tbody>
<tr>
<td>A</td>
<td>CORPORATE MEMBERSHIP (Canadian/International/Serbian companies and NGOs)</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>1. Large corporate members (turnover more than 5 million EUR) – up to three representative members</td>
<td>EUR 2700</td>
</tr>
<tr>
<td> </td>
<td>2. Medium sized companies (turnover between 1-5 million EUR) – up to two representative members</td>
<td>EUR 1000</td>
</tr>
<tr>
<td> </td>
<td>3. Small sized companies (turnover less than 1 million EUR) – one representative member</td>
<td>EUR 500</td>
</tr>
<tr>
<td> </td>
<td>4. NGOs</td>
<td>EUR 250</td>
</tr>
<tr>
<td>B</td>
<td>INDIVIDUAL MEMBERSHIP</td>
<td>EUR 180</td>
</tr>
</tbody>
</table>
</div>
<h2><span>CANSEE Membership Criteria</span></h2>
<p>Applicants asking for membership in CANSEE Canadian Serbian Business Association (CANSEE) – company, NGO, entrepreneur or a natural person, which comply with CANSEE Statute, may be granted a membership on behalf of the Board of Directors, if they meet following criteria:</p>
<h3>Criteria for corporate membership:</h3>
<ol>
<li>Companies and entrepreneurs
<ol>
<li>Canadian companies (Applicants must satisfy at least one of the following criteria)
<ul>
<li>A company has commercial presence in Canada</li>
<li>A company majority-owned by Canadian investor regardless of the location of its headquarters</li>
<li>An international or domestic company (but not-Canadian-owned or headquartered) with a Canadian-owned franchise</li>
</ul>
</li>
<li>International companies (Applicants must satisfy at least one of the following criteria)
<ul>
<li>A company has commercial presence/headquarter in Bosnia and Herzegovina, FYROM and Croatia or has Bosnian/Macedonian/Croatian major investor/franchise</li>
<li>A company has business affiliation with Canadian and/or Serbian companies</li>
</ul>
</li>
<li>Serbian Companies (Applicants must satisfy all criteria)
<ul>
<li>The applicant company is not a majority public-, government- or socially-owned company. A minimum of 51 percent of the shared must be privately-owned.</li>
<li>The applicant company has developed business connections with Canada, through trade, investment, distribution of goods and services, franchise or other.</li>
<li>The company should not be politically visible or associated with any political party in Serbia.</li>
<li>The company should enjoy positive business reputation on a local level.</li>
</ul>
</li>
</ol>
</li>
<li>Non-Governmental Organizations (NGOs)
<ul>
<li>The applicant has an identifiable relationships with Canada or international assistance activities</li>
</ul>
</li>
</ol>
<h3>Criteria for individual membership:</h3>
<ul>
<li>The applicant who has personal and/or business relationships with Canada and/or Serbia, which comply with CANSEE objectives</li>
</ul>
<h3>Special cases:</h3>
<p>If the Board of Directors, after assessing an application which does not comply with aforementioned criteria still considers it of strategic importance to CANSEE, it can waive requirements and grant membership.</p>
',
'content00' => array(
[maximum depth reached]
),
'is_visible' => true,
'is_visible00' => array(
[maximum depth reached]
)
)
),
(int) 3 => array(
'Page' => array(
'id' => '59',
'parent_id' => null,
'lft' => '49',
'rght' => '66',
'type' => 'Static content',
'anchor' => '',
'params' => '',
'published' => '2020-08-02 00:00:00',
'is_active' => true,
'new_window' => false,
'created' => '2020-08-05 09:16:16',
'modified' => '2022-03-18 10:04:14',
'type00' => array(
[maximum depth reached]
),
'title' => 'Members’Achievements',
'title00' => array(
[maximum depth reached]
),
'full_title' => 'Members’Achievements',
'full_title00' => array(
[maximum depth reached]
),
'content' => '',
'content00' => array(
[maximum depth reached]
),
'is_visible' => true,
'is_visible00' => array(
[maximum depth reached]
)
)
),
(int) 4 => array(
'Page' => array(
'id' => '14',
'parent_id' => null,
'lft' => '69',
'rght' => '74',
'type' => 'Dynamic service',
'anchor' => '',
'params' => 'company_members/all',
'published' => '2016-04-14 00:00:00',
'is_active' => true,
'new_window' => false,
'created' => '2016-01-20 15:13:00',
'modified' => '2022-03-18 10:04:14',
'type00' => array(
[maximum depth reached]
),
'title' => 'Join CANSEE',
'title00' => array(
[maximum depth reached]
),
'full_title' => 'Membership Benefits',
'full_title00' => array(
[maximum depth reached]
),
'content' => '<p style="line-height: 20.8px;">CANSEE has opted to move to a tiered system of membership benefits in order to better serve our members. The three tiers of membership are Platinum, Gold & Silver levels.</p>
<p style="line-height: 20.8px;">Details of each tier’s benefits can be found on our website or by contacting our Executive Office (office@cansee.biz / +381 11 404 3093). </p>
<h4>Our Platinum Level Members receive the following benefits as part of their CANSEE package:</h4>
<ul style="line-height: 20.8px;">
<li>Invitation to all CANSEE Networking events (maximum of 5 company representatives, or as space permits). </li>
<li>Participation in Business Forum and free attendance for company representatives. </li>
<li>Free attendance for all CANSEE events. </li>
<li>Open Invitation participation in regional business partner events through the CANSEE network. </li>
<li>First choice for free participation in the Ivey LEADER Project (limited to 1 employee, based on seats available). </li>
<li>Free Participation in CANSEE organized Promotional and Educational workshops. </li>
<li>Invitation to special events with high profile business contacts. </li>
<li>Membership of chosen CANSEE Industry Working Group and right to be elected as Industry Group President.</li>
<li><span style="line-height: 20.8px;">Free advertising within CANSEE media incl. website and promotional materials. </span></li>
<li><span style="line-height: 20.8px;">Member logo on CANSEE website. </span></li>
<li><span style="line-height: 20.8px;">Brief presentation at CANSEE events. </span></li>
<li><span style="line-height: 20.8px;">Complimentary promotion of Member company events and news on CANSEE website. </span></li>
<li><span style="line-height: 20.8px;">Connections to exclusive media coverage and discount with CANSEE rates.</span></li>
<li>Executive Office Services (see <a href="http://cansee.biz/en/pages/details/27/Executive-Office-Services"><u>here</u></a>)</li>
<li>Free advertising within CANSEE media incl. website and promotional materials. </li>
<li>Member logo on CANSEE website. </li>
<li>Brief presentation at CANSEE events. </li>
<li>Complimentary promotion of Member company events and news on CANSEE website. </li>
<li>Connections to exclusive media coverage and discount with CANSEE rates.</li>
</ul>
<p> </p>
<p><img alt="" src="/upload/CKEditor/Uploads/1st%20CANSEE%20Business%20Forum%20-%20Goran%20Obradovic.012.jpeg" style="width: 800px; float: left;" /></p>
',
'content00' => array(
[maximum depth reached]
),
'is_visible' => true,
'is_visible00' => array(
[maximum depth reached]
)
)
),
(int) 5 => array(
'Page' => array(
'id' => '15',
'parent_id' => null,
'lft' => '75',
'rght' => '84',
'type' => 'Dynamic service',
'anchor' => '',
'params' => 'company_members/all',
'published' => '2016-01-20 00:00:00',
'is_active' => true,
'new_window' => false,
'created' => '2016-01-20 15:14:30',
'modified' => '2022-03-18 10:04:14',
'type00' => array(
[maximum depth reached]
),
'title' => 'About us',
'title00' => array(
[maximum depth reached]
),
'full_title' => '',
'full_title00' => array(
[maximum depth reached]
),
'content' => '<p>CANSEE Canadian-Serbian Business Association is a non-profit organization, currently representing<strong> more than 50 corporate members</strong>, founded to encourage cooperation between organizations active in both Canada and Serbia, in order to foster mutually beneficial business and trade connections.</p>
<p>Our goal for CANSEE is to become a reliable partner in providing both information and business networks to our member Serbian and Canadian companies. This partnership is extended to both existing companies, and those seeking to start up new investments. At present our focus is primarily within Serbia, although we are expanding our activities into Canada.</p>
<p>The concept of establishing the CANSEE business association originated from the Embassy of Canada in Serbia, who has been a supportive and active member of the organization since its inception.</p>
<p>The CANSEE Canadian-Serbian Business Association was inaugurated at a formal reception at the Embassy of Canada in Belgrade on September 1st, 2014, and was honoured by the attendance of the then Minster of Foreign Affairs of Canada, the Honourable John Baird, as well as the President of the Chamber of Commerce of Serbia, Mr. Željko Sertić and the Ambassador of Canada in Belgrade, H.E. Roman Waschuk.</p>
<p>The Association wishes to thank our founding members for their support, and for their active involvement as the association’s current board of directors. Together with our executive team, they have supported and driven the direction of activities that we have been able to run to date. Our founding members:</p>
<p><img alt="CANSEE Founders" src="/upload/CKEditor/Uploads/Founders%20Logos-sm.jpg" style="width: 800px; height: 265px;" /></p>
',
'content00' => array(
[maximum depth reached]
),
'is_visible' => true,
'is_visible00' => array(
[maximum depth reached]
)
)
),
(int) 6 => array(
'Page' => array(
'id' => '16',
'parent_id' => null,
'lft' => '85',
'rght' => '86',
'type' => 'Dynamic service',
'anchor' => '',
'params' => 'contact/index',
'published' => '2016-01-20 00:00:00',
'is_active' => true,
'new_window' => false,
'created' => '2016-01-20 15:16:33',
'modified' => '2022-03-18 10:04:14',
'type00' => array(
[maximum depth reached]
),
'title' => 'Contact',
'title00' => array(
[maximum depth reached]
),
'full_title' => '',
'full_title00' => array(
[maximum depth reached]
),
'content' => '',
'content00' => array(
[maximum depth reached]
),
'is_visible' => true,
'is_visible00' => array(
[maximum depth reached]
)
)
),
(int) 7 => array(
'Page' => array(
'id' => '47',
'parent_id' => null,
'lft' => '103',
'rght' => '178',
'type' => 'Static content',
'anchor' => '',
'params' => '',
'published' => '2020-06-07 00:00:00',
'is_active' => true,
'new_window' => false,
'created' => '2020-06-08 13:54:19',
'modified' => '2022-03-18 10:04:14',
'type00' => array(
[maximum depth reached]
),
'title' => 'COVID-19',
'title00' => array(
[maximum depth reached]
),
'full_title' => 'COVID-19',
'full_title00' => array(
[maximum depth reached]
),
'content' => '',
'content00' => array(
[maximum depth reached]
),
'is_visible' => true,
'is_visible00' => array(
[maximum depth reached]
)
)
),
(int) 8 => array(
'Page' => array(
'id' => '54',
'parent_id' => null,
'lft' => '179',
'rght' => '186',
'type' => 'Static content',
'anchor' => '',
'params' => '',
'published' => '2020-06-07 00:00:00',
'is_active' => true,
'new_window' => false,
'created' => '2020-06-08 14:11:17',
'modified' => '2022-03-18 10:04:14',
'type00' => array(
[maximum depth reached]
),
'title' => 'Leadership Development',
'title00' => array(
[maximum depth reached]
),
'full_title' => 'Leadership Development',
'full_title00' => array(
[maximum depth reached]
),
'content' => '',
'content00' => array(
[maximum depth reached]
),
'is_visible' => true,
'is_visible00' => array(
[maximum depth reached]
)
)
)
)
AppController::loadFrontData() - APP/Controller/AppController.php, line 261
AppController::beforeFilter() - APP/Controller/AppController.php, line 121
PagesController::beforeFilter() - APP/Controller/PagesController.php, line 153
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 676
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 97