Solved - Many components missing from Admin menu after upgrade

Need help upgrading your Joomla! website or converting to Joomla! 3.x?

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
sagaranvekar
Joomla! Intern
Joomla! Intern
Posts: 68
Joined: Sun Apr 04, 2010 9:15 am

Solved - Many components missing from Admin menu after upgrade

Post by sagaranvekar » Wed Mar 14, 2018 1:29 pm

Hi all,

Recently, i upgraded Joomla to latest (3.8.6) and components disappeared from admin menu. So, now when i go to Components menu in admin, i have only these components:
  • Multilingual Association
  • Post installation messages
  • Tags
  • Weblinks
I don't have only one 3rd party component(JCE) and these Joomla components are missing :
  • Banners
  • Contacts
  • JCE
  • Joomla! Update
  • Messaging
  • News Feeds
  • Redirects
  • Search
  • Smart Search
There was one more error which i fixed. It was "The update table is not up to date. Please rebuild your update server table". I solved this issue using this fix:
https://github.com/joomla/joomla-cms/pull/16355
However, db query provided by user 'infograf768' was not working for me as id 802 was existing. So, i changed id in db query with 840.

I tried these steps to get missing components back:
1. System -> Clear expired cache
2. System -> Clear cache
3. Extensions -> Manage -> Database -> Fix
4. Extensions -> Manage -> Discover -> Discover
But nothing seems to work.

If i access 'index.php?option=com_joomlaupdate' i can see Joomla update component, but menu entry is still not there.

Please help.
Last edited by imanickam on Wed Mar 14, 2018 4:17 pm, edited 1 time in total.
Reason: Marked as Solved

User avatar
pmleconte
Joomla! Guru
Joomla! Guru
Posts: 591
Joined: Fri Mar 17, 2017 12:55 pm
Location: France

Re: Many components missing from Admin menu after upgrade

Post by pmleconte » Wed Mar 14, 2018 3:44 pm

Hi,

Please check viewtopic.php?f=710&t=958011

Pascal
If anything can go wrong, it will.
https://www.conseilgouz.com/en

sagaranvekar
Joomla! Intern
Joomla! Intern
Posts: 68
Joined: Sun Apr 04, 2010 9:15 am

Re: [Solved] Many components missing from Admin menu after upgrade

Post by sagaranvekar » Wed Mar 14, 2018 4:11 pm

Thanks for the link. This query worked perfectly:
UPDATE `#_menu` SET menutype = 'main' WHERE client_id = 1 and menutype = 'menu'

However i noticed that Web Links component was removed from J 3.4.x and later versions. So, i removed Weblinks package from Extensions -> Manage -> Manage .

This fixed all my issue.
Thanks again.


Locked

Return to “Migrating and Upgrading to Joomla! 3.x”