Component Menu Link Disappears - Joomla! Forum - community, help and support


i have developed component , while developing, have added menu entry in jos_menus. menu link there under components menu. when go access component, disappears. can think why be? sql dump this:

code: select all

insert `bmdo1_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `ordering`, `checked_out`, `checked_out_time`, `browsernav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) values
(194, 'menu', 'com_roomsdb', 'rooms database', '', 'rooms database', 'index.php?option=com_roomsdb', 'component', 1, 1, 1, 10013, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:stats', 0, '', 129, 136, 0, '*', 1);






Comments