岐阜県耳鼻咽喉科花粉情報システム
Date:2024/ 05/ 20
UserID:
UserName:
DISP_ID:

Missing Controller

Error: CommonController could not be found.

Error: Create the class CommonController below in file: app/controllers/common_controller.php

<?php
class CommonController extends AppController {

	var $name = 'Common';
}
?>

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



(default) 2 queries took 11 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 = 'users' AND table_schema = 'public' ORDER BY position0157