Duplicate
Details
Assignee
UnassignedUnassignedReporter
AndrewMAndrewMFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
AndrewM
AndrewMFix versions
Affects versions
Priority
Created August 30, 2010 at 1:38 AM
Updated August 30, 2010 at 2:26 PM
Resolved August 30, 2010 at 2:26 PM
Friendly URLs (SEO) are being created but not used by skin:buildlink
requires the following code in farcry\projects\pslExtranet\config_serverSpecificVarsAfterInit.cfm
<cfset application.fc.factory.farFU.turnOn() />
NOTES:
/pingFU returns PING FU SUCCESS
When I go to object overview -> SOE I see the friendly URL
If I past the URL into the browser it works
code
<skin:buildLink objectid="#qrySession.speakerID#" linkText="#qrySession.speaker#" />
It shouldn't matter - but this is running on Railo
"Jørgen M. Skogås"
Strange...
One last tip from me, I think we are adding this to all our 6.x projects because the FUs fails to initialize on application start.
add this to your _serverSpecificVarsAfterInit.cfm (located in /farcry/projects/yourproject/config
<cfset application.fc.factory.farfu.turnon() />
And then ?updateapp=1