eisen-dev / eisen_front

Eisen Front Web application for remote package and job task management
http://eisen-dev.github.io/eisen/
Other
3 stars 2 forks source link

logger.php テーブルが見つからない #48

Closed depra95 closed 8 years ago

depra95 commented 8 years ago

monologテーブルが初期セットアップ(init-setup.php)で作成されていないので、表示できる内容が無い場合、logger.phpにアクセスした際に以下のエラーが出ます。 logger.phpのエラー: Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'eisen.monolog' doesn't exist' in /vagrant/webd/includes/DbAction.php:453 Stack trace: #0 /vagrant/webd/includes/DbAction.php(453): PDO->prepare('SELECT * FROM m...') #1 /vagrant/webd/logger.php(83): DbAction->monologList(Object(PDO)) #2 {main} thrown in /vagrant/webd/includes/DbAction.php on line 453

aliceinwire commented 8 years ago

fixed by pull request