← Back to Download Manager Support
The plugin works great, except that I'm unable to access sub folders on the front end. Whenever I click the link it displays the Error Page (500). I set up the browser component and page url according to the documentation so I'm just not sure why its not working for me.
Can you please check if the CMS Page URL is properly set with a star (*
) at the end like following: /files/:path?*
If this not solve your issue please share log message and your CMS page content for we can investigate.
I originally included the star (*
) as mentioned in the documentation, but had no success. Below is the CMS page content and the error listed in the Event Log.
title = "Records"
url = "/records/:path?*"
layout = "default"
[downloadManagerBrowser]
rootFolder = 1
path = "{{ :path }}"
displaySubFolders = 1
displayTitle = 1
==
<div class="jumbotron" id="hero-section-pages">
<div class="container" id="blog-header">
<h1 id="blog-title">Records</h1>
</div>
</div>
<div class="container" id="blog-about">
<h2>Repository for public records received through public records requests to government officials
and anonymous submission.</h2>
</div>
<div class="container" id="divider"></div>
<div class="container" id="record-list">
{% component 'downloadManagerBrowser' %}
</div>
ErrorException: implode(): Passing glue string after array is deprecated. Swap the parameters in C:\xampp\htdocs\wehearyoushreveport\plugins\inetis\downloadmanager\models\Category.php:179
There was an issue with latest PHP version, thanks for letting us know. Updating DownloadManager to version 1.0.7
should fix this issue.
1-5 of 5