Missing Controller

Missing Controller

Error: ContactController could not be found.

Error: Create the class ContactController below in file: app/controllers/contact_controller.php

<?php
class ContactController extends AppController {

	var $name = 'Contact';
}
?>

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

(default) 7 queries took 52 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT table_name as name FROM INFORMATION_SCHEMA.tables WHERE table_schema = 'public';0124
2SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'aros' AND table_schema = 'public' ORDER BY position0712
3SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'acos' AND table_schema = 'public' ORDER BY position078
4SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'aros_acos' AND table_schema = 'public' ORDER BY position078
5SELECT "cake_sessions"."data" FROM "cake_sessions" WHERE "cake_sessions"."id" = 'hgejcse4rn1uq8clir45afm3j0'010
6SELECT COUNT(id) AS count FROM "cake_sessions" WHERE "id" = 'hgejcse4rn1uq8clir45afm3j0'010
7UPDATE "cake_sessions" SET "data" = '', "expires" = '1268214917' WHERE "id" = 'hgejcse4rn1uq8clir45afm3j0'1020