Errors
An Internal Error Has Occurred!
SQLSTATE[HY000]: General error: 1030 Got error 122 from storage engine
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 ;
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 `xlrstats`.`options`'
CORE/Cake/Model/Model.php line 1356 → Mysql->describe(Option) $db = $this -> getDataSource ();
$db -> cacheSources = ( $this -> cacheSources && $db -> cacheSources );
if ( method_exists ( $db , 'describe' )) {
$this -> _schema = $db -> describe ( $this );
} object(Option) {
b3Database => false
name => 'Option'
useTable => 'options'
tablePrefix => ''
validate => array(
[maximum depth reached]
)
useDbConfig => 'default'
id => false
data => array([maximum depth reached])
schemaName => 'xlrstats'
table => 'options'
primaryKey => 'id'
validationErrors => array([maximum depth reached])
validationDomain => null
plugin => 'Dashboard'
alias => 'Option'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
belongsTo => array([maximum depth reached])
hasOne => array([maximum depth reached])
hasMany => array([maximum depth reached])
hasAndBelongsToMany => array([maximum depth reached])
actsAs => null
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => 'all'
recursive => (int) 1
order => null
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]
)
[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 2292 → Model->schema() }
$allFields = empty( $fields );
if ( $allFields ) {
$fields = array_keys ( $model -> schema ());
} elseif (! is_array ( $fields )) {
CORE/Cake/Model/Datasource/DboSource.php line 1046 → DboSource->fields(Option) $bypass = true ;
$queryData [ 'fields' ] = $this -> fields ( $model , null , $queryData [ 'fields' ]);
} else {
$queryData [ 'fields' ] = $this -> fields ( $model );
} object(Option) {
b3Database => false
name => 'Option'
useTable => 'options'
tablePrefix => ''
validate => array(
[maximum depth reached]
)
useDbConfig => 'default'
id => false
data => array([maximum depth reached])
schemaName => 'xlrstats'
table => 'options'
primaryKey => 'id'
validationErrors => array([maximum depth reached])
validationDomain => null
plugin => 'Dashboard'
alias => 'Option'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
belongsTo => array([maximum depth reached])
hasOne => array([maximum depth reached])
hasMany => array([maximum depth reached])
hasAndBelongsToMany => array([maximum depth reached])
actsAs => null
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => 'all'
recursive => (int) 1
order => null
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]
)
[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 2897 → DboSource->read(Option, array) * @return array
*/
protected function _readDataSource ( $type , $query ) {
$results = $this -> getDataSource ()-> read ( $this , $query );
$this -> resetAssociations (); object(Option) {
b3Database => false
name => 'Option'
useTable => 'options'
tablePrefix => ''
validate => array(
[maximum depth reached]
)
useDbConfig => 'default'
id => false
data => array([maximum depth reached])
schemaName => 'xlrstats'
table => 'options'
primaryKey => 'id'
validationErrors => array([maximum depth reached])
validationDomain => null
plugin => 'Dashboard'
alias => 'Option'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
belongsTo => array([maximum depth reached])
hasOne => array([maximum depth reached])
hasMany => array([maximum depth reached])
hasAndBelongsToMany => array([maximum depth reached])
actsAs => null
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => 'all'
recursive => (int) 1
order => null
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]
)
[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' => null,
'fields' => null,
'joins' => array(),
'limit' => null,
'offset' => null,
'order' => array(
(int) 0 => null
),
'page' => (int) 1,
'group' => null,
'callbacks' => true
)
CORE/Cake/Model/Model.php line 2869 → Model->_readDataSource(string, array) return null ;
}
return $this -> _readDataSource ( $type , $query );
} 'all'
array(
'conditions' => null,
'fields' => null,
'joins' => array(),
'limit' => null,
'offset' => null,
'order' => array(
(int) 0 => null
),
'page' => (int) 1,
'group' => null,
'callbacks' => true
)
APP/Plugin/Dashboard/Model/Option.php line 69 → Model->find(string) * Stores xlrstats global options in application configuration
*/
public function load () {
$settings = $this -> find ( 'all' );
APP/Controller/AppController.php line 215 → Option->load() */
public function loadConfigOptions () {
if (isset( $this -> Option ) && !empty( $this -> Option -> table ) && ! Configure :: read ( 'loaded.options' )) {
$this -> Option -> load (); // Load global options
Configure :: write ( 'loaded.options' , true ); // Reduce Queries if options are already loaded
APP/Controller/AppController.php line 107 → AppController->loadConfigOptions() /* Are we in a subdomain? */
$this -> getSubdomain ();
/* Load default options */
$this -> loadConfigOptions ();
/* Fetch user information */
[internal function] → AppController->beforeFilter(CakeEvent) object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.initialize'
[protected] _subject => object(LeaguesController) {}
[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(LeaguesController) {},
(int) 1 => 'beforeFilter'
)
object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.initialize'
[protected] _subject => object(LeaguesController) {}
[protected] _stopped => false
}
CORE/Cake/Controller/Controller.php line 674 → CakeEventManager->dispatch(CakeEvent) * @return void
*/
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.initialize'
[protected] _subject => object(LeaguesController) {}
[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(LeaguesController, CakeRequest, CakeResponse) ));
}
$response = $this -> _invoke ( $controller , $request , $response );
if (isset( $request -> params [ 'return' ])) { object(LeaguesController) {
uses => array(
[maximum depth reached]
)
helpers => array(
[maximum depth reached]
)
components => array(
[maximum depth reached]
)
user => array([maximum depth reached])
name => 'Leagues'
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Leagues'
layoutPath => null
viewVars => array([maximum depth reached])
view => 'view'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
[maximum depth reached]
)
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'League'
modelKey => 'league'
validationErrors => null
XlrFunctions => object(XlrFunctionsComponent) {}
Toolbar => object(ToolbarComponent) {}
RememberMe => object(RememberMeComponent) {}
Session => object(SessionComponent) {}
Cookie => object(CookieComponent) {}
Acl => object(AclComponent) {}
Auth => object(AuthComponent) {}
GeoIP => object(GeoIPComponent) {}
RequestHandler => object(RequestHandlerComponent) {}
DataTable => object(DataTableComponent) {}
Paginator => object(PaginatorComponent) {}
Option => object(Option) {}
[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 => 'leagues/view/5'
base => '/xlrstats'
webroot => '/xlrstats/'
here => '/xlrstats/leagues/view/5'
[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 97 → 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 => 'leagues/view/5'
base => '/xlrstats'
webroot => '/xlrstats/'
here => '/xlrstats/leagues/view/5'
[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])
}
Warning (2) : Unknown: write failed: Disk quota exceeded (122) [Unknown , line 0 ]Code Context $_GET = array()
$_POST = array()
$_COOKIE = array(
'CAKEPHP' => '3k16br5cbfhc498v53q9lao9a4',
'PHPSESSID' => 'i56gbkn6r6oce66gub2um1asd3'
)
$_FILES = array()
$_SERVER = array(
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_CONNECTION' => 'Close',
'HTTP_REFERER' => 'http://lepiney.geek.nz/xlrstats/',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_HOST' => 'lepiney.geek.nz',
'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; NLNZ_IAHarvester2018/3.3.0 +https://natlib.govt.nz/publishers-and-authors/web-harvesting/domain-harvest)',
'HTTP_COOKIE' => 'CAKEPHP=3k16br5cbfhc498v53q9lao9a4; PHPSESSID=i56gbkn6r6oce66gub2um1asd3',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.2.22 (Debian) Server at lepiney.geek.nz Port 80</address>
',
'SERVER_SOFTWARE' => 'Apache/2.2.22 (Debian)',
'SERVER_NAME' => 'lepiney.geek.nz',
'SERVER_ADDR' => '119.47.112.141',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '207.241.232.246',
'DOCUMENT_ROOT' => '/var/www',
'SERVER_ADMIN' => 'webmaster@localhost',
'SCRIPT_FILENAME' => '/var/www/xlrstats/app/webroot/index.php',
'REMOTE_PORT' => '38340',
'REDIRECT_URL' => '/xlrstats/app/webroot/leagues/view/5',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/xlrstats/leagues/view/5',
'SCRIPT_NAME' => '/xlrstats/app/webroot/index.php',
'PHP_SELF' => '/xlrstats/app/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1545650321.262,
'REQUEST_TIME' => (int) 1545650321
)
$_ENV = array()
$encoding = 'UTF-8'
$Dispatcher = object(Dispatcher) {
[protected] _eventManager => object(CakeEventManager) {}
}
$_SESSION = array(
'Config' => array(
'userAgent' => '7cc7366f769e587ef2108b9bc422336a',
'time' => (int) 1545664721,
'countdown' => (int) 10
)
)
$GLOBALS = array(
'_GET' => array(),
'_POST' => array(),
'_COOKIE' => array(
'CAKEPHP' => '3k16br5cbfhc498v53q9lao9a4',
'PHPSESSID' => 'i56gbkn6r6oce66gub2um1asd3'
),
'_FILES' => array(),
'_SERVER' => array(
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_CONNECTION' => 'Close',
'HTTP_REFERER' => 'http://lepiney.geek.nz/xlrstats/',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_HOST' => 'lepiney.geek.nz',
'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; NLNZ_IAHarvester2018/3.3.0 +https://natlib.govt.nz/publishers-and-authors/web-harvesting/domain-harvest)',
'HTTP_COOKIE' => 'CAKEPHP=3k16br5cbfhc498v53q9lao9a4; PHPSESSID=i56gbkn6r6oce66gub2um1asd3',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.2.22 (Debian) Server at lepiney.geek.nz Port 80</address>
',
'SERVER_SOFTWARE' => 'Apache/2.2.22 (Debian)',
'SERVER_NAME' => 'lepiney.geek.nz',
'SERVER_ADDR' => '119.47.112.141',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '207.241.232.246',
'DOCUMENT_ROOT' => '/var/www',
'SERVER_ADMIN' => 'webmaster@localhost',
'SCRIPT_FILENAME' => '/var/www/xlrstats/app/webroot/index.php',
'REMOTE_PORT' => '38340',
'REDIRECT_URL' => '/xlrstats/app/webroot/leagues/view/5',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/xlrstats/leagues/view/5',
'SCRIPT_NAME' => '/xlrstats/app/webroot/index.php',
'PHP_SELF' => '/xlrstats/app/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1545650321.262,
'REQUEST_TIME' => (int) 1545650321
),
'_ENV' => array(),
'encoding' => 'UTF-8',
'Dispatcher' => object(Dispatcher) {
[protected] _eventManager => object(CakeEventManager) {}
},
'_SESSION' => array(
'Config' => array(
'userAgent' => '7cc7366f769e587ef2108b9bc422336a',
'time' => (int) 1545664721,
'countdown' => (int) 10
)
),
'GLOBALS' => [recursion]
) session_write_close - [internal], line ??
[main] - [internal], line ?? Warning (2) : Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php5) [Unknown , line 0 ]Code Context $_GET = array()
$_POST = array()
$_COOKIE = array(
'CAKEPHP' => '3k16br5cbfhc498v53q9lao9a4',
'PHPSESSID' => 'i56gbkn6r6oce66gub2um1asd3'
)
$_FILES = array()
$_SERVER = array(
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_CONNECTION' => 'Close',
'HTTP_REFERER' => 'http://lepiney.geek.nz/xlrstats/',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_HOST' => 'lepiney.geek.nz',
'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; NLNZ_IAHarvester2018/3.3.0 +https://natlib.govt.nz/publishers-and-authors/web-harvesting/domain-harvest)',
'HTTP_COOKIE' => 'CAKEPHP=3k16br5cbfhc498v53q9lao9a4; PHPSESSID=i56gbkn6r6oce66gub2um1asd3',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.2.22 (Debian) Server at lepiney.geek.nz Port 80</address>
',
'SERVER_SOFTWARE' => 'Apache/2.2.22 (Debian)',
'SERVER_NAME' => 'lepiney.geek.nz',
'SERVER_ADDR' => '119.47.112.141',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '207.241.232.246',
'DOCUMENT_ROOT' => '/var/www',
'SERVER_ADMIN' => 'webmaster@localhost',
'SCRIPT_FILENAME' => '/var/www/xlrstats/app/webroot/index.php',
'REMOTE_PORT' => '38340',
'REDIRECT_URL' => '/xlrstats/app/webroot/leagues/view/5',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/xlrstats/leagues/view/5',
'SCRIPT_NAME' => '/xlrstats/app/webroot/index.php',
'PHP_SELF' => '/xlrstats/app/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1545650321.262,
'REQUEST_TIME' => (int) 1545650321
)
$_ENV = array()
$encoding = 'UTF-8'
$Dispatcher = object(Dispatcher) {
[protected] _eventManager => object(CakeEventManager) {}
}
$_SESSION = array(
'Config' => array(
'userAgent' => '7cc7366f769e587ef2108b9bc422336a',
'time' => (int) 1545664721,
'countdown' => (int) 10
)
)
$GLOBALS = array(
'_GET' => array(),
'_POST' => array(),
'_COOKIE' => array(
'CAKEPHP' => '3k16br5cbfhc498v53q9lao9a4',
'PHPSESSID' => 'i56gbkn6r6oce66gub2um1asd3'
),
'_FILES' => array(),
'_SERVER' => array(
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_STATUS' => '200',
'HTTP_CONNECTION' => 'Close',
'HTTP_REFERER' => 'http://lepiney.geek.nz/xlrstats/',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_HOST' => 'lepiney.geek.nz',
'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; NLNZ_IAHarvester2018/3.3.0 +https://natlib.govt.nz/publishers-and-authors/web-harvesting/domain-harvest)',
'HTTP_COOKIE' => 'CAKEPHP=3k16br5cbfhc498v53q9lao9a4; PHPSESSID=i56gbkn6r6oce66gub2um1asd3',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.2.22 (Debian) Server at lepiney.geek.nz Port 80</address>
',
'SERVER_SOFTWARE' => 'Apache/2.2.22 (Debian)',
'SERVER_NAME' => 'lepiney.geek.nz',
'SERVER_ADDR' => '119.47.112.141',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '207.241.232.246',
'DOCUMENT_ROOT' => '/var/www',
'SERVER_ADMIN' => 'webmaster@localhost',
'SCRIPT_FILENAME' => '/var/www/xlrstats/app/webroot/index.php',
'REMOTE_PORT' => '38340',
'REDIRECT_URL' => '/xlrstats/app/webroot/leagues/view/5',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/xlrstats/leagues/view/5',
'SCRIPT_NAME' => '/xlrstats/app/webroot/index.php',
'PHP_SELF' => '/xlrstats/app/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1545650321.262,
'REQUEST_TIME' => (int) 1545650321
),
'_ENV' => array(),
'encoding' => 'UTF-8',
'Dispatcher' => object(Dispatcher) {
[protected] _eventManager => object(CakeEventManager) {}
},
'_SESSION' => array(
'Config' => array(
'userAgent' => '7cc7366f769e587ef2108b9bc422336a',
'time' => (int) 1545664721,
'countdown' => (int) 10
)
),
'GLOBALS' => [recursion]
) session_write_close - [internal], line ??
[main] - [internal], line ??