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

Problem caused bij Joomla 5.1.3 - [Joomla 5.1.3 Bug - Fixed in 4.0.45]

Started by wim49, 21.08.2024 18:19:38

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Arno

Okay. Thanks for the hint.
As a developer of a third-party component, you are happy when Joomla simply changes something in an update. After all, we have nothing else to do.  >:(  >:(
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

ColinM

Hmm! That is very strange as it seemed OK when I first test on 5.1.4 but on retest I find problem is NOT resoved :(  :(

Colin
Colin M
  •  

patbe60

Quote from: Arno on 30.08.2024 09:12:15Okay. Thanks for the hint.
As a developer of a third-party component, you are happy when Joomla simply changes something in an update. After all, we have nothing else to do.  >:(  >:(

It's not necessary to replace the whole Pagination.php

You can just delete this code in libraries/src/Pagination/Pagination.php:

// Platform defaults
        $defaultUrlParams = [
            'format'        => 'CMD',
            'option'        => 'CMD',
            'controller'    => 'CMD',
            'view'          => 'CMD',
            'layout'        => 'STRING',
            'task'          => 'CMD',
            'template'      => 'CMD',
            'templateStyle' => 'INT',
            'tmpl'          => 'CMD',
            'tpl'           => 'CMD',
            'id'            => 'STRING',
            'Itemid'        => 'INT',
        ];
  •  

musicasampler

I did it, and I think it solved the problem. I'm going to test the site and in a few days I'll tell you if everything is ok, thanks.
  •  

Arno

I have now published today a new version which fixed this issue.
jDownloads 4.0.45
.

Sorry for the long delay.  :-\  ::)
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

patbe60

  •  

wim49

  •  

ColinM

This has been solved with jD4.0.45
Colin
Colin M
  •