As a result of my hosting company not turning off safe mode, I've had the "pleasure" of installing ChronoForms manually. I've got the database set up properly, the files copied to the correct directory locations (I believe) and it appears to be functioning in Joomla, somewhat. However, the four sections mentioned here (Wizard, Wizard Elements, Menu Creator & Menu Remover) do not link to a correct page. All of those links bring me back to the main "Forms Management" page. I believe this has to do with the database entries for this component in the `xxx_components` table, however I do not know what the correct settings should be to make these links functioning properly and show me the corresponding pages. Any help would be most appreciated.
Thanks,
DB
Thanks,
DB
As a follow up, if someone can simply do an export of the six database records in the `xx_components` table related to the chronoforms component and post that SQL, I think that may do it...
Thanks again.
Thanks again.
Here you go:
Cheers
Max
INSERT INTO `jos_components` (`id`, `name`, `link`, `menuid`, `parent`, `admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`, `iscore`, `params`, `enabled`) VALUES
(50, 'Menu Remover', '', 0, 45, 'option=com_chronocontact&task=menu_remover', 'Menu Remover', 'com_chronocontact', 4, 'js/ThemeOffice/component.png', 0, '', 1),
(49, 'Menu Creator', '', 0, 45, 'option=com_chronocontact&task=menu_creator', 'Menu Creator', 'com_chronocontact', 3, 'js/ThemeOffice/component.png', 0, '', 1),
(48, 'Wizard Elements', '', 0, 45, 'option=com_chronocontact&task=wizard_elements', 'Wizard Elements', 'com_chronocontact', 2, 'js/ThemeOffice/component.png', 0, '', 1),
(47, 'Form Wizard', '', 0, 45, 'option=com_chronocontact&task=form_wizard', 'Form Wizard', 'com_chronocontact', 1, 'js/ThemeOffice/component.png', 0, '', 1),
(46, 'Forms Management', '', 0, 45, 'option=com_chronocontact&act=all', 'Forms Management', 'com_chronocontact', 0, 'js/ThemeOffice/component.png', 0, '', 1),
(45, 'Chrono Forms', 'option=com_chronocontact', 0, 0, 'option=com_chronocontact', 'Chrono Forms', 'com_chronocontact', 0, 'components/com_chronocontact/CF.png', 0, '', 1);
Cheers
Max
Max .. Thanks a million for your post. As fate always has it, I actually was able to figure out, 1 hour prior to your post, that the entire issue was simply using the "task=" instead of the "section=" in the 6th field. Unbelievable... 15 hours for that!
Again, Thanks so much for your post.
DB
Again, Thanks so much for your post.
DB
This topic is locked and no more replies can be posted.