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”
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()>
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.