?
avatar mikelawrey32
mikelawrey32
11 Sep 2017

Steps to reproduce the issue

After upgrading my site into 3.7, I have been seeing the components menu in J admin lacking items, specifically Redirect component.

Expected result

All component items to remain.

Actual result

Some are missing.

System information (as much as possible)

J 3.7.4
PHP 5.4.45
SQL 5.5.51-38.2

Additional comments

Thinking it may be some discrepancy in database, name or ID of the components perhaps. Something to consider for future patches and upgrades

avatar mikelawrey32 mikelawrey32 - open - 11 Sep 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 11 Sep 2017
avatar csthomas
csthomas - comment - 12 Sep 2017

I suggest you rebuild the menu and see if there are any items in the trash

avatar franz-wohlkoenig franz-wohlkoenig - change - 12 Sep 2017
Status New Information Required
avatar coolcat-creations
coolcat-creations - comment - 14 Sep 2017

@csthomas how to rebuild the default admin menu? Have some issues too (but not with core)

avatar wojsmol
wojsmol - comment - 14 Sep 2017

@coolcat-creations Check value of menutype field in #__menu table if this problem start occuring after update to Joomla! 3.7.x.

avatar csthomas
csthomas - comment - 15 Sep 2017

There is only one button in the menu list "Rebuild" which rebuild whole #__menu table.
If you can not find some menu items then first check trashed items.
There may disappear some menu item from front end and go to backend. If yes then check menutype column in database (ex. by phpmyadmin). One menutype (I do not remeber now) is only reserved for backend.

avatar coolcat-creations
coolcat-creations - comment - 17 Sep 2017

@csthomas @wojsmol No after the Update just some Menuitems (from not core components) have missing language strings, are in uppercase and some new appeared that have nothing to do with appearing there. I speak about the core admin backend menu, nothing build by myself.

avatar wojsmol
wojsmol - comment - 17 Sep 2017

@coolcat-creations

and some new appeared that have nothing to do with appearing there

Should these menu items be displayed in the frontend menu and appear in the backend in the Components menu?

avatar coolcat-creations
coolcat-creations - comment - 17 Sep 2017

@wojsmol

image

The Screenshow shows "LANGUAGEFILESJS_MENU"
I don't think it belongs to the frontend... And no idea where it comes from.

avatar infograf768
infograf768 - comment - 17 Sep 2017

Looks to me that screenshot does display apparently a language constant, and you can't translate a constant to English, just its value. And it is for sure NOT a joomla core lang constant.
Best way too know is to set debug lang to on and look at bottom of page which lang file is NOT loaded to figure which component is concerned

avatar wojsmol
wojsmol - comment - 17 Sep 2017

you can also execute this query in phpmyadmin

SELECT `menutype`,`link`,`component_id`,`client_id` FROM `#__menu` WHERE `title` = 'language_constant'

replace #__ with table prefix

avatar coolcat-creations
coolcat-creations - comment - 17 Sep 2017

Thanks that was indeed a component that appeared in the menu after update, but did not appear before the update - i uninstalled it and now it´s fixed - some more language strings in the menu are untranslated after the update, will try to reinstall the components to fix that issue.

avatar joomla-cms-bot joomla-cms-bot - change - 30 Sep 2017
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2017-09-30 15:31:25
Closed_By joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 30 Sep 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 30 Sep 2017
Closed_By joomla-cms-bot franz-wohlkoenig
avatar joomla-cms-bot
joomla-cms-bot - comment - 30 Sep 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 30 Sep 2017

As there are similar Threads this is closed but can always reopened.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17934.

Add a Comment

Login with GitHub to post a comment