Skip to:
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
Duplicates
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