- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Cannot resolve property "[missing {{token}} value] in Custom module
02-13-2019 12:22
Hi, I found this post here:
but it didn't really help me with the issue.
I have a carousel module which draws in data from a hubdb table. This works, but once I try to query for a specific category (dropdown in the hubdb), I get the error:
Cannot resolve property "[missing {{token}} value]
with no explanation on what the error actually is.
I had a chat with support and they were a bit stumped as well so I've come here looking for answers.
<ul> {% for row in hubdb_table_rows(<tableid>, "&category="~module.category) %} <li class="carousel-item"> </li> {% endfor %} </ul>
The Category variable is set to 1, 2, 3, 4 etc which corresponds to the select options in the hubdb column. If I change the module.category to just a number, it works and lets me publish.
I can preview the module and it all works, but it refuses to let me publish stating the error mentioned above.
Any help on this will be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content