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

Routing problem after updated to 4.0.14 - [Fixed in 4.0.15]

Started by keep2000, 24.01.2023 15:43:34

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

keep2000

I started developing with 4.0.12 with no problem, but got routing issue after updated to 4.0.14
The non-sef url is: /index.php?option=com_jdownloads&task=download.send&id=11&catid=7&m=0
The sef url is: /component/jdownloads/send/7-2012/11-2012-1-2-lapszam
The non-sef url does work, but the sef url gives 404 error
Joomla\CMS\Router\Exception\RouteNotFoundException Object
(
    [message:protected] => Page not found
    [string:Exception:private] =>
    [code:protected] => 404
    [file:protected] => .../libraries/src/Router/Router.php
    [line:protected] => 153
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => .../libraries/src/Application/SiteApplication.php
                    [line] => 736
                    [function] => parse
                    [class] => Joomla\CMS\Router\Router
                    [type] => ->
                )

            [1] => Array
                (
                    [file] => .../libraries/src/Application/SiteApplication.php
                    [line] => 224
                    [function] => route
                    [class] => Joomla\CMS\Application\SiteApplication
                    [type] => ->
                )

            [2] => Array
                (
                    [file] => .../libraries/src/Application/CMSApplication.php
                    [line] => 294
                    [function] => doExecute
                    [class] => Joomla\CMS\Application\SiteApplication
                    [type] => ->
                )

            [3] => Array
                (
                    [file] => .../includes/app.php
                    [line] => 61
                    [function] => execute
                    [class] => Joomla\CMS\Application\CMSApplication
                    [type] => ->
                )

            [4] => Array
                (
                    [file] => .../index.php
                    [line] => 32
                    [args] => Array
                        (
                            [0] => .../includes/app.php
                        )

                    [function] => require_once
                )

        )

    [previous:Exception:private] =>
)
  •  

Arno

Hi,
yes, it seems that an error happened to me in version 4.0.13 when trying to correct the SEF on the left. I will fix the error in the next version 4.0.15. Sorry.  :(

For the moment you can use the attached version below.

By the way, do you use the 'direct download' option? Without the 'summary' page?
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

keep2000

Hello

Thanks, it does work, the url is:
/component/jdownloads/?task=download.send&id=11&catid=7&m=0

I use jDownloads with YOOtheme Pro and JP CS jDownloads from JoomlaPro: https://extensions.joomlapro.com/product/jp-cs-jdownloads
The link is assigned to direct download, we don't use the summary page here.
  •