Re: Quick file link
Posted: 13 Feb 2019, 12:20
Hi, yes, seems like the behaviour changed in newest Joomla!
Please open the file:
components\com_phocadownload\views\download\view.html.php
on line 116 change
FROM:
TO:
and let me know if this work (it does not solve the additional slashes, I need to first test and find in which cases this could happen - for me it works OK, so I need to do more tests).
Jan
Please open the file:
components\com_phocadownload\views\download\view.html.php
on line 116 change
FROM:
Code: Select all
if (!JSession::checkToken()) {
Code: Select all
if (!JSession::checkToken('request')) {
Jan