Modify ↓
      
        #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 18 years ago by
| Cc: | mladen@… added; anonymous removed | 
|---|
comment:2 Changed 18 years ago by
comment:4 Changed 15 years ago by
| Resolution: | → worksforme | 
|---|---|
| Status: | new → closed | 
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.
Note: See
        TracTickets for help on using
        tickets.
    



What database are you using?