I have a PHPRunner 7.0 application whereby users keep track of their training activities and hours. One of the fields is for uploading various document types to support the learning activities. This application seems to work fine.
The program administrator wants to be able to view the documents to monitor and audit the activities. I created a separate PHPRunner application just for access by admin. All the fields work fine EXCEPT for the document field. When the file names are clicked, we cannot open the file. We either get a .gif image or an error messages saying the file is corrupt. I made sure that the correct path to the file folder exists. If I ftp to the site, all the documents in the folder do open up properly.
I notice that in the admin version, the link to the document is missing the additional random code that is added to each uploaded document.
I have downloaded and rebuilt the application in PHPRunner 8.0 but the same errors exist.
Any suggestions as to the possible causes and fixes to this problem would be appreciated.
Thanks,
Russell