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.

Help!!! Got this error: Fatal Error in Gdn_Database.Query(); URGENT! Pls.

fawukennyfawukenny New
edited March 2013 in Vanilla 2.0 - 2.8

Fatal Error in Gdn_Database.Query();

Table 'jobtest3_talk.GDN_Permission' doesn't exist
select *
from GDN_Permission Permission
limit 1
The error occurred on or near: /home/jobtest3/public_html/forum/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') {

Comments

Sign In or Register to comment.