| ( ! ) Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/MY2gX4hj' (OS errno 28 - No space left on device) in /var/www/infosprout/x1i/services/data/relational/accessor.class.php on line 126 |
| ( ! ) PDOException: SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/MY2gX4hj' (OS errno 28 - No space left on device) in /var/www/infosprout/x1i/services/data/relational/accessor.class.php on line 126 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 355368 | {main}( ) | .../index.php:0 |
| 2 | 0.0026 | 418840 | flow\controllers\FrontController->Execute( ) | .../index.php:26 |
| 3 | 0.0052 | 430104 | flow\filters\dispatchFilter->in( ) | .../FrontController.class.php:179 |
| 4 | 0.0052 | 431416 | flow\filters\dispatchFilter->FFW( ) | .../dispatchFilter.class.php:29 |
| 5 | 0.0052 | 432880 | flow\filters\cms\viewFilter->in( ) | .../filter.trait.php:50 |
| 6 | 0.0052 | 434192 | flow\filters\cms\viewFilter->FFW( ) | .../view.class.php:29 |
| 7 | 0.0052 | 435656 | flow\filters\cms\cmsFilter->in( ) | .../filter.trait.php:50 |
| 8 | 0.0052 | 436968 | flow\filters\cms\cmsFilter->FFW( ) | .../cms.class.php:51 |
| 9 | 0.0052 | 439712 | flow\filters\actionFilter->in( ) | .../filter.trait.php:50 |
| 10 | 0.0053 | 441056 | endpoints\modules\cms\www\index->Execute( ) | .../actionFilter.class.php:18 |
| 11 | 0.0067 | 531504 | cms\type\factory::Build( $type = ['id' => 8734, 'url' => '/', 'type' => 'homepage', 'published' => 0, 'widgets' => NULL] ) | .../index.class.php:31 |
| 12 | 0.0067 | 531648 | cms\type\type->__construct( $type = ['id' => 8734, 'url' => '/', 'type' => 'homepage', 'published' => 0, 'widgets' => NULL] ) | .../factory.php:13 |
| 13 | 0.0068 | 532320 | cms\type\homepage->build( ) | .../type.php:18 |
| 14 | 0.0068 | 532832 | services\data\relational\vendor\mysql\adapter->query( $query = '\n\t\t\tSELECT\n\t\t\t s.id AS sector_id,\n\t\t\t s.sector AS sector_name,\n\t\t\t s.url AS sector_slug,\n\t\t\t COUNT(DISTINCT ss.id) AS sub_sector_count,\n\t\t\t COUNT(DISTINCT a.id) AS article_count\n\t\t\tFROM sectors s\n\t\t\tLEFT JOIN sub_sectors ss ON ss.sec_id = s.id\n\t\t\tLEFT JOIN articles a ON a.sub_sector_id = ss.id\n\t\t\tINNER JOIN content c on c.url = a.url and c.published < 1782115982\n\t\t\tGROUP BY s.id, s.sector\n\t\t\tORDER BY s.sector;\n\t\t', $parameters = ??? ) | .../homepage.php:24 |
| 15 | 0.0068 | 532832 | services\data\relational\accessor->Execute( $sql = '\n\t\t\tSELECT\n\t\t\t s.id AS sector_id,\n\t\t\t s.sector AS sector_name,\n\t\t\t s.url AS sector_slug,\n\t\t\t COUNT(DISTINCT ss.id) AS sub_sector_count,\n\t\t\t COUNT(DISTINCT a.id) AS article_count\n\t\t\tFROM sectors s\n\t\t\tLEFT JOIN sub_sectors ss ON ss.sec_id = s.id\n\t\t\tLEFT JOIN articles a ON a.sub_sector_id = ss.id\n\t\t\tINNER JOIN content c on c.url = a.url and c.published < 1782115982\n\t\t\tGROUP BY s.id, s.sector\n\t\t\tORDER BY s.sector;\n\t\t', $args = [], $simple = ??? ) | .../adapter.class.php:94 |
| 16 | 0.0086 | 514936 | execute( $params = [] ) | .../accessor.class.php:126 |