You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File app/services/MediaFileService.php was changed in commit 83c3c27 where line 333 was changed from ->pluck(new Expression("COALESCE(setting_value, 'media/') || multimedia_file_refn AS path"))
to ->pluck(new Expression("COALESCE(setting_value, 'media/') || multimedia_file_refn"))
this causes the following exception
File app/services/MediaFileService.php was changed in commit 83c3c27 where line 333 was changed from
->pluck(new Expression("COALESCE(setting_value, 'media/') || multimedia_file_refn AS path"))
to
->pluck(new Expression("COALESCE(setting_value, 'media/') || multimedia_file_refn"))
this causes the following exception
NOTE: haven't check for other similar occurrences
The text was updated successfully, but these errors were encountered: