From: Miles B. <mil...@gm...> - 2006-07-20 19:32:42
|
On 7/20/06, Kevin <ke...@dr...> wrote: > I don't understand. This should never happen. Please turn on > FOF_DB_DEBUG and let me know what error you get with this query: > > SELECT id, title, description > FROM <category table name> > ORDER BY title I'm not sure I am using the above command correctly. I issued the following command from mysql. SELECT id, title, description FROM None ORDER BY title; I don't have any Categories added so I tried None as this is displayed in the category listing. And I get the following error: ERROR 1146 (42S02): Table 'fofreduxtest.None' doesn't exist Then I added a category thinking maybe I had to have a category other than "None" for this to work and I got the below error: ERROR 1146 (42S02): Table 'fofreduxtest.Test' doesn't exist |