Problem with Sizimizi's download folder
Permalink
Hi,
Sorry for wasting your time but I have a problem with plugin named sizimizi's download folder.
It's ok when you put it on your index page - it allows other people to download some files, but when you are deeper like pages/new/ it starting to making problems.
I create folder download.
So when I am on pages/new I give a path to download folder '../download/'. It shows the files in that folder but you can't download it - 'the page does not exist' - because the plugin put the path this way pages/new/download/ not this way download/
What should I do to solve the problem?
When the url is like 'index.php?cID=11' everything is ok (because I edit it), but when I check the site 'index.php?cID=11' shows me as page/new/.
Thx
Sorry for wasting your time but I have a problem with plugin named sizimizi's download folder.
It's ok when you put it on your index page - it allows other people to download some files, but when you are deeper like pages/new/ it starting to making problems.
I create folder download.
So when I am on pages/new I give a path to download folder '../download/'. It shows the files in that folder but you can't download it - 'the page does not exist' - because the plugin put the path this way pages/new/download/ not this way download/
What should I do to solve the problem?
When the url is like 'index.php?cID=11' everything is ok (because I edit it), but when I check the site 'index.php?cID=11' shows me as page/new/.
Thx
Sorry for the late reply, but maybe someone may find this useful. I just ran into the same problem with the download folder package and solved it by constructing the correct path with
which returns the root of the website.
See the attached patch which applies to view.php of the package.