I guess I'd like to try to move to 4.0 then... The only worries I have are, will I be able to implement 4.0 in the same way I'm trying to do now? With the non-standard setup? I've already lost about 2 days of work trying to get this set up and kind of need a smooth setup.
Thanks again. modius wrote: > > > On May 3, 2:03 am, xzistance <[EMAIL PROTECTED]> wrote: >> I did a search for plpstoragepath in both the web application template >> files >> as well as the core path, but couldn't find it. I did find in >> farcry_core\tags\farcry\_config.cfm a setting of >> application.path.plpstorage, but it appears to be relative to >> application.path.core. >> >> Can you provide an example of what I need to "reset" in >> _serverSpecificVars.cfm? I'd like to avoid resetting up a completely >> different version of FarCry (4.0) if I don't have to. > > This is an example fro the dmHTML edit handler: > <widgets:plp > owner="#session.dmSec.authentication.userlogin#_#stObj.objectID#" > stepDir="/farcry/core/packages/types/_dmhtml/plpEdit" > cancelLocation="#cancelCompleteUrl#" > iTimeout="15" > stInput="#stObj#" > bDebug="0" > bForceNewInstance="#url.killplp#" > r_stOutput="stOutput" > storage="file" > storagedir="#application.path.plpstorage#" > redirection="server" > r_bPLPIsComplete="bComplete"> > > Note the reference to storage path. Dump it and see what's in > application.path structure. There may be an old persistent bug in 3.x > that doesn't properly flush or reset application.path.plpstoragepath. > If this is true, try a CF service restart to get that reset. > > If you have the choice moving to 4.0 is going to make life much more > fun. > > -- geoff > http://www.daemon.com.au/ > > > > > > -- View this message in context: http://www.nabble.com/Error-while-adding-content-tf3677856s621.html#a10305930 Sent from the FarCry - Dev mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
