ClientsController::_normalSearch() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 348
ClientsController::search() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 188
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 96
Notice (8): Array to string conversion [APP/Plugin/Indexeg/Controller/ClientsController.php, line 349]
ClientsController::_normalSearch() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 349
ClientsController::search() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 188
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 96
Notice (8): Array to string conversion [APP/Plugin/Indexeg/Controller/ClientsController.php, line 357]
$categoriesSubQuery="select distinct(id) from agd_categories as Category where Category.title like '%".$q."%' or
$limit = (int) 10
$q = array(
(int) 0 => 'khalil',
(int) 1 => 'khalil'
)
$branchesSubQuery = 'select distinct(client_id) from agd_branches as Branch
where
Branch.region_id in
/*get all associated regions with selected one*/
(SELECT r2.id FROM agd_regions r2
WHERE r2.id in (SELECT DISTINCT(foreign_key)
FROM `agd_i18n` as I18n
WHERE
content LIKE '%Array%' and model='Region') or
r2.id in (select DISTINCT(id) from agd_regions where title like '%Array%')
) '
$client_ids_branches = array()
ClientsController::_normalSearch() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 357
ClientsController::search() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 188
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 96
Notice (8): Array to string conversion [APP/Plugin/Indexeg/Controller/ClientsController.php, line 362]
FROM `agd_i18n` as I18n WHERE I18n.content LIKE '%".$q."%' and I18n.model='Category')";
$limit = (int) 10
$q = array(
(int) 0 => 'khalil',
(int) 1 => 'khalil'
)
$branchesSubQuery = 'select distinct(client_id) from agd_branches as Branch
where
Branch.region_id in
/*get all associated regions with selected one*/
(SELECT r2.id FROM agd_regions r2
WHERE r2.id in (SELECT DISTINCT(foreign_key)
FROM `agd_i18n` as I18n
WHERE
content LIKE '%Array%' and model='Region') or
r2.id in (select DISTINCT(id) from agd_regions where title like '%Array%')
) '
$client_ids_branches = array()
ClientsController::_normalSearch() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 362
ClientsController::search() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 188
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 96
Notice (8): Array to string conversion [APP/Plugin/Indexeg/Controller/ClientsController.php, line 368]
$clientsSubQuery="select distinct(id) from agd_clients as Client where Client.company_name like '%".$q."%' or
$limit = (int) 10
$q = array(
(int) 0 => 'khalil',
(int) 1 => 'khalil'
)
$branchesSubQuery = 'select distinct(client_id) from agd_branches as Branch
where
Branch.region_id in
/*get all associated regions with selected one*/
(SELECT r2.id FROM agd_regions r2
WHERE r2.id in (SELECT DISTINCT(foreign_key)
FROM `agd_i18n` as I18n
WHERE
content LIKE '%Array%' and model='Region') or
r2.id in (select DISTINCT(id) from agd_regions where title like '%Array%')
) '
$client_ids_branches = array()
$categoriesSubQuery = 'select distinct(id) from agd_categories as Category
where
Category.title like '%Array%' or
Category.id in
(SELECT DISTINCT(foreign_key)
FROM `agd_i18n` as I18n
WHERE
I18n.content LIKE '%Array%' and I18n.model='Category')'
$category_ids = array()
ClientsController::_normalSearch() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 368
ClientsController::search() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 188
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 96
Notice (8): Array to string conversion [APP/Plugin/Indexeg/Controller/ClientsController.php, line 369]
where Client.company_name like '%".$q."%' or Client.business_field like '%".$q."%' or
$limit = (int) 10
$q = array(
(int) 0 => 'khalil',
(int) 1 => 'khalil'
)
$branchesSubQuery = 'select distinct(client_id) from agd_branches as Branch
where
Branch.region_id in
/*get all associated regions with selected one*/
(SELECT r2.id FROM agd_regions r2
WHERE r2.id in (SELECT DISTINCT(foreign_key)
FROM `agd_i18n` as I18n
WHERE
content LIKE '%Array%' and model='Region') or
r2.id in (select DISTINCT(id) from agd_regions where title like '%Array%')
) '
$client_ids_branches = array()
$categoriesSubQuery = 'select distinct(id) from agd_categories as Category
where
Category.title like '%Array%' or
Category.id in
(SELECT DISTINCT(foreign_key)
FROM `agd_i18n` as I18n
WHERE
I18n.content LIKE '%Array%' and I18n.model='Category')'
$category_ids = array()
ClientsController::_normalSearch() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 369
ClientsController::search() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 188
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 96
Notice (8): Array to string conversion [APP/Plugin/Indexeg/Controller/ClientsController.php, line 370]
Client.company_name like '%".$q."%' or Client.business_field like '%".$q."%' or Client.keywords like '%".$q."%' or
$limit = (int) 10
$q = array(
(int) 0 => 'khalil',
(int) 1 => 'khalil'
)
$branchesSubQuery = 'select distinct(client_id) from agd_branches as Branch
where
Branch.region_id in
/*get all associated regions with selected one*/
(SELECT r2.id FROM agd_regions r2
WHERE r2.id in (SELECT DISTINCT(foreign_key)
FROM `agd_i18n` as I18n
WHERE
content LIKE '%Array%' and model='Region') or
r2.id in (select DISTINCT(id) from agd_regions where title like '%Array%')
) '
$client_ids_branches = array()
$categoriesSubQuery = 'select distinct(id) from agd_categories as Category
where
Category.title like '%Array%' or
Category.id in
(SELECT DISTINCT(foreign_key)
FROM `agd_i18n` as I18n
WHERE
I18n.content LIKE '%Array%' and I18n.model='Category')'
$category_ids = array()
ClientsController::_normalSearch() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 370
ClientsController::search() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 188
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 96
Notice (8): Array to string conversion [APP/Plugin/Indexeg/Controller/ClientsController.php, line 375]
FROM `agd_i18n` as I18n WHERE content LIKE '%".$q."%' and model='Client')";
$limit = (int) 10
$q = array(
(int) 0 => 'khalil',
(int) 1 => 'khalil'
)
$branchesSubQuery = 'select distinct(client_id) from agd_branches as Branch
where
Branch.region_id in
/*get all associated regions with selected one*/
(SELECT r2.id FROM agd_regions r2
WHERE r2.id in (SELECT DISTINCT(foreign_key)
FROM `agd_i18n` as I18n
WHERE
content LIKE '%Array%' and model='Region') or
r2.id in (select DISTINCT(id) from agd_regions where title like '%Array%')
) '
$client_ids_branches = array()
$categoriesSubQuery = 'select distinct(id) from agd_categories as Category
where
Category.title like '%Array%' or
Category.id in
(SELECT DISTINCT(foreign_key)
FROM `agd_i18n` as I18n
WHERE
I18n.content LIKE '%Array%' and I18n.model='Category')'
$category_ids = array()
ClientsController::_normalSearch() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 375
ClientsController::search() - APP/Plugin/Indexeg/Controller/ClientsController.php, line 188
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 96
Indexeg | Egypt business ->
Notice (8): Undefined variable: client [APP/View/Themed/Agd/Layouts/search.ctp, line 16]
include - APP/View/Themed/Agd/Layouts/search.ctp, line 16
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
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 254
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 194
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 96
Search Results
0 results were found for the search for
Notice (8): Array to string conversion [APP/View/Themed/Agd/Clients/search.ctp, line 4]
include - APP/View/Themed/Agd/Clients/search.ctp, line 4
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
View::render() - CORE/Cake/View/View.php, line 462
Controller::render() - CORE/Cake/Controller/Controller.php, line 952
CroogoAppController::render() - APP/Plugin/Croogo/Controller/CroogoAppController.php, line 254
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 194
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 96