Skip to main content
Known Participant
August 6, 2010
Question

setLocale and .js files

  • August 6, 2010
  • 2 replies
  • 502 views

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?

    This topic has been closed for replies.

    2 replies

    Sin0cideAuthor
    Known Participant
    August 24, 2010

    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?

    Inspiring
    August 7, 2010

    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.