Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

[Solved] bonk error : MySQL error 28; not ebough memory*

edited June 2013 in Vanilla 2.0 - 2.8

I get a bonk error on my forum. i follow this guide http://vanillawiki.homebrewforums.net/index.php/Bonk_Errors and now i see that

Fatal Error in Gdn_Database.Query();
Got error 28 from storage engine
show columns from GDN_User
The error occurred on or near: /home/paxosmap/public_html/team/library/database/class.database.php

283: $PDOStatement = $this->Connection()->query($Sql);

284: }

285:

286: if ($PDOStatement === FALSE) {

287: trigger_error(ErrorMessage($this->GetPDOErrorMessage($this->Connection()->errorInfo()), $this->ClassName, 'Query', $Sql), E_USER_ERROR);

288: }

289:

290: // Did this query modify data in any way?

291: if ($ReturnType == 'ID') {

Backtrace:

/home/paxosmap/public_html/team/library/database/class.database.phpPHP::Gdn_ErrorHandler();

[/home/paxosmap/public_html/team/library/database/class.database.php:287] PHP::trigger_error();

[/home/paxosmap/public_html/team/library/database/class.sqldriver.php:1657] Gdn_Database->Query();

[/home/paxosmap/public_html/team/library/database/class.mysqldriver.php:139] Gdn_SQLDriver->Query();

[/home/paxosmap/public_html/team/library/core/class.schema.php:66] Gdn_MySQLDriver->FetchTableSchema();

[/home/paxosmap/public_html/team/library/core/class.schema.php:41] Gdn_Schema->Fetch();

[/home/paxosmap/public_html/team/library/core/class.model.php:171] Gdn_Schema->__construct();

[/home/paxosmap/public_html/team/applications/dashboard/models/class.usermodel.php:795] Gdn_Model->DefineSchema();

[/home/paxosmap/public_html/team/library/core/class.session.php:307] UserModel->Save();

[/home/paxosmap/public_html/team/library/core/class.auth.php:36] Gdn_Session->Start();

[/home/paxosmap/public_html/team/bootstrap.php:168] Gdn_Auth->StartAuthenticator();

[/home/paxosmap/public_html/team/index.php:41] PHP::require_once();

Variables in local scope:

[Sql] 'show columns from GDN_User'

[InputParameters] array (
)

[Options] array (
'ReturnType' => 'DataSet',
)

[ReturnType] 'DataSet'

[PDOStatement] false

Can someone help me?

Comments

Sign In or Register to comment.