Closed
Bug 1125111
Opened 11 years ago
Closed 11 years ago
Update SOAP::Lite on landfill for bugzilla-tip
Categories
(Bugzilla :: bugzilla.org, defect)
Bugzilla
bugzilla.org
Tracking
()
VERIFIED
FIXED
People
(Reporter: stef, Assigned: dkl)
Details
Today I tried to activate Github hooks for freshly updated 5.0rc1 instance and failed. While investigating the problem and I tested landfill
curl https://landfill.bugzilla.org/bugzilla-tip/xmlrpc.cgi -H "Content-Type: text/xml" -d "<?xml version='1.0' encoding='UTF-8'?><methodCall><methodName>Bug.get</methodName> <params><param><value><struct><member><name>ids</name><value>1000</value></member></struct></value></param> </params> </methodCall>"
and got following 500 error (bugzilla-4.4-branch works fine):
Can't use string ("") as a subroutine ref while "strict refs" in use at lib/SOAP/Transport/HTTP.pm line 384.
| Assignee | ||
Comment 1•11 years ago
|
||
This is most likely due to SOAP::Lite 1.12 being installed on landfill which may need to be manually updated. 1.13 is fixed and should be what others are using for XMLRPC support.
dkl
Assignee: webservice → dkl
Status: NEW → ASSIGNED
Updated•11 years ago
|
Component: WebService → bugzilla.org
Updated•11 years ago
|
Summary: XMLRPC seems broken → Update SOAP::Lite on landfill for bugzilla-tip
| Assignee | ||
Comment 2•11 years ago
|
||
Fixed
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Version: 5.0 → unspecified
| Reporter | ||
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•