News:

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

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
  •