Community
Participate
Working Groups
Build Identifier: 20110615-0604 I have a bugzilla 3.1.4 installation which i tried to synchronize with mylyn. I can make queries and get all the bugss assigned to me and I can see the details of each bug. The problem is when submiting a change to any bug. An example is that if i try to change the status to fixed i get an error that says: "An unknown repository error has occurred: resolution not allowed" Clicking on that error opens a small window which tries to render a bugzilla page that displays in red: "You cannot set a resolution for open bugs." which is something weird as I'm actually trying to change the status to RESOLVED. If the bug is assigned and I'm the one who should accept the bug something different happens if I set it as "Leave as New" or "Accept (Change status to ASSIGNED)". In this case when submitting i get the following error: "An unknown repository error has occurred: internal error" and again the small window appears with the following red message: "A legal Resolution was not set." which is again weird as I'm not setting any resolution to the bug as i havent changed its status to RESOLVED. I can create new bugs and submit them though, so I'm not sure why I cant edit any other bug that is already in bugzilla. Reproducible: Always Steps to Reproduce: 1. Open the bug from Task List 2. Change the bug status or leave it as NEW 3. Submit the bug
Is your bugzilla 3.1.4 installation accessible from the public?
Hi No it is only accessible from the intranet. Should I look for something in particular? thanks
(In reply to comment #2) > Hi > > No it is only accessible from the intranet. Should I look for something in > particular? > > thanks Yes, can you please tell me if you use some custom values in your installation. If possible you can send me the 1) ../config.cgi?ctype=rdf result (xml as an textfile) 2) ../show_bug.cgi?id=<your bug ID>&ctype=xml result (xml as an textfile)
Created attachment 198423 [details] output from config
Created attachment 198424 [details] bug Id output
attached the output of both commands. I don't really know if there are custom values on the config, i'm not really familiar with bugzilla configuration.
Bugzilla 3.1.4 is an development release (see http://www.bugzilla.org/news/#release304) released 2008 May 4. Can you update your installation to an supported version ( 4.0.1, 3.6.5, and 3.4.11)? Please do not use Development versions for production! (see http://www.bugzilla.org/download/#numbering) We have ca. 30 points in ouwer sources where we do special thinks for an specific bugzilla version and I think we should nor track down the source of this problem for version thar has reach end of live.
Got it, gonna try to make the upgrade. As I said, I was not the one who configured this bugzilla installation so I don't know the reasons behind chosing a development release. Anyway, thanks for your help
I'll mark this as resolved for now. Juan, please feel free to reopen if the problem persists after updating the Bugzilla instance.