-
Notifications
You must be signed in to change notification settings - Fork 117
Error 500 on repository creation & edit #484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It seems that your repository has the wrong repository type : |
I've changed one of the repository types to Should the repository type not be set to Xitolite? These repositories and its access permissions should be managed by Gitolite. |
Yes : if the repository is managed by Gitolite the repo type must be |
They are Gitolite-managed repositories. |
You get this error if the repository doesn't exist on Gitolite side (in |
Hmm... So how do I initialize the repository correctly? I still receive the aforementioned 500 error when creating a new repository and/or editing a Gitolite repository via redmine. After the 500 error on creation of a new repo, it seems that redmine creates the correct configuration in the gitolite-admin repo:
I am also able to push normally to the repo after adding it to redmine... however there seems to be a issue with the hooks:
Under the
I'm still not sure what is causing the error... any ideas? |
Is everything green in Administration -> Redmine Git Hosting -> Check Tests ? |
I'm running into the same issue here with Redmine 3.0.3 and RGH v1.1.1. The RGH v1.0.x branch is working perfectly fine for me. |
Hmm.. On creation of a new repository:
On edit action of a existing repository:
Is it worth trying to rollback redmine to a earlier version of redmine as tested by @michaelkrupp? Redmine just released version 3.1.0 on July 26, 2015. It still is reporting errors about trying to convert I'm not too familiar with ruby development, but looking at some of the codebase, I notice
Could this have anything to do with it? |
Out of curiosity, I've tried upgrading to Redmine 3.1.0 and installed Redmine Git Hosting 1.1.1. This error still seems to persist with the addition of a deprecation warning:
Any other ideas to try? |
Hi! Sorry for the delay. Can you please post some logs? (from |
Fixed in next version (1.1.3) |
Actually the issue was Git 1.7.1 : 66416b0 |
Hi,
I recently upgraded from Redmine 2.6.0 ->3.0.4 & redmine_git_hosting 0.7.8 -> 1.1.1.
I'm running into a 500 error anytime I create a repository and/or edit a existing repository.
Relevant production error log messages:
Here is the environment information from admin/info:
The main error seems to be
no implicit conversion of nil into Array
. This makes me think that some data in the database is not correct. I'm not sure where it would be though. Does anyone have any insight? Thanks!The text was updated successfully, but these errors were encountered: