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.
fawukenny
New
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') {
Tagged:
0
Comments
Do you have a table called GDN_Permission in the jobtest3_talk database?
use phpmyadmin. Browse the table using that database.
you might need to change the sql.ini lowercase names.
http://vanillaforums.org/discussion/comment/167610/#Comment_167610
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.