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. Thanks for your help. modius wrote: > > > On May 2, 9:26 am, xzistance <[EMAIL PROTECTED]> wrote: >> Everytime I try and add new content, it appears that it's trying to write >> to >> a relative location, which is not there. >> My farcry_core is located in c:/farcry. >> >> Here are my application.path vars: >> application.path.project = >> "C:\Inetpub\wwwroot\portent_dev\Andy\<projectName>"; >> application.path.core = "C:/farcry/farcry_core"; >> >> Here's part of the stack trace: >> Detail The cause of this exception was: >> java.io.FileNotFoundException: >> C:\Inetpub\wwwroot\portent_dev\Andy\farcry_core\plps\plpstorage\admin_49F14F64-CF1B-FADA-89D4F80BD5D0BBA4.plp >> (The system cannot find the path specified). >> Message An error occurred when performing a file operation WRITE >> on file >> C:/Inetpub/wwwroot/portent_dev/Andy/farcry_core/plps/plpstorage/admin_49F14F64-CF1B-FADA-89D4F80BD5D0BBA4.plp. > > Yeah.. you need to take a hunt about for a global var called > plpstoragepath. It should be a path that is relative to the > application.path.core variable but heh looks like its not. Resetting > that in _serverspecific vars will fix the problem. Incidentally so > would upgrading the solution to FarCry 4.0 which uses the database to > store wizard session data. > > -- geoff > http://www.daemon.com.au/ > > > > > > -- View this message in context: http://www.nabble.com/Error-while-adding-content-tf3677856s621.html#a10288507 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 -~----------~----~----~----~------~----~------~--~---
