Hi all,
I have built a new site, and I’m being plagued with an error in the logs which occurs whenever the page is loaded, and my error log becomes huge.
The error is:
[2024-10-04 15:41:28] (ERROR @ /home/site/public_html/core/src/Revolution/modX.php : 1072) `` is not a valid integer and may not be passed to makeUrl()
I found by process of elimination (not very technical - just deleting parts of the template until the error stopped showing!) that it was being caused by this line of code:
[[!tagLister? &tv=`country` &tpl=`tagSelectTpl` &sortBy=`tag` &sortDir=`ASC` &limit=`100`]]
I wondered if it was from within the tpl listed above, so i deleted the contents of that, but the error still shows - so it must be the above tagLister call. But I cannot see anything wrong with it?
Can anyone point me in the right direction at all?
Thanks in advance!
Andy