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

Missing Controller

Error: Index.htmlController could not be found.

Error: Create the class Index.htmlController below in file: app/controllers/index.html_controller.php

<?php
class Index.htmlController extends AppController {

	var $name = 'Index.html';
}
?>

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



(default) 2 queries took 12 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 position0158