liamloveslearning Posted November 27, 2008 Share Posted November 27, 2008 Hi guys, im currently building a site for a friend where he can update it at his leisure, however when i try to login im recieving this error Error: Internal error. Developer Details: tNG_fields.getFakeRecordset: SQL error: Error creating temporary table: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where TEXT, title TEXT, Description TEXT, category TEXT, id TEXT)' at line 1 SQL: CREATE TEMPORARY TABLE KT_fakeRS_20081127 (file TEXT, where TEXT, title TEXT, Description TEXT, category TEXT, id TEXT) (FIELDS_FAKE_RS_ERROR) tNG Execution Trace - VIEW ive never come across it before, does anybody have any ideas? sorry if this is a really nooby question, thanks Quote Link to comment https://forums.phpfreaks.com/topic/134540-solved-internal-error-sql-doesnt-exist/ Share on other sites More sharing options...
fenway Posted November 28, 2008 Share Posted November 28, 2008 Next time, please share your solution -- in this case, you where using a reserved keyword, so backticks was the answer. Quote Link to comment https://forums.phpfreaks.com/topic/134540-solved-internal-error-sql-doesnt-exist/#findComment-700974 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.