Error building Admin Menus on Joomla 1.7.1

GreyHead 05 Oct, 2011
Hi WFederation,

I haven't installed directly on 1.7.1 but on 1.7 the Menu item was created for me (and is still there in 1.7.1). I also haven't seen any other reports of this problem :-(

Here is the SQL for the items I have in #__menu
INSERT INTO `#__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 (465,'main','COM_CHRONOFORMS','comchronoforms','','comchronoforms', 'index.php?option=com_chronoforms','component',0,1,1,10000,0,0,'0000-00-00 00:00:00',0,1,'components/com_chronoforms/CF.png',0,'',277,286,0,'',1);
INSERT INTO `#__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 (466,'main','COM_CHRONOFORMS_FORMS_MANAGER','comchronoformsformsmanager','', 'comchronoforms/comchronoformsformsmanager','index.php?option=com_chronoforms', 'component',0,465,2,10000,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',278,279,0,'',1);
INSERT INTO `#__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 (467,'main','COM_CHRONOFORMS_WIZARD','comchronoformswizard','', 'comchronoforms/comchronoformswizard','index.php?option=com_chronoforms&task=form_wizard','component',0,465,2,10000,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',280,281,0,'',1);
INSERT INTO `#__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 (468,'main','COM_CHRONOFORMS_EASY_WIZARD','comchronoformseasywizard','' ,'comchronoforms/comchronoformseasywizard','index.php?option=com_chronoforms&task=form_wizard&wizard_mode=easy','component',0,465,2,10000,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',282,283,0,'',1);
INSERT INTO `#__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 (469,'main','COM_CHRONOFORMS_VALIDATE','comchronoformsvalidate','', 'comchronoforms/comchronoformsvalidate','index.php?option=com_chronoforms&task=validatelicense','component',0,465,2,10000,0,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',284,285,0,'',1);


Bob
GreyHead 15 Oct, 2011
Hi WFederation,

Good to hear that you got it working.

Bob
GreyHead 15 Dec, 2011
Hi Wayne,

I'm not sure why you are having these repeated menu problems. I don't think I've seen them reported anywhere else.

Are the entries now in the jos_menus table?

Bob
GreyHead 15 Dec, 2011
Hi Wayne,

The only other thing I can think of is that some of the early releases of ChronoForms for Joomla! 1.6 were missing some little admin language files that were related to the menu items.

Bob
GreyHead 16 Dec, 2011
Hi Wayne,

As far as I recall there are two small administrator/language files - they are included in the current release.

Bob
GreyHead 27 Dec, 2011
Hi Wayne,

Well found - thank you.

Bob

For other readers: Here's the full original post if you want more info.

Later: the link is now broken so I've removed it.
leoquintino 07 May, 2013
Hi.

I dont know why, but I solved that problem by reinstalling joomla with sample content. That's it.
This topic is locked and no more replies can be posted.