Warning (512): SplFileInfo::openFile(/var/www/html/timing/app/tmp/cache/models/myapp_cake_model_default_trail_kk_point): failed to open stream: No space left on device [CORE/Cake/Cache/Engine/FileEngine.php, line 356]
Warning (512): SplFileInfo::openFile(/var/www/html/timing/app/tmp/cache/persistent/myapp_cake_core_cake_dev_eng) [http://php.net/splfileinfo.openfile]: failed to open stream: No space left on device [CORE/Cake/Cache/Engine/FileEngine.php, line 356]
Warning (512): _cake_core_ cache was unable to write 'cake_dev_eng' to File cache [CORE/Cake/Cache/Cache.php, line 328]
Warning (512): _cake_model_ cache was unable to write 'default_trail_kk_point' to File cache [CORE/Cake/Cache/Cache.php, line 328]
CakePHP: the rapid development php framework: Errors

Database Error

Error: SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_944_0.MYI' (Errcode: 28)

SQL Query: SHOW FULL COLUMNS FROM `trail`.`kk_point`

Notice: If you want to customize this error message, create app/View/Errors/pdo_error.ctp

Stack Trace

(default) 3 queries took 0 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `Event`.`id`, `Event`.`eventName`, `Event`.`eventDir`, `Event`.`eventDate`, `Event`.`siteOpenDateFrom`, `Event`.`siteOpenDateTo`, `Event`.`siteImageFileName`, `Event`.`ListName`, `Event`.`netTimeCanSameRank`, `Event`.`canPublicView`, `Event`.`pageFormat`, `Event`.`news`, `Event`.`memo_point`, `Event`.`login_id`, `Event`.`password`, `Event`.`web_event_id` FROM `trail`.`kk_event` AS `Event` WHERE `Event`.`id` = 8110
2SELECT `Event`.`id`, `Event`.`eventName`, `Event`.`eventDir`, `Event`.`eventDate`, `Event`.`siteOpenDateFrom`, `Event`.`siteOpenDateTo`, `Event`.`siteImageFileName`, `Event`.`ListName`, `Event`.`netTimeCanSameRank`, `Event`.`canPublicView`, `Event`.`pageFormat`, `Event`.`news`, `Event`.`memo_point`, `Event`.`login_id`, `Event`.`password`, `Event`.`web_event_id` FROM `trail`.`kk_event` AS `Event` WHERE `Event`.`id` = 8110
3SELECT `Player`.`zekkenNo`, `Player`.`nameKanji`, `Player`.`nameKana`, `Category`.`categoryCode1`, `Category`.`categoryName`, `Category`.`openCategory`, `Dnsdnf`.`dnsdnf` FROM `trail`.`kk_player` AS `Player` LEFT JOIN `trail`.`kk_category` AS `Category` ON (`Player`.`event_id` = `Category`.`event_id` AND `Player`.`categoryCode1` = `Category`.`categoryCode1` AND `Player`.`categoryCode2` = `Category`.`categoryCode2`) LEFT JOIN `trail`.`kk_dnsdnf` AS `Dnsdnf` ON (`Player`.`event_id` = `Dnsdnf`.`event_id` AND `Player`.`zekkenNo` = `Dnsdnf`.`zekkenNo`) WHERE `Player`.`event_id` = 8 AND `Player`.`zekkenNo` = 298 ORDER BY `Player`.`zekkenNo` ASC110