Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: 2.5.4
PHP version: 5.2.17
MySQL version: 5 something
Host: Rochen
Admin Tools version: 2.2.2
Description of my issue: This is a follow up to the person who posted about error 1062 when upgrading to Joomla 2.5.4. I upgraded via Admin Tools and got the same error, but I went into Extension Manager | Database Tab and ran FIX. Will I still need to run the mySQL command you mentioned?
Also, when attempting to add my downloadID, upon clicking Save & Close the site never fully returned to the Admin Tools screen. It sorta just sat there and spun for a while, thinking about what I asked it to do.
Just to verify, this is the mySQL command I need to run:
INSERT INTO `#__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
('menu', 'com_joomlaupdate', 'Joomla! Update', '', 'Joomla! Update', 'index.php?option=com_joomlaupdate', 'component', 0, 1, 1, 28, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:joomlaupdate', 0, '', 41, 42, 0, '*', 1);
Thanks Nicholas!
Janis