I have been racking my brain for a few days, and I give up. Right now when I test the various files and folders listed, I randomly get one of my custom error pages telling me the page is missing (when I know it’s there). If I go back to the previous page and try again, it is usually go to go.
I have a pretty simple setup. I have 2 different fileListers, each behind a simple login. One is for one group of end-users and one for the other. The login has been working fine.
We have a list of folders, in each folder we have sub-folders, and then in those we have the files. This never happens with the folders, just randomly with the sub-folders and files. Some sub-folders and files have the same name, so maybe that is throwing something off. However, they all originate from a different primary folder.
[[!FileLister?
&path=`assets/templates/2010/misc_files/downloads/pdfs/current/`
&requireAuthDownload=`1`
&allowDownloadGroups=`Current Projects Users`
&fileTpl=`filelister_file_template`
&fileLinkTpl=`filelister_link_template`
&toPlaceholder=`files`
]]
[[!FileLister?
&path=`assets/templates/2010/misc_files/downloads/pdfs/bidding/`
&requireAuthDownload=`1`
&allowDownloadGroups=`Bidding Projects Users`
&fileTpl=`filelister_file_template`
&fileLinkTpl=`filelister_link_template`
&toPlaceholder=`files`
]]