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!
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!
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
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
are there any plans on fixing this in another release? I'd rather not modify code/db entries that might mess something up.
Thanks
Thanks
Maybe this post will help:
http://www.chronoengine.com/forums.html?cont=posts&f=2&t=15735&p=39788&hilit=menu+creator#p39788
Sue
http://www.chronoengine.com/forums.html?cont=posts&f=2&t=15735&p=39788&hilit=menu+creator#p39788
Sue
This topic is locked and no more replies can be posted.