localhost/bugz/rest/version giving software error
Categories
(Bugzilla :: WebService, defect, P1)
Tracking
()
People
(Reporter: spatil, Unassigned)
Details
Attachments
(1 obsolete file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
Steps to reproduce:
localhost/bugz/rest/ version giving software error
Actual results:
Software error:
Attempt to reload Test/Taint.pm aborted.
Compilation failed in require at Bugzilla/WebService/Util.pm line 25.
Compilation failed in require at Bugzilla/WebService/Server/JSONRPC.pm line 30.
BEGIN failed--compilation aborted at Bugzilla/WebService/Server/JSONRPC.pm line 30.
Compilation failed in require at C:/Strawberry/perl/lib/parent.pm line 16.
BEGIN failed--compilation aborted at Bugzilla/WebService/Server/REST.pm line 14.
Compilation failed in require at C:\bugzilla\rest.cgi line 25.
BEGIN failed--compilation aborted at C:\bugzilla\rest.cgi line 25.
For help, please send mail to this site's webmaster, giving this error message and the time and date of the error.
[Mon Nov 25 14:57:12 2019] rest.cgi: Attempt to reload Test/Taint.pm aborted. [Mon Nov 25 14:57:12 2019] rest.cgi: Compilation failed in require at Bugzilla/WebService/Util.pm line 25. [Mon Nov 25 14:57:12 2019] rest.cgi: Compilation failed in require at Bugzilla/WebService/Server/JSONRPC.pm line 30. [Mon Nov 25 14:57:12 2019] rest.cgi: BEGIN failed--compilation aborted at Bugzilla/WebService/Server/JSONRPC.pm line 30. [Mon Nov 25 14:57:12 2019] rest.cgi: Compilation failed in require at C:/Strawberry/perl/lib/parent.pm line 16. [Mon Nov 25 14:57:12 2019] rest.cgi: BEGIN failed--compilation aborted at Bugzilla/WebService/Server/REST.pm line 14. [Mon Nov 25 14:57:12 2019] rest.cgi: Compilation failed in require at C:\bugzilla\rest.cgi line 25. [Mon Nov 25 14:57:12 2019] rest.cgi: BEGIN failed--compilation aborted at C:\bugzilla\rest.cgi line 25.
Expected results:
it should give me the version number
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•2 years ago
|
Updated•1 year ago
|
Comment 14•8 months ago
|
||
I'm unable to reproduce this on 5.2...
$ curl -H "Content-Type: application/json" "$siteurl/rest/version"
{"version":"5.2+"}
Description
•