top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

ImportXML issues on bugzilla

0 votes
260 views

I did a backup of a Bugzilla database which I didn't have admin access. I did a full export in XML, resulting in one xml file per bug including private bug I didn't have access. The bugzilla install was 3.6.4

Now I want to reimport all these bugs in my own install which runs on 4.4.

Here are issues I have:
- All bugs needs an exporter="" do I have to amend all my bugs ?
- Importxml is unable to recreate component/products by itself, does it means I have to recreate all these by hand ?
- Bug order is messed up (Is it possible to keep same bug order, importxml doesn't seems to handle bug error="NotPermited"

For the story, I did a backup of Songbird Bugzilla last wednesday without knowing they will shut down, on Friday they announced they will shutdown and the Bugzilla access seems to be gone.

posted Jun 17, 2013 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I want to send a mail to each user giving a list of open issues on that day. Can you please help with configuring the same

0 votes

I have Bugzilla up and running on a Linux Red Hat system and it seems to be working great. I need now to get email working and I am getting the following errors:

An unexpected error occurred. This could be a temporary problem, or some code is behaving incorrectly. If this problem persists, please email this page to paul.rochon@securefact.com with details of what you were doing at the time this message appeared.

http://x.y.z.t/bugzilla/createaccount.cgi?login=ArchiveMXL%40securefact.com&token=**********-Tbtp5_RY8109n3xyH-6zF7mf9wjfl9HhjIrlrI1jcV0
There was an error sending mail from 'Bugzilla@securefact.com' to 'ArchiveMXL@securefact.com': error when closing pipe to /usr/lib/sendmail: Temp failure (EX_TEMPFAIL)

Traceback:

 at Bugzilla/Mailer.pm line 174

 Bugzilla::Mailer::MessageToMTA(...) called at Bugzilla/Token.pm line 76

 Bugzilla::Token::issue_new_user_account_token(...) called at Bugzilla/User.pm line 2039

 Bugzilla::User::check_and_send_account_creation_confirmation(...) called at /var/www/html/bugzilla/createaccount.cgi line 37

I am trying to use postfix as I was told it is easier to install. If I need to setup sendmail? Is it possible to get some help with the configuration as well.

+2 votes

I have installed Bugzilla localhost successfully. But now I facing a problem.I can create new bug. But when I attach an image by clicking "Choose File" button and submit bug I got an error message like "You did not specify a file to attach."

Please help me on which file should I edit?

+1 vote

I was installing bugzilla on Solaris machine and getting below error

./testserver.pl http://localhost
TEST-OK Webserver is running under group id in $webservergroup.
TEST-OK Got padlock picture.
TEST-FAILED Webserver is fetching rather than executing CGI files.
Check the AddHandler statement in your httpd.conf file.

I checked httpd.conf and I have added AddHandler cgi-script .cgi in this file. But not able to get through. Could you help me please.

...