jDownloads Support Forum

jDownloads for Joomla 4.x and 5.x => jDownloads 4.0 => Bugs! => Topic started by: fstltna on 03.06.2023 01:02:50

Title: Trying to use on joomla 4.x and it gives a error - [Not a jDownloads bug]
Post by: fstltna on 03.06.2023 01:02:50
Server is at https://kairosoft.gameplayer.club though it also happens on all my other 4.x sites... Any ideas?
Title: Re: Trying to use on joomla 4.x and it gives a error when accessing the files.
Post by: Arno on 06.06.2023 17:24:31
Hi,
sorry for the delay.

It seems that you use still an extension which use the JRequest class.
In jDownloads 4 does not exist this anymore. So I think it could be an third-party plugin.
See pic.
Title: Re: Trying to use on joomla 4.x and it gives a error when accessing the files.
Post by: fstltna on 06.06.2023 23:55:38
Here are the main references"========================
components/com_komento/komento_plugins/com_jdownloads.php:              return JRequest::getString('view', '') === 'category';
components/com_komento/komento_plugins/com_jdownloads.php:              return J
Request::getString('view', '') === 'download';
components/com_komento/komento_plugins/com_jdownloads.php:              $id = JR
equest::getInt('id');
plugins/editors-xtd/hikashopproduct/hikashopproduct.php:                       
$extension = JRequest::getCmd('option');
plugins/hikashoppayment/paypalintegralevolution/paypalintegralevolution.php:   
                                $value = JRequest::getString($key);
plugins/hikashoppayment/paypalintegralevolution/paypalintegralevolution.php:   
        $subtask = JRequest::getCmd('subtask', '');
plugins/hikashoppayment/payuindia/payuindia.php:                               
        $value = JRequest::getString($key);
plugins/system/hikashopproductinsert/hikashopproductinsert.php:                 
$layout = JRequest::getString('layout');
plugins/system/hikashopproductinsert/hikashopproductinsert.php:                 
$ctrl = JRequest::getString('ctrl');
plugins/system/hikashopproductinsert/hikashopproductinsert.php:                 
$task = JRequest::getString('task');
plugins/system/hikashopproductinsert/hikashopproductinsert.php:                 
$function = JRequest::getString('function');
plugins/system/hikashopproductinsert/hikashopproductinsert.php:                 
$layout = JRequest::getString('layout');
plugins/system/hikashopproductinsert/hikashopproductinsert.php:                 
$ctrl = JRequest::getString('ctrl');
plugins/system/hikashopproductinsert/hikashopproductinsert.php:                 
$task = JRequest::getString('task');
plugins/system/hikashopproductinsert/hikashopproductinsert.php:                 
$function = JRequest::getString('function');
plugins/system/hikashopremarketing/hikashopremarketing.php:                     
$layout = JRequest::getString('layout');
plugins/system/hikashopsocial/hikashopsocial.php:                       $option
= JRequest::getVar('option');
plugins/system/hikashopsocial/hikashopsocial.php:                       $ctrl =
JRequest::getVar('ctrl');
plugins/system/hikashopsocial/hikashopsocial.php:                       $task =
JRequest::getVar('task');
plugins/system/hikashopsocial/hikashopsocial.php:                       $option
= JRequest::getVar('option');
plugins/system/hikashopsocial/hikashopsocial.php:                       $ctrl =
JRequest::getVar('ctrl');
plugins/system/hikashopsocial/hikashopsocial.php:                       $task =
JRequest::getVar('task');
plugins/system/hikashopuser/hikashopuser.php:                   $tmpl = JRequest
::getCmd('tmpl', '');
plugins/system/hikashopuser/hikashopuser.php:                   $option = JReque
st::getCmd('option', '');
plugins/system/hikashopuser/hikashopuser.php:                   $view = JRequest::getCmd('view', '');
================
if you want access to one of the systems affected I can set you up as admin...
Title: Re: Trying to use on joomla 4.x and it gives a error - [Not a jDownloads bug]
Post by: Arno on 07.06.2023 10:21:29
It seems that you use an incompatible Komento plugin.
Please deactivate it and try it then again.
And contact the komento support for a solution.
Title: Re: Trying to use on joomla 4.x and it gives a error when accessing the files.
Post by: fstltna on 07.06.2023 22:09:23
Thanks for pointing that out! I had tried disabling just the komento plugins with no success but after disabling all the komento files it's working again. Will contact the komento folks...
Marisa