install error

mac2 07 Oct, 2011
Hi,
Joomla 1.7 (Chronoforms files for Joomla 1.6 and Joomla 1.7) - i try to install the Chronoforms zip-file (Chronoforms_J1.6_V4_RC2.0.zip) by Joomla Backend Extensions, but Joomla! error: there is no install-packet.
Can somebody tell me, what i can do?

thank you, maggie
GreyHead 07 Oct, 2011
Hi maggie,

It should be simple. Maybe the file was corrupted in the download?

The video here shows the normal installation process.

Bob
mac2 09 Oct, 2011
Hello!
The Module and the plugin is now installed (not enough authority was the problem) but by install the component there is this Error Information: Error building Admin Menus

😶 now again my question - what can i do?

Thanks for help!
Maggie
GreyHead 10 Oct, 2011
Hi Maggie,

We saw this problem with an early release of Joomla! 1.6 / ChronoForms v4 but not with the current one. Which Joomla! version do you have.

Bob
mac2 10 Oct, 2011
Hi Bob,
my Joomla! Version is:
Joomla! 1.7.0 Stable [ Ember ] 19-Jul-2011 14:00 GMT

Maggie
GreyHead 10 Oct, 2011
Hi Maggie,

Should be OK. Are the menus working? It's possible that the records were already there?

Bob
mac2 14 Oct, 2011
Hello,
my install problem is not resolved. All rights to install are on '777' an by install the component 'Chronoforms_J1.6_V4_RC2.0.zip', the error is shown 'Error building Admin Menus'(see this img)
install error image 1
has someboy an idea how I can solve this problem?
Thanks a lot!
Maggie
mac2 15 Oct, 2011
Hi, now I installed the ChronoForms component in Joomla1.6 and there, in the component menu, is ChronoForms integrated. When I show to the files on the server (Joomla!1.7 administrator/components/com_chronoforms / Joomla!1.6 administrator/components/com_chronoforms), by install the zip-files, the same files are installed, but by Joomla!1.7 in the backend, is no ChronoForms Menu there.

Must I install a file manual, or is ChronoForms not working in Joomla!1.7?

Thanks a lot for your helping.
Maggie
GreyHead 15 Oct, 2011
Hi mac2,

I don't know what to suggest to fix this. The Menus use some language files that are needed: they are administrator/language/en-GB/en-GB.com_chronoforms.sys.ini and administrator/language/en-GB/en-GB.com_chronoforms.ini The contents of both are the same
COM_CHRONOFORMS="ChronoForms"
COM_CHRONOFORMS_FORMS_MANAGER="Forms Manager"
COM_CHRONOFORMS_WIZARD="Form Wizard"
COM_CHRONOFORMS_EASY_WIZARD="Easy Form Wizard"
COM_CHRONOFORMS_VALIDATE="Validate Installation"

It may be that if you don't have an English language installation that these files aren't being found. You could try adding copies in an your main language folder.

The other part of the menu installation are some entries in the Joomla! #__menus table. I have posted the MySQL to create these in the forums here

Bob
mac2 15 Oct, 2011
Hi Bob,
thank you for your special trouble to help!

The administrator/language files are correct and completely installed by the automatic installation from ChronoForms.

But now I want to control the entries in the Joomla menus table, but I don't know where I can found this site 😶

Maggie
GreyHead 15 Oct, 2011
Hi Maggie,

That's one of the Joomla! database tables, you can see from PHPMyAdmin from your Site Control Panel (or by installing the EasySQL extension on your site).

Bob
mac2 15 Oct, 2011
Hi Bob,
...do you have link for me, where I can find the EasySQL extension?
Thank you!
Maggie
GreyHead 15 Oct, 2011
Hi Maggie,

Please Google "Joomla! easysql"

Bob
mac2 15 Oct, 2011
Hi Bob,
sorry, for my 'dau' questions 😶

Is this the right way?

SQL-Befehl(e) in data base usr_web361_1 to do:
and here your code: INSERT INTO `#__menu` (`id`,`menutype`,`title`,... and so on

Maggie
GreyHead 15 Oct, 2011
Hi Maggie,

If you aren't sure what you are doing with the database tables . . . !! don't do anything !! You may damage your site.

For the moment just look to see if the ChronoForms entries are there.

Bob
mac2 15 Oct, 2011
Hi Bob,
in my database are this two entrys:

jos_chronoforms
SQL:
SELECT * FROM `jos_chronoforms` WHERE 1


jos_chronoform_actions
SQL:
SELECT * FROM `jos_chronoform_actions` WHERE 1

Maggie
GreyHead 15 Oct, 2011
Hi Maggie,

No, I'm afraid that you aren't looking in the right place. Those are just sample queries.

Do you have anyone nearbye with some technical knowledge who can help you here?

Bob
mac2 15 Oct, 2011
Hi Bob,
with a little help I found this _menu
http://www.m-mnet.de/_menu.gif
Is this the right place this/your instructions:
INSERT INTO `#__menu` (`id`,`menutype`,`title`,`alias`,`note`,`path`,`link`,`type`,`published`,`parent_id`,`level` ...and so on

Maggie
GreyHead 15 Oct, 2011
Hi Maggie,

First click the Anzeigen link to Browse the table and see if the records are already there.

Bob
mac2 15 Oct, 2011
Hi Bob,
no, there are no
com_chronoforms

Maggie
GreyHead 16 Oct, 2011
Hi Maggie,

OK, then backup the table in case something goes wrong (use the Exportieren tab at the top).

Then use my SQL statement but change the table name from #__menus to jos_menus

Bob
mac2 16 Oct, 2011
Hi Bob,
thanks for your answer :-)

The table name is jos_menu, not jos_menus - I chanced the '#__menus' in 'jos_menu'
Now this error is shown:
Fehler

SQL-Befehl:

INSERT INTO `jos_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 ) ;

MySQL meldet: Dokumentation
#1062 - Duplicate entry '1-1-comchronoforms' for key 2

Maggie
GreyHead 16 Oct, 2011
Hi Maggie,

Sorry about the mistake - my memory isn't as good as it might be :-(

The error could be because the MySQL I gave you has an error - see the revised version below, Or because the entry already exists.

Here's the code without the ID already set (i;ve removed `id`, and '465',. It's not needed to insert the entry.

INSERT INTO `jos_menu` ( `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 ( '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 ) ;

Bob
GreyHead 16 Oct, 2011
Hi Maggie,

Hard to tell, my best guess is that the entries are already there :-(

I can only suggest that you try uninstaling and re-installing ChronoForms.

Bob
mac2 16 Oct, 2011
Hi Bob,
the table: jos_chronoforms is there (I write in post before)
http://www.m-mnet.de/menu_3.gif
but not com_chronoforms in the table: jos_menu

Do you mean the table: jos_chronoforms?

Maggie
This topic is locked and no more replies can be posted.