PDf files are not loaded in my pkp 3.3.0.19
my file directory is
and all file is exists here
It seems that instead of setting the “files” directory as the correct path in the configuration file, you’ve moved the directories inside the “files” folder to the parent directory, which is incorrect. In OJS, the area where the articles are stored should be properly configured. As shown in the image below, the correct structure should have directories like “journals” inside the “files” directory.
Please make sure that the file path is configured as follows:
/home/ittcrbdt/files/
Under this path, you should have directories like “journals”, “scheduledTaskLogs”, “site”, “temp”, and “usageStats”. If you don’t structure it this way, the system will not be able to locate the files correctly, which can lead to errors.
Additionally, I noticed that there are multiple “files” directories in the same area. To avoid any confusion, I suggest renaming the directory to something more specific, like “journal1files” (or another unique name relevant to the journal).
In that case, you would need to configure the file path as follows:
/home/ittcrbdt/journal1files/
This way, the system will correctly associate the files with the right journal, and you can avoid potential conflicts.