If I call this from a page as it works.
[[LatestComments? &count=`3` &tplComment=`tpl-comment`]]
If I call it from inside chunk as:
[[LatestComments? &count=`3` &customFields=`name,website` &tplComment=`tpl-comment`]]
I get a error
PHP error debug
Error: mysql_query() [function.mysql-query]: Access denied for user ’apache’@’localhost’ (using password: NO)
If I call as :
[!LatestComments? &count=`3` &customFields=`name,website` &tplComment=`tpl-comment`!]
I get [[LatestComments? &count=`3` &customFields=`name,website` &tplComment=`tpl-comment`]] in my chunk.
Anyone have any suggestions?