Modify

Opened 15 years ago

Closed 15 years ago

#4857 closed defect (invalid)

Trac integration with Testlink with usage of XMLRPC is failed

Reported by: anonymous Owned by: Alec Thomas
Priority: normal Component: XmlRpcPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

The string
$statusOk = $this->xmlrpcClient->query('ticket.get', $id);
in function checkBugID_existence($id) and in several other same usage of this query is return false (in spite of $this->checkConnectionViaXmarpc(); returns true, so I can assume that connection is established). The plugin itself is seems to be installed correctly and all options are enabled, ticket-view and XML_RPC priveliges are added to anonymous user.
Can anything be suggested to check whether plugin is really installed correct and what can be the problem of this false.

Attachments (0)

Change History (1)

comment:1 Changed 15 years ago by Alec Thomas

Resolution: invalid
Status: newclosed

I have no idea what this is talking about, but try browsing to /xmlrpc on your Trac instance. It should display a list of exported RPC functions. If it does, chances ar every good that the plugin is working.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.