One note on the displaySystemFU. The friendly url should be an <cfoutput> call. At least, that is how I understand it and it seems to work for me. So in your case it looks like you need:
<cfoutput>/go/article/#DateFormat (stObj.publishDate,'yyyy')#-#DateFormat(stObj.publishDate,'mm')#- #DateFormat(stObj.publishDate,'dd')#-#stobj.title#</cfoutput> That said, it appears that somehow the title and the webskin are getting confounded. Can you maybe post the code that actually paginates the article? Maybe that would help... Tomek On Thu, May 28, 2009 at 1:56 PM, smika <[email protected]> wrote: > > Dear friends, > > we are having trouble with paging of body with 5.1 friendly urls. We > have paging created for the article, so in case if article is long is > being break to equal pieces. > > It was working perfect for 5.0, but now it gives error like this: > > Parameter 1 of function IsDefined, which is now > application.stcoapi.ctArticle.stWebskins.2009-05-02-atom-egoyan-talks- > about-his-new-film-adoration.path, must be a syntactically valid > variable name. > > COLUMN 0 > ID CF_CFPAGE > LINE 391 > RAW_TRACE at > cfcoapiadmin2ecfc255712704$funcGETWEBSKINPATH.runFunction > (E:\webs\reporter.am\wwwroot\test\farcry\core\packages\coapi > \coapiadmin.cfc:391) > TEMPLATE E:\webs\reporter.am > \wwwroot\test\farcry\core\packages\coapi > \coapiadmin.cfc > TYPE CFML > 2 > arguments - struct > COLUMN 0 > ID CF_TEMPLATEPROXY > LINE 678 > RAW_TRACE at cffarFU2ecfc163479814$funcPARSEURL._factor4(E:\webs > \reporter.am\wwwroot\test\farcry\core\packages\types\farFU.cfc:678) > TEMPLATE E:\webs\reporter.am > \wwwroot\test\farcry\core\packages\types > \farFU.cfc > TYPE CFML > > We have created displaySystemFU.cfm with piece in it like this: > <cfset friendlyURLString = "/go/article/#DateFormat > (stObj.publishDate,'yyyy')#-#DateFormat(stObj.publishDate,'mm')#- > #DateFormat(stObj.publishDate,'dd')#-#stobj.title#"> > > You can check it at: > > http://www.reporter.am/go/article/2009-05-02-atom-egoyan-talks-about-his-new-film-adoration > > Please help > > Mika > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
