Fatal error when using " rebuild " in the menu list ui
A rebuilt menu
Fatal error: Call to undefined method MenusModelItem::getMessage() in /home/fabriz01/public_html/subhosting/rebirth/administrator/components/com_menus/controllers/menus.php on line 118
Sorry, is that " Delete row 1 " directed to me ? What should I delete ? Please let me know If i should just leave this ticket and move my help request on joomla forum, I don't want to make mess in the wrong area of the support system
Looks like it's fixed, i m closing this if you agree :3
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-04-15 05:52:50 |
I can't reproduce it, but looking at the code the line is executed when the rebuild actually failed.
https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_menus/controllers/menus.php#L118
Maybe someone knows how to get that rebuild to fail, so it's possible to reproduce this issue.
$model->getMessage()
likely should be$model->getError()
instead.