• Fabrik4.5.1 for Joomla5.2.4

    Fabrik4.5.1 is out. This update is needed for J!5.2.4

    See Announcements

Dropdown Eval exception : getPhpOptions() Only variables should be assigned by reference

teamwork

Member
I have a Fabrik Dropdown Element with the following code in the 'Advanced' tab:

$options[] = JHTML::_('select.option', 'please_select', 'Please Select');
return $options;

And I am getting the following message:
Eval exception : getPhpOptions() : Only variables should be assigned by reference

This only appears with Debug enabled in Fabrik options.

Anyone have any ideas on this?
 
Back
Top