News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

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
https://amigacity.xyz - Portal for the Amiga - Over 2500 free downloads!
https://psp.gameplayer.club - Hub for the Sony PSP/Vita
  •  

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
https://amigacity.xyz - Portal for the Amiga - Over 2500 free downloads!
https://psp.gameplayer.club - Hub for the Sony PSP/Vita
  •  

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
https://amigacity.xyz - Portal for the Amiga - Over 2500 free downloads!
https://psp.gameplayer.club - Hub for the Sony PSP/Vita
  •