Undefined index error in modal window

Bauer

Well-Known Member
(See attachment)
Backtrace from warning 'Undefined index: rowid' at /home/mydomain/public_html/components/com_fabrik/router.php 231:

This error comes up in the modal window of a menu item that is being rendered as a Regular Labs (NoNumber) Modal if the current URL is a Fabrik list or form. In this case, the modal window is simply showing a Joomla article.

The fix would be to change line 229 of router.php from...
if (!isset($menuItem->query['rowid']))
...to...
if (isset($query['rowid']) && !isset($menuItem->query['rowid']))
 

Attachments

  • unedfinedIndex.png
    unedfinedIndex.png
    52.7 KB · Views: 119
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top