Issue when linking rendition to URL

We are getting an error when linking a rendition to a URL. No issues when converting to MPEG, MP4, etc… but when we try to add additional linking to URL we get a failure. We are converting from 1_6_5 from 1_6_2.

Diagnostics line in error:
Detail: Error at line 1, column 27
Error occurred while processing element (CFINCLUDE) on line 33 column 1
in template file “/opt/razuna_tomcat_1_6_5/tomcat/webapps/razuna/raz1/dam/index.cfm”

Message line: arguments.thestruct.prefs doesn’t exist.

The message line differs each time we perform this action. Can someone please advise or help diagnose what the issue may be??

Hi,
This issue has already been addressed and will be fixed in the upcoming 1.7 release.

Is there any fix in 1.6.5??

If you have your own Razuna install then to fix it in the interim you can modify the file /tomcat/webapps/razuna/global/cfc/global.cfc and change the line

<cfset arguments.thestruct.prefs - structnew()> to
<cfset arguments.thestruct.prefs = structnew()>

and it should fix the issue for you.

I am sorry but I don’t see what to change the line to? Please provide what line to change and what exactly I need to change it to. Your help is greatly appreciated.

Changed the lines to code (see last reply). For some reason it blanked out in regular text.

Looks like it works - we will utilize this until 1.7 is released. Much appreciated