Error with option Jaklightbox
Posted: 17 Feb 2021, 11:23
Hello,
With Detail view setting -> Detail windows, select "Jak Lightbox" we have the error :
Deprecated: implode (): Passing glue string after array is deprecated. Swap the parameters in components/com_phocagallery/views/category/view.html.php on line 2104
Indeed the option "Jak Lightbox" calls the function "implode ()"
// ADD JAK DATA CSS style
if ($ this-> t ['detail_window'] == 6) {
$ document-> addCustomTag ('<script type = "text / javascript">'
. 'var dataJakJs = ['
. implode ($ this-> t ['jakdatajs'], ',')
. ']'
. '</script>');
}
With another option no problem
Best regards
Philippe Dougoud
With Detail view setting -> Detail windows, select "Jak Lightbox" we have the error :
Deprecated: implode (): Passing glue string after array is deprecated. Swap the parameters in components/com_phocagallery/views/category/view.html.php on line 2104
Indeed the option "Jak Lightbox" calls the function "implode ()"
// ADD JAK DATA CSS style
if ($ this-> t ['detail_window'] == 6) {
$ document-> addCustomTag ('<script type = "text / javascript">'
. 'var dataJakJs = ['
. implode ($ this-> t ['jakdatajs'], ',')
. ']'
. '</script>');
}
With another option no problem
Best regards
Philippe Dougoud