Proactive investorsLogo Proactive Investors UK Website

Search field

Missing Controller

Error: RegisteredController could not be found.

Error: Create the class RegisteredController below in file: app/controllers/registered_controller.php

<?php
class RegisteredController extends AppController {

	var $name = 'Registered';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

(default) 18 queries took 15 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `settings`991
2DESCRIBE `companies`26262
3DESCRIBE `sectors`441
4DESCRIBE `markets`332
5DESCRIBE `company_ct_counters`331
6DESCRIBE `sponsor_extras`13131
7DESCRIBE `company_rss_widgets`331
8DESCRIBE `sponsor_files`12121
9SELECT `Event`.`id`, `Event`.`region`, `Event`.`date`, `Event`.`event`, `Event`.`location`, `Event`.`description`, `Event`.`registration_url`, `Event`.`ordering`, `Event`.`is_active`, `Event`.`is_mineweb_event` FROM `events` AS `Event` WHERE `is_active` = '1' AND `region` = 'NA' AND date >= CURDATE() ORDER BY `date` ASC 221
10SELECT `EventCompany`.`id`, `EventCompany`.`event_id`, `EventCompany`.`company_id`, `EventCompany`.`description`, `EventCompany`.`is_confirmed` FROM `event_companies` AS `EventCompany` WHERE `EventCompany`.`event_id` IN (12, 14) 330
11DESCRIBE `news`21211
12SELECT `News`.`id`, `News`.`title`, `News`.`sef_title` FROM `news` AS `News` WHERE `News`.`is_active` = 1 ORDER BY `publish_date` DESC LIMIT 2020200
13DESCRIBE `adverts`881
14DESCRIBE `advert_ct_counters`331
15SELECT `Advert`.`id`, `Advert`.`position`, `Advert`.`title`, `Advert`.`url`, `Advert`.`file`, `Advert`.`notes`, `Advert`.`is_active`, `Advert`.`served_counter`, `AdvertCtCounter`.`id`, `AdvertCtCounter`.`advert_id`, `AdvertCtCounter`.`ct_value` FROM `adverts` AS `Advert` LEFT JOIN `advert_ct_counters` AS `AdvertCtCounter` ON (`AdvertCtCounter`.`advert_id` = `Advert`.`id`) WHERE `Advert`.`is_active` = 1 AND `Advert`.`position` = 2 ORDER BY RAND() ASC LIMIT 1001
16UPDATE adverts SET served_counter=served_counter+1 WHERE id=''00
17SELECT `Company`.`id`, `Company`.`epic`, `Company`.`name`, `Company`.`motto`, `Company`.`logo_file`, `Company`.`service_level` FROM `companies` AS `Company` WHERE `is_sponsor` = 1 AND `service_level` = 2 ORDER BY `id` ASC 2372370
18SELECT `Company`.`id`, `Company`.`epic`, `Company`.`name`, `Company`.`motto`, `Company`.`logo_file`, `Company`.`description`, `Company`.`service_level` FROM `companies` AS `Company` WHERE `is_sponsor` = 1 AND `service_level` = 3 ORDER BY `id` ASC 110