Forum Discussion
OlivierS
Lithium Alumni (Retired)
micha80 where are you getting the error? This worked fine for me on our test instance:
<#assign LiQL_User = "SELECT * FROM users WHERE id = '19'" /> <#assign authors = restadmin("2.0","/search?q=" + LiQL_User?url).data.items![] /> <#list authors as author> ${author.id} ${author.first_name} </#list>
micha80
10 years agoExpert
Hi Olivier,
thanks for the reply. I'am getting this error when I use the custom component on a TkbCategoryPage. I am logged in as a administrator and I am working on the stage system.
Should I make a support ticket with detailed info about how to get this on our stage system?
Kind regards,
Michael
Related Content
- 3 months ago
- 5 years ago
- 3 years ago