News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Trying to use on joomla 4.x and it gives a error - [Not a jDownloads bug]

Started by fstltna, 03.06.2023 01:02:50

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fstltna

Server is at https://kairosoft.gameplayer.club though it also happens on all my other 4.x sites... Any ideas?
https://msbob.org - Hub for the best Microsoft product ever
https://macos.retro-os.live - Hub for classic Macs - 14000 downloads
https://amigacity.xyz - Portal for the Amiga - Over 8500 free downloads!
https://beos.retro-os.live - Hub for fans of BeOS & Haiku operating systems
  •  

Arno

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.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

fstltna

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...
https://msbob.org - Hub for the best Microsoft product ever
https://macos.retro-os.live - Hub for classic Macs - 14000 downloads
https://amigacity.xyz - Portal for the Amiga - Over 8500 free downloads!
https://beos.retro-os.live - Hub for fans of BeOS & Haiku operating systems
  •  

Arno

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.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

fstltna

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
https://msbob.org - Hub for the best Microsoft product ever
https://macos.retro-os.live - Hub for classic Macs - 14000 downloads
https://amigacity.xyz - Portal for the Amiga - Over 8500 free downloads!
https://beos.retro-os.live - Hub for fans of BeOS & Haiku operating systems
  •