Hi, I'm running two Magnolia environments (one for testing and a productive one, both 4.5.2 CE). Now on my testing installation my script is working fine. On the other (productive) environment I get an templating error even though I copied everything from the good working testing environment.
My Script: [code] <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="cmsfn" uri="http://magnolia-cms.com/taglib/templating-components/cmsfn" %> <c:set var="imageLink1" value="${cmsfn:linkForWorkspace(content.image1,content.image1DmsUUID)}"/> <c:if test="${cmsfn:isPublicInstance()}"> <c:set var="imageLink1" value="${fn:replace(imageLink1, 'magnoliaPublic', 'content')}" /> </c:if> [/code] And here's what fails on the productive system only (from catalina.out): http://pastebin.com/ANtEjBCW You see, the error is "Problems calling function 'cmsfn:linkForWorkspace'". But why is it working on the testing system? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=4b4c11e4-6a13-42a8-bb95-a1423f93b1cd ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
