Error 1064 while listing dictionary tables [message #817] |
Wed, 09 May 2007 23:41 |
lumartineru
Messages: 2 Registered: May 2007
|
Junior Member |
|
|
Hello:
I'm following the Tutorial. After clicking on any button in Home->Dict (Databases, Tables, Keys, Relationships or Columns) the following error page appears:
Fatal Error: MySQL error: 1064 : 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 '"menu".mnu_subsystem ON (mnu_subsystem.subsys_id=dict_database. (# 1064).
SQL query: SELECT SQL_CALC_FOUND_ROWS dict_database.database_id, dict_database.database_desc, mnu_subsystem.subsys_desc FROM dict_database LEFT JOIN "menu".mnu_subsystem ON (mnu_subsystem.subsys_id=dict_database.subsys_id) ORDER BY dict_database.database_desc asc
Deleting the double quotes fixes the problem. Where do I have to correct this problem? Am I doing something wrong or it is a bug? I'm using version 1.24.0
Any help will be appreciated. Thank you.
Luis.
|
|
|
|
|
|