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] Fatal Error in Gdn_Database.Query : Got error 28 from storage engine*

KCRiftKCRift New
edited January 2013 in Vanilla 2.0 - 2.8

I have seen several references to this on the web, and I have a ticket into my host...but I wanted to see if there was any insight here. The only reason I am questioning it being my host is because I added in some plugins this week. The problems did NOT start right away, I added a few things on Monday and it started going wonky on Thursday.

Thanks!

****START MY ERROR MESSAGE******

Fatal Error in Gdn_Database.Query();

Got error 28 from storage engine
show columns from `GDN_User`
The error occurred on or near: /home2/koboldco/public_html/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:
/home2/koboldco/public_html/library/database/class.database.phpPHP::Gdn_ErrorHandler();
[/home2/koboldco/public_html/library/database/class.database.php:287] PHP::trigger_error();
[/home2/koboldco/public_html/library/database/class.sqldriver.php:1650] Gdn_Database->Query();
[/home2/koboldco/public_html/library/database/class.mysqldriver.php:139] Gdn_SQLDriver->Query();
[/home2/koboldco/public_html/library/core/class.schema.php:66] Gdn_MySQLDriver->FetchTableSchema();
[/home2/koboldco/public_html/library/core/class.schema.php:41] Gdn_Schema->Fetch();
[/home2/koboldco/public_html/library/core/class.model.php:171] Gdn_Schema->__construct();
[/home2/koboldco/public_html/applications/dashboard/models/class.usermodel.php:775] Gdn_Model->DefineSchema();
[/home2/koboldco/public_html/library/core/class.session.php:307] UserModel->Save();
[/home2/koboldco/public_html/library/core/class.auth.php:36] Gdn_Session->Start();
[/home2/koboldco/public_html/bootstrap.php:168] Gdn_Auth->StartAuthenticator();
[/home2/koboldco/public_html/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

Comments

Sign In or Register to comment.