-1

Currently I am running bugzilla 4.2 with Testopia 2.5 on Apache2, Perl 5.14. Mysql 5.5. I tried to follow the Bugzilla REST API but it showed errors when I tried to start the server BzApi, in # script/bugzilla_api_server.pl

Compilation failed in require at /usr/local/share/perl/5.14.2/Module/Runtime.pm line 317. at /usr/local/share/perl/5.14.2/Catalyst/Script/Server.pm line 238.

For the Kanbanzilla installation I followed the steps as shown here; in api.py file under server folder I updated the login url to my bugzilla installation (domain.com/bugzilla/index.cgi) and bugzilla_url to domain.com/bzapi/.

I was successfully logged in with bugzilla admin account via Kanbanzilla but when I click on create new board, I am getting a 500 error.

I am 100% sure that I made some mistake in configuration. I hope some one has a solution for this.

Thanks in Advance.

Katherine Villyard
  • 18,550
  • 4
  • 37
  • 59

1 Answers1

0

Not permitted to comment, so:

Compilation failed in require at /usr/local/share/perl/5.14.2/Module/Runtime.pm line 317. at /usr/local/share/perl/5.14.2/Catalyst/Script/Server.pm line 238.

What are those two lines of code?

If you can't get BzAPI running, then obviously Kanbanzilla isn't going to work. So focus on getting BzAPI running first. I've no idea why it doesn't start, but you need to track down what is failing to compile properly.

Gervase Markham
  • 386
  • 1
  • 4