Closed bradneuman closed 13 years ago
The same problem is showing up with other plugins, so this is probably just a configuration issue or possibly a redmine problem, but not specific to redmine_git_hosting
For future reference, this can be fixed by creating a symbolic link
ln -s /var/cache/redmine/default/plugin_assets
in the public
folder (in redmine's root).
I am running redmine 1.2.1.stable with redmine_git_hosting v0.4.2 on ubuntu 10.04.3. Everything works except for the checkout urls. I can check out and push to the repo's and add my ssh key using redmine, but the url bar is empty and my redmine log shows the following errors (with the traceback and my personal info cut):
I have redmine installed in a sub URI (/redmine) and I'm using Apache with Passenger. There are green checks next to each of the sudo checks in the plugin config page.
I am new to redmine and ruby on rails, so it's possible this is just a mistake on my part, but I've done my best to research the issue and ask elsewhere and haven't found a solution.
EDIT: I should also mention that if I turn off the "show checkout URLs" option, I receive no errors in the log and the pages load correctly