Missing Controller

Missing Controller

Error: WorkController could not be found.

Error: Create the class WorkController below in file: app/controllers/work_controller.php

<?php
class WorkController extends AppController {

	var $name = 'Work';
}
?>

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';0128
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 position0716
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" = 'k2bnae9v04jc2vcvo8ac18mlo7'010
6SELECT COUNT(id) AS count FROM "cake_sessions" WHERE "id" = 'k2bnae9v04jc2vcvo8ac18mlo7'010
7UPDATE "cake_sessions" SET "data" = '', "expires" = '1268566028' WHERE "id" = 'k2bnae9v04jc2vcvo8ac18mlo7'1012