Modify

Opened 16 years ago

Closed 13 years ago

Last modified 7 years ago

#2356 closed defect (worksforme)

getRecentChanges returns error

Reported by: mika Owned by: Alec Thomas
Priority: normal Component: XmlRpcPlugin
Severity: blocker Keywords: getRecentChanges xmlrpc wiki
Cc: mladen@… Trac Release: 0.10

Description

I get the following error.

'column "wiki.author" must appear in the GROUP BY clause or be used in an aggregate function
' while executing 'wiki.getRecentChanges()'

Here's the request:

<?xml version="1.0"?>
<methodCall>
  <methodName>wiki.getRecentChanges</methodName>
  <params>
    <param>
      <value>
        <dateTime.iso8601>20080105T09:45:51</dateTime.iso8601>
      </value>
    </param>
  </params>
</methodCall>

Attachments (0)

Change History (4)

comment:1 Changed 16 years ago by mika

Cc: mladen@… added; anonymous removed

comment:2 Changed 16 years ago by Alec Thomas

What database are you using?

comment:3 Changed 16 years ago by mika

Sorry - fogot to mention - I'm trying to query trac-hacks.

comment:4 Changed 13 years ago by osimons

Resolution: worksforme
Status: newclosed

The 0.10 version of the plugin previously in use at trac-hacks.org has been disabled, and it is neither safe to use nor supported/updated. Please try with a newer Trac + RPC installation.

I see no reason to keep this ticket open.

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.