There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-859c5574-b80f-4f61-b99d-3593e6de0647 XWIKI-23026 Open

Error when sorting by "Creation date" or "Last modification date" in Document Tree macro that prevents displaying the documents

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-f28724aa-0fcf-4d9f-9382-00c69eeabaac Nikita Petrenko on 01/Apr/25 10:23
 
Same result, but with PostgreSQL 17.2 and different error as cause is in PSQLException.


{code:none}
2025-04-01 11:21:01,454 [http-nio-7635-exec-10 - http://localhost:7635/xwiki/bin/get/Main/WebHome?] WARN  o.h.e.j.s.SqlExceptionHelper   - SQL Error: 0, SQLState: 42703
2025-04-01 11:21:01,455 [http-nio-7635-exec-10 - http://localhost:7635/xwiki/bin/get/Main/WebHome?] ERROR o.h.e.j.s.SqlExceptionHelper   - ERROR: column "hidden" does not exist
  Position: 297
2025-04-01 11:21:01,470 [http-nio-7635-exec-10 - http://localhost:7635/xwiki/bin/get/Main/WebHome?] WARN  .n.ChildDocumentsTreeNodeGroup - Failed to retrieve the children of [wiki:xwiki]. Root cause [PSQLException: ERROR: column "hidden" does not exist
  Position: 297].
{code}