I have create new joomla component and I have a problem with menu item for my new component. In local my component is work correctly, but when I uploaded to server my component did not appear in menu item.
Please help me.
Thank you.
|
I have create new joomla component and I have a problem with menu item for my new component. In local my component is work correctly, but when I uploaded to server my component did not appear in menu item. Please help me. Thank you. | |||
feedback
|
|
You are probably missing a record for you component in jos_components table in database on the server. Having record in jos_components will make link in Back End -> Main Menu -> Components -> You Component Modify the query below and execute run in it on the server's database.
| |||
|
feedback
|
|
please use this joomla tutorial to get a complete reference of how to create joomla component | |||||
feedback
|