ajax call redirects to adminstrator
I have an application that has been stable for a couple of years now and today a couple of our ajax calls are redirecting to cf administrator log in? any have this happen?? running CF10 u10 on win...
View ArticleRe: ESAPI validator in CF9.
Not yet but I manage to use the validator in my application. If you access to the servere you can cedit the validation.properties file.
View ArticleRe: ajax call redirects to adminstrator
Still don't know the root cause of this but, rebooting the production server cleared the issue.
View ArticleRe: Coldfusion Service will not start after reboot
@Anit_Kumar, Would you happen to know why this is a desired solution? Why did I have to copy that file? Why did the JVM not see it in the original directory?
View Articleold data in cfsearch dump
I have a cfsearch that is displaying a record that was deleted from the database weeks ago. I have run the code below and the record keeps coming up. What am I doing wrong? Here's the code:...
View ArticleMoving Coldfusion to new server
We are moving our websites from one server to a new one. We have installed Coldfusion Enterprise 8 on the new computer with the same license number. The 2 servers are supposed to be moved on Friday,...
View ArticleRe: Invalid Mimetype Detection for .xls file with CF10
I have the latest update 10 and I am seeing this issue as well.
View ArticleHow do you find out who did not contribute to a particular fund raiser that...
Using MYsql How do you find out who did not contribute to a particular fund raiser that we all just did. There are many titles to the different charities that is under the othpaytitle of the Otherpay...
View ArticleRe: How do you find out who did not contribute to a particular fund raiser...
Just guessing based on your query, and assuming the above query works, just insert a "where" condition. I also removed the SUM function. Also, "AND otherpay.othpaymoiid IS NULL" may not be needed....
View ArticleMigrated to CF9 and now have CFCACHE problems
I have been page caching on my site for years using this code: <cfcache timespan="#CreateTimespan(10, 0, 0, 0)#" directory="D:/websites/mysite/cache/" stripWhiteSpace="true"> This worked great -...
View ArticleThe web site you are accessing has experienced an unexpected error.
The web site you are accessing has experienced an unexpected error. Please contact the website administrator. The following information is meant for the website developer for debugging purposes....
View ArticleStop Duplicate E-mail Sending, How ???
Hello. Versions:CF8, MySQL 5.5.27 Database record fields:, FirstAttemptByCertNumber <-- same certification number, SecondAttemptByCertNumber, ThirdAttemptByCertNumber <-- same certification...
View ArticleRe: The web site you are accessing has experienced an unexpected error.
Hard to tell, it would probably be useful to see exactly what query you were trying to execute at the time, and the surrounding ColdFusion code.
View ArticleRe: Migrated to CF9 and now have CFCACHE problems
uh, you've not specified the directory attribute. So it'll only cache in memory, not by creating cached files.
View ArticleColdfusion 9 Directory Watcher
Hi, I am going to implement the directory watcher in my application. The web server is using standard edition of coldfusion. When I checked about the description of Standard edition features, I found...
View ArticleColdfusion : Developer Version
Hi, Can we use a developer version purely for development purpose? The code set developed using the developer version will be then moved to the live environment where the Standard edition is installed....
View ArticleRe: Coldfusion : Developer Version
Yes, you can use the developer version of coding to production.
View ArticleRe: Coldfusion : Developer Version
I am confused about the bolded point which is taken from the Adobe license agreement.(h) You shall not (A) use the Developer Version for any application deployment in a live or stand-by production...
View ArticleRe: The web site you are accessing has experienced an unexpected error.
Well, judging from the error message, you are doing in INSERT that has move items in the VALUES list than in the fields list. It appears that the Oracle driver isn't as friendly as the MS SQL driver...
View ArticleRe: Coldfusion : Developer Version
I think the usage of the word "deploy" in the EULA is incorrect. The CF server doesn't deploy code, it serves it. Well certainly int he context they are using the term here. To be very clear: the...
View Article