Skip to main content
Participant
January 30, 2009
Question

cfcompile problem

  • January 30, 2009
  • 1 reply
  • 655 views
I’m trying to use cfcompile but so far have had no luck, everything works locally but by the time I move it to an online server and I get

Error Occurred While Processing Request
unexpected constant #2 36

Am I doing something stupidly wrong? And suggestions would help.

Thanks
J
    This topic has been closed for replies.

    1 reply

    Inspiring
    January 30, 2009
    > Am I doing something stupidly wrong? And suggestions would help.

    I suspect the server is running a different JVM than the one you used to
    compile the files.

    --
    Adam
    code-ukAuthor
    Participant
    February 1, 2009
    Hi thanks for that. Does this mean that CFcompile is not a very reliable tool? if the JVM is different or upgraded then the application could fail to work, is that right?

    I'm trying to package an application so the core code cannot be changed, in CF5/mx I had a good encrypt program that would encrypt all of the templates, but it does not work with CF7 Or CF8. I know that encrypting files in not a perfect solution, but it is an option. Is there a tool out the to encrypt an entire site in CF7/8?