Ticket #2356 (closed defect: worksforme)

Opened 5 years ago

Last modified 2 years ago

getRecentChanges returns error

Reported by: mika Assigned to: athomas
Priority: normal Component: XmlRpcPlugin
Severity: blocker Keywords: getRecentChanges xmlrpc wiki
Cc: mladen@hixnet.co.za 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

Change History

01/07/08 09:00:03 changed by mika

  • cc set to mladen@hixnet.co.za.

01/07/08 09:50:39 changed by athomas

What database are you using?

01/07/08 10:22:41 changed by mika

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

03/02/11 05:41:51 changed by osimons

  • status changed from new to closed.
  • resolution set to worksforme.

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.


Add/Change #2356 (getRecentChanges returns error)




Change Properties
Action