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.