Content
You are here:
How to configure the Repository //SOLVED//
Added by William Cornett, PMP about 10 years ago
I am experiencing a problem with the documents plugin. When I go to upload a file I get an 500 error:
Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your OpenProject administrator for assistance.
If you are the OpenProject administrator, check your log files for details about the error.
——————————————————————————————————————————————————-
I thought maybe it had something to do with how my repository was set up.
administration>setting>repositories
See error page, admin and projects screen shots.
Thanks,
William Cornett, PMP
Principal Project Manager
ExagoWeb Development Group
http://exagoweb.com
Replies (2)
Hi William,
you can find the real error message (not the generic “Internal error” message) in
/home/openproject/openproject/log/production.log
. Do not dump the whole log file here, tho. It probably contains sensitive information that you do not want to share. Only paste the last few lines with the error/exception.Here is how an error might look like in the log file:
Regards,
Daniel
Daniel,
Thank you for pointing me in to the right direction. Upon review of this log file I learned that the documents plugin was looking for a folder titled “files”. Apparently you have to manually create this folder:
home/openproject/openproject/files
But thats not all… You must then chmod this folder to have write access. Now the documents plugin seems to be working just fine !!!
Thanks,
William Cornett, PMP
Principal Project Manager
ExagoWeb Development Group
http://exagoWeb.com