• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

Update-col plugins has issues with date

Status
Not open for further replies.
Hello,

Before updating Joomla 4 and Fabrik Epsilon, I could update the column with a date element. Now, I get an error 1054.
upload_2023-10-30_17-1-11.png


upload_2023-10-30_17-8-34.png


Below are the settings of the date element
upload_2023-10-30_16-59-13.png


upload_2023-10-30_16-58-38.png


upload_2023-10-30_16-59-58.png


Joomla 4 - Fabrik Epsilon - Php 8.1.23.

Any idea why?
 
Update-col is taking the element's list filtertype settings for input format (which leads to strange effects e.g. if a field has a dropdown filter or with - as in your case - Range filter).
Are you sure it was working in F3 with filtertype = "Range"?
 
In F3 it's the same error if the element has a Range filter.

But can you try: add
$update->update_value[$i] = is_array($update->update_value[$i]) ? $update->update_value[$i][0] : $update->update_value[$i];
in plugins\fabrik_list\update_col\update_col.php line 319
 
Thank you so much. It is working now like a charm.:) I can see that there now is a Zeta version. Would it work with this version, too?
 
No, it's not in Zeta, you must add it again after installation.
But it will be in the next release.
 
Status
Not open for further replies.
Back
Top