Hi,
I encounter a sudden problem with my website. The images in the media gallery gave an error, which I’ve managed to solve thanks to the following answer:
To solve the problem of warning , please do the following step:
– Open the file plugins/content/plg_jathumbnail/plg_jathumbnail.php then find code:
Code:
function onContentBeforeDisplay( $context, &$article, &$params, $limitstart ){
Replace this with:
Code:
function onContentBeforeDisplay( $context, &$article, &$params, $limitstart = 1 ){
However, also the images on my website aren’t working anymore. Does anyone know how to solve this?