menu creator

jrthor2 19 Nov, 2009
I created a menu for the form i created, and the menu item shows up, but when I click on it, I get:

Table Doesn't Exist

Now, if I click on the table name that is listed under the Tables Connected column for my form, it shows the data fine. Could someone help me with this?

Thanks!
nml375 20 Nov, 2009
Hi,
I recall posting about this a couple of days ago. The problem is that the generated menu-link lacks one parameter named 'table' that should specify which table you wish to view.
You could alter the database record by hand using tools like phpmyadmin, but be careful, as a mistake here could severely hamper your backend/adminpage. You should find the record in #__components

/Fredrik
jrthor2 21 Nov, 2009
are there any plans on fixing this in another release? I'd rather not modify code/db entries that might mess something up.

Thanks
Melanie 02 Feb, 2010
Sorry cannot figure out what needs to happen here.
This topic is locked and no more replies can be posted.