Helo please, I follow this tutorial and can't make it to work:
flexicontent.org/documentation/f
... uthor.html
1 - create category AUTORS
2 - create type of item AUTOR
3 - add an item called ME
4 - open your user in the Autors list and assing it to the ME item
5 - create a menu item and list all AUTORS ITEMS
6 - create the field in the tutorial
7 - remove all links fron the cateogry config so the items cannot be linked
8 - in the template autors put the field in any place exept in the read only
9 - refresh the page and there is nothing there not even the label.
10 - in the backend I get this error in the item: Either the query is not valid or it doesn't return any rows
From what I can debug:
SELECT id AS value, name AS text FROM # __users WHERE user_id="{item->created_by}"
USER_ID does not exist rigth? How can I fix this?