?
avatar tme5092
tme5092
8 May 2015

Steps to reproduce the issue

Having at least 2 Menus, say menu and menu2 (that ist column menutype in tbl j25_menu).

Attached you find the menu structure at my project with replaced names. - I have marked the entries with id 120 and 239.
In the Joomla administration, after editing entry 239 and then save, column path is updated wrongly conscreen shot 2015-05-08 at 04 32 48taining some values of entry 120 (which is not the same menu).

Expected result

I expected entry 239 updated without contents of entry 120.

Actual result

see in description

System information (as much as possible)

Joomla 3.3.6
In ancient times had Joomla 1.5, updated to 2.5 and in turn to 3.x.

Additional comments

I could resolve the problem in libraries/joomla/table/nested.php in the 2 methods:

  • getPath($pk = null, $diagnostic = false)
  • rebuildPath($pk = null)

Both functions select somehow their upper entries - I added AND p.menutype = n.menutype to the select queries which resolved the issue for me.

avatar tme5092 tme5092 - open - 8 May 2015
avatar brianteeman
brianteeman - comment - 19 Jun 2015

I had something very similar happen to be recently with a site upgraded from 1.0 to 1.5 to 2.5 and then 3.4


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

avatar brianteeman
brianteeman - comment - 6 Apr 2016

After almost a year with no other reports I am closing this at this time


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

avatar brianteeman brianteeman - change - 6 Apr 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-04-06 11:30:39
Closed_By brianteeman
avatar brianteeman brianteeman - close - 6 Apr 2016

Add a Comment

Login with GitHub to post a comment