You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thofrey edited this page Jul 23, 2013
·
2 revisions
This is not a Mach-II problem, but how CFML engines and url paths work. By default, most CFML engines use relative paths (e.g. append a path to the current path in the url), however when you're using SES Urls they get confused where certain scripts are located. Try using the scriptSrc attribute in your <cfform> tag that points to the location of the /CFIDE/scripts/ directory. You may have to copy these files to a know location in your website if on shared hosting or setup an a directory alias if you have control of your own server.