Hi everyone
RichfileManager is not allowing any type of file to be viewed in version 2024
You may press F12 in your browser and check if the URLs are correct. Make sure you specify the “UserFilesPath” in advanced setting of the extension correctly. Default setting is “userfiles”. According to the notes:
UserFilesPath - A folder under the global upload folder (under PHP → General Options → File Upload tab, see PHP Settings in the help file), e.g. if the global upload folder is “uploads/” (relative to project folder) and “UserFilesPath” is “userfiles”, then the user file folder is “uploads/userfiles” (relative to project folder). If “UserFilesPath” not specified, the global upload folder will be used. Make sure you have setup write permssions for the upload folder properly. Default is “userfiles”.
Make sure the folder exists.