Can anyone help or have I found a bug?
If I put the following command in a page it works fine:
Code: Select all
{CGUserDirectory group="Producers" summarytemplate="Summary_Farm_Gate" prop="availability" propval="Farm Gate"}
When I change the code to:
Code: Select all
{CGUserDirectory group="Producers" summarytemplate="Summary_Farm_Gate" prop="availability" uselike="1" propval="Farm Gate%"}
I receive the following error:
An example of the URL created for the "detail" link is:Error 406 Not Acceptable
An appropriate representation of the requested resource /index.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
index.php?mact=CGUserDirectory,cntnt01,detail,0&cntnt01group=Producers&cntnt01summarytemplate=Summary_Farm_Gate&cntnt01prop=availability&cntnt01uselike=1&cntnt01propval=Farm Gate%25&cntnt01uid=58&cntnt01returnid=109
The URL is created by the following code in the summary template:
Code: Select all
<a href="{$oneuser.detail_url}" title="{$onepropvalue}">{$onepropvalue}</a>
CMSMS 1.8.1
FEU 1.10.1
CG UserDirectory 1.2.4
Any help or advice would be very much appreciated.