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.
Got error 28 from storage engine |Gdn_Database|Query|Show columns from 'GDN_USER'
martin2008
New
i got this error just today on logging in to my forum.
i get this error when i place the debug on
Got error 28 from storage engine
show columns from GDN_User
The error occurred on or near: /hermes/bosnaweb06a/b1399/ipg.softmatesorg/educ/forum/library/database/class.database.php
298: $PDOStatement = $this->Connection()->query($Sql);
299: }
300:
301: if ($PDOStatement === FALSE) {
302: trigger_error(ErrorMessage($this->GetPDOErrorMessage($this->Connection()->errorInfo()), $this->ClassName, 'Query', $Sql), E_USER_ERROR);
303: }
304:
305: // Did this query modify data in any way?
306: if ($ReturnType == 'ID') {
0
Comments
https://www.google.co.uk/search?q=Got+error+28+from+storage+engine
grep is your friend.