Copy link to clipboard
Copied
I have a customer that used setLocale("es_VE") in there Application.cfc and they were getting an error that stated they did not have access to CFIDE\scripts\ajax\messages\cfmessage_es_VE_.js I understand that the sandbox had not be configured to allow access to this file but I was wondering can any explain what coldfusion was doing that it needed access to create a seperate file in that folder? The only thing I can think of is it creates a second cfmessage.js file that was in a different language?
Copy link to clipboard
Copied
Coldfusion have stored messages required in ajax operations in here. You can copy the cfide folder (without admin folders) to the root of the site and give it a try.
Copy link to clipboard
Copied
We have created a d:\inetpub\wwwroot\CFIDE that we allow many sites access to but it seems that the sandbox permissions do not allow access for coldfusion to create files in this folder only on the c:\ does that cause an issue?