Joomla - Missing Joomla Update quick icon from Control Panel after upgrade - Joomla & VirtueMart Tips & How To's

GJC Website Design UK, Joomla Developer, VirtueMart Developer, Template Developer, web site designs, England, Britain, UK, Belgium, search-engine optimisation (SEO). Multilingual.

Home Home Alternative Health Practitioners

Wed

30

Apr

  • Joomla 2.5
  • Installing - updating

Have seen this quite a few times especially on upgrades from Joomla 1.6 or 1.7. the quick icons for the joomla version and extensions updates are missing from the control panel and no menu for the Joomla Updater. There can also be messages such as 'Error loading component: com_joomlaupdate'.

You need to do some insertions in your jos_extensions table which seems to get missed sometimes on the update.

Go to your hosting control panel and access your phpMyAdmin and browse to your database. Select your jos_extensions table and click on the SQL tab.

joomla update quick icons phpmyadmin

insert the following query into the panel and click 'GO' (check the table prefix is correct and edit as nesscesary - also make sure the id numbers aren't in use - if change them to a free one)

INSERT INTO `jos_extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, 
`ordering`, `state`) VALUES
(437, 'plg_quickicon_joomlaupdate', 'plugin', 'joomlaupdate', 'quickicon', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(438, 'plg_quickicon_extensionupdate', 'plugin', 'extensionupdate', 'quickicon', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);
 
The icons will appear.. :)


joomla update quick icons 

When you click the Icons you may get something like 'Error loading component: com_joomlaupdate' or/and 'Error loading component: com_installer'.

You will need 1 or 2 more queries to be run.
INSERT INTO `jos_extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES (28, 'com_joomlaupdate', 'component', 'com_joomlaupdate', '', 1, 1, 0, 1, '{"legacy":false,"name":"com_joomlaupdate","type":"component","creationDate":"February 2014","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","authorEmail":"
 This e-mail address is being protected from spambots. You need JavaScript enabled to view it
 ","authorUrl":"www.joomla.org","version":"2.5.20","description":"COM_JOOMLAUPDATE_XML_DESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);
 
an/or
INSERT INTO `jos_extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES (10, 'com_installer', 'component', 'com_installer', '', 1, 1, 1, 1, '{"legacy":false,"name":"com_installer","type":"component","creationDate":"Febuary 2014","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","authorEmail":"
 This e-mail address is being protected from spambots. You need JavaScript enabled to view it
 ","authorUrl":"www.joomla.org","version":"2.5.20","description":"COM_INSTALLER_XML_DESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);
 
The last thing needed is the menu entry for the Components which is probably also missing.
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
(22, '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);
 

joomla update quick icons menu
Last Updated on Wednesday, 30 April 2014 15:27
 
VirtueMart
Your Cart is currently empty.

Find a Domain Name!

Enter a domain name:

www.

Select an extension:

Select all
.com.net.org.info
.name.us.biz.eu
.co.uk.be.de.nl

Search Engine Optimisation (SEO)

The importance of having your site "visible" via the important search engines can not be stressed enough.
If your site is invisible to Google then no-one is going to find you no matter how wonderful your website is.

There are methods and techniques that need to be followed to ensure that your site is highly visible to your potential client base. We can do this for you and have had a large measure of success in the web sites that we have optimised.

Searching for a wide range of alternative health practitioner search terms (keywords & key-phrases in the jargon) returns a large number of GJC Web Design maintained and designed websites.
Terms such as alternative health practitioner, colourworks & colour mirrors consistently bring visitors and clients to our target websites.

Try the link below which will take you to a real search result for one or other of our sites.

Google UK search "colour mirrors"
1st, 2nd & 3rd place



Joomla - Missing Joomla Update quick icon from Control Panel after upgrade|Joomla & VirtueMart Tips & How To's



GJC Website Design UK, Joomla Developer, VirtueMart Developer, Template Developer, web site designs, England, Britain, UK, Belgium, search-engine optimisation (SEO). Multilingual.


joomla, joomlaupdate, component, checked, extensions, type, jos, data, installer, insert, access, org, client, quickicon, description, time, params, values, menu, ordering, element, extension, cache, click, state, manifest, protected, enabled, folder, custom, table, update, loading, error, version, panel, icons, creationdate, author, legacy


guru

We use cookies to improve our website and your experience when using it. Cookies used for the essential operation of the site have already been set.
To find out more about the cookies we use and how to delete them, see our privacy policy.

I accept cookies from this site.