SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql_579_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Error: An Internal Error Has Occurred.
Stack Trace
- CORE/Cake/Model/Datasource/DboSource.php line 458 → PDOStatement->execute(array)
try {
$query = $this->_connection->prepare($sql, $prepareOptions);
$query->setFetchMode(PDO::FETCH_LAZY);
if (!$query->execute($params)) {
$this->_results = $query;
array()
- CORE/Cake/Model/Datasource/Database/Mysql.php line 331 → DboSource->_execute(string)
$table = $this->fullTableName($model);
$fields = false;
$cols = $this->_execute('SHOW FULL COLUMNS FROM ' . $table);
if (!$cols) {
'SHOW FULL COLUMNS FROM `gpff_media`.`blocks`'
- CORE/Cake/Model/Model.php line 1358 → Mysql->describe(Block)
$db = $this->getDataSource();
$db->cacheSources = ($this->cacheSources && $db->cacheSources);
if (method_exists($db, 'describe')) {
$this->_schema = $db->describe($this);
}
object(Block) { name => 'Block' actsAs => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) filterArgs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) useCache => true useDbConfig => 'default' useTable => 'blocks' id => false data => array([maximum depth reached]) schemaName => 'gpff_media' table => 'blocks' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => 'Blocks' alias => 'Block' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => 'all' recursive => '-1' order => 'Block.weight ASC' virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) findMethods => array( [maximum depth reached] ) Region => object(Region) {} tablePrefix => '' [protected] _displayFields => array([maximum depth reached]) [protected] _editFields => array([maximum depth reached]) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null }
- CORE/Cake/Model/Datasource/DboSource.php line 2293 → Model->schema()
}
$allFields = empty($fields);
if ($allFields) {
$fields = array_keys($model->schema());
} elseif (!is_array($fields)) {
- CORE/Cake/Model/Datasource/DboSource.php line 1047 → DboSource->fields(Block)
$bypass = true;
$queryData['fields'] = $this->fields($model, null, $queryData['fields']);
} else {
$queryData['fields'] = $this->fields($model);
}
object(Block) { name => 'Block' actsAs => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) filterArgs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) useCache => true useDbConfig => 'default' useTable => 'blocks' id => false data => array([maximum depth reached]) schemaName => 'gpff_media' table => 'blocks' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => 'Blocks' alias => 'Block' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => 'all' recursive => '-1' order => 'Block.weight ASC' virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) findMethods => array( [maximum depth reached] ) Region => object(Region) {} tablePrefix => '' [protected] _displayFields => array([maximum depth reached]) [protected] _editFields => array([maximum depth reached]) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null }
- CORE/Cake/Model/Model.php line 2903 → DboSource->read(Block, array)
* @return array
*/
protected function _readDataSource($type, $query) {
$results = $this->getDataSource()->read($this, $query);
$this->resetAssociations();
object(Block) { name => 'Block' actsAs => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) filterArgs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) useCache => true useDbConfig => 'default' useTable => 'blocks' id => false data => array([maximum depth reached]) schemaName => 'gpff_media' table => 'blocks' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => 'Blocks' alias => 'Block' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => 'all' recursive => '-1' order => 'Block.weight ASC' virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) findMethods => array( [maximum depth reached] ) Region => object(Region) {} tablePrefix => '' [protected] _displayFields => array([maximum depth reached]) [protected] _editFields => array([maximum depth reached]) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } array( 'conditions' => array( 'Block.status' => (int) 1, 'Block.region_id' => (int) 4, 'AND' => array( [maximum depth reached] ) ), 'fields' => null, 'joins' => array(), 'limit' => null, 'offset' => null, 'order' => array( (int) 0 => array( [maximum depth reached] ) ), 'page' => (int) 1, 'group' => null, 'callbacks' => true, 'cache' => array( 'prefix' => '*****', 'config' => 'croogo_blocks' ), 'recursive' => '-1' )
- CORE/Cake/Model/Model.php line 2875 → Model->_readDataSource(string, array)
return null;
}
return $this->_readDataSource($type, $query);
}
'all' array( 'conditions' => array( 'Block.status' => (int) 1, 'Block.region_id' => (int) 4, 'AND' => array( [maximum depth reached] ) ), 'fields' => null, 'joins' => array(), 'limit' => null, 'offset' => null, 'order' => array( (int) 0 => array( [maximum depth reached] ) ), 'page' => (int) 1, 'group' => null, 'callbacks' => true, 'cache' => array( 'prefix' => '*****', 'config' => 'croogo_blocks' ), 'recursive' => '-1' )
- [internal function] → Model->find(string, array)
'all' array( 'conditions' => array( 'Block.status' => (int) 1, 'Block.region_id' => (int) 4, 'AND' => array( [maximum depth reached] ) ), 'order' => array( 'Block.weight' => 'ASC' ), 'cache' => array( 'prefix' => '*****', 'config' => 'croogo_blocks' ), 'recursive' => '-1' )
- APP/Plugin/Croogo/Model/CroogoAppModel.php line 79 → call_user_func_array(array, array)
}
$args = func_get_args();
$results = call_user_func_array(array('parent', 'find'), $args);
if ($this->useCache) {
array( (int) 0 => 'parent', (int) 1 => 'find' ) array( (int) 0 => 'all', (int) 1 => array( 'conditions' => array( [maximum depth reached] ), 'order' => array( [maximum depth reached] ), 'cache' => array( [maximum depth reached] ), 'recursive' => '-1' ) )
- APP/Plugin/Blocks/Controller/Component/BlocksComponent.php line 124 → CroogoAppModel->find(string, array)
),
'recursive' => '-1',
);
$blocks = $this->Block->find('all', $findOptions);
$this->processBlocksData($blocks);
'all' array( 'conditions' => array( 'Block.status' => (int) 1, 'Block.region_id' => (int) 4, 'AND' => array( [maximum depth reached] ) ), 'order' => array( 'Block.weight' => 'ASC' ), 'cache' => array( 'prefix' => '*****', 'config' => 'croogo_blocks' ), 'recursive' => '-1' )
- APP/Plugin/Blocks/Controller/Component/BlocksComponent.php line 54 → BlocksComponent->blocks()
*/
public function startup(Controller $controller) {
if (!isset($controller->request->params['admin']) && !isset($controller->request->params['requested'])) {
$this->blocks();
}
- [internal function] → BlocksComponent->startup(VideosController)
object(VideosController) { name => 'Videos' uses => array( [maximum depth reached] ) paginate => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) components => array( [maximum depth reached] ) usePaginationCache => true viewClass => 'Theme' theme => 'Cyborg' request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Videos' layoutPath => null viewVars => array([maximum depth reached]) view => 'play' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) {} View => null ext => '.ctp' plugin => 'Video' cacheAction => false passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Video' modelKey => 'video' validationErrors => null Croogo => object(CroogoComponent) {} Security => object(SecurityComponent) {} Acl => object(AclComponent) {} Auth => object(AuthComponent) {} Session => object(SessionComponent) {} RequestHandler => object(RequestHandlerComponent) {} Prg => object(PrgComponent) {} AclFilter => object(AclFilterComponent) {} CroogoAccess => object(AclAccessComponent) {} Settings => object(SettingsComponent) {} Nodes => object(NodesComponent) {} Menus => object(MenusComponent) {} Blocks => object(BlocksComponent) {} Taxonomies => object(TaxonomiesComponent) {} presetVars => array( [maximum depth reached] ) Video => object(Video) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} }
- CORE/Cake/Utility/ObjectCollection.php line 132 → call_user_func_array(array, array)
}
$result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
if ($options['collectReturn'] === true) {
array( (int) 0 => object(BlocksComponent) {}, (int) 1 => 'startup' ) array( 'subject' => object(VideosController) {} )
- [internal function] → ObjectCollection->trigger(CakeEvent)
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.startup' [protected] _subject => object(VideosController) {} [protected] _stopped => false }
- CORE/Cake/Event/CakeEventManager.php line 247 → call_user_func(array, CakeEvent)
if ($listener['passParams'] === true) {
$result = call_user_func_array($listener['callable'], $event->data);
} else {
$result = call_user_func($listener['callable'], $event);
}
array( (int) 0 => object(ComponentCollection) {}, (int) 1 => 'trigger' ) object(CakeEvent) { data => null result => null [protected] _name => 'Controller.startup' [protected] _subject => object(VideosController) {} [protected] _stopped => false }
- CORE/Cake/Controller/Controller.php line 675 → CakeEventManager->dispatch(CakeEvent)
*/
public function startupProcess() {
$this->getEventManager()->dispatch(new CakeEvent('Controller.initialize', $this));
$this->getEventManager()->dispatch(new CakeEvent('Controller.startup', $this));
}
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.startup' [protected] _subject => object(VideosController) {} [protected] _stopped => false }
- CORE/Cake/Routing/Dispatcher.php line 182 → Controller->startupProcess()
*/
protected function _invoke(Controller $controller, CakeRequest $request, CakeResponse $response) {
$controller->constructClasses();
$controller->startupProcess();
- CORE/Cake/Routing/Dispatcher.php line 160 → Dispatcher->_invoke(VideosController, CakeRequest, CakeResponse)
));
}
$response = $this->_invoke($controller, $request, $response);
if (isset($request->params['return'])) {
object(VideosController) { name => 'Videos' uses => array( [maximum depth reached] ) paginate => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) components => array( [maximum depth reached] ) usePaginationCache => true viewClass => 'Theme' theme => 'Cyborg' request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Videos' layoutPath => null viewVars => array([maximum depth reached]) view => 'play' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) {} View => null ext => '.ctp' plugin => 'Video' cacheAction => false passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Video' modelKey => 'video' validationErrors => null Croogo => object(CroogoComponent) {} Security => object(SecurityComponent) {} Acl => object(AclComponent) {} Auth => object(AuthComponent) {} Session => object(SessionComponent) {} RequestHandler => object(RequestHandlerComponent) {} Prg => object(PrgComponent) {} AclFilter => object(AclFilterComponent) {} CroogoAccess => object(AclAccessComponent) {} Settings => object(SettingsComponent) {} Nodes => object(NodesComponent) {} Menus => object(MenusComponent) {} Blocks => object(BlocksComponent) {} Taxonomies => object(TaxonomiesComponent) {} presetVars => array( [maximum depth reached] ) Video => object(Video) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'play/uid:j4/aspect:16_9/width:960' base => '' webroot => '/' here => '/play/uid:j4/aspect:16_9/width:960' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }
- APP/webroot/index.php line 96 → Dispatcher->dispatch(CakeRequest, CakeResponse)
App::uses('Dispatcher', 'Routing');
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));
object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'play/uid:j4/aspect:16_9/width:960' base => '' webroot => '/' here => '/play/uid:j4/aspect:16_9/width:960' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }