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] =>
)
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?
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.