We are working on migrating from a Windows server to a Debian server and are having some trouble with our knowledge base attachments not opening in the web client. Some of them open in a typical prompt, but others just open a new browser tab with a blank screen. There is also no common denominator we have been able to find between the ones that open and the ones that don't. We have looked at everything we can find online, but nothing has worked. Our live server works just fine. We are using the "Attachments on the filesystem" plugin on both servers.
Steps taken to resolve:
-Installed clean debian, php, apache, osticket(1.15.4); restored database from live server with same db name and user; same issue.
-Copied live "support" folder (renamed the osticket folder) to new server to replace the new one; same issue.
-Changed owner of "attachments" folder and all children to www-data; same issue.
-Changed permissions of "attachment" folder and all children to 777; same issue.
Current setup:
-Moved back to the new support folder, copied the "attachments" folder to it, owner is www-data and permissions are the default 755 it set when it copied over.