Send data complext to Net Webservice
Hello, I need to send array of array to Net webservice (rest) but the webservide respond the error: {"Exception":"Object reference not set to an instance of an object.","StackTrace":" I have an sample...
View Articlecfcompile
Cfcompile trashes my templates, using the syntax of in a DOS window: c:/coldfusion9/bin>cfcompile -deploy C:\coldfusion9\wwwroot C:\ColdFusion9\wwwroot\filestocompile...
View ArticleCrappy Mappings, ie, Crappings
So correct me if I'm wrong. I have a file structure that looks like this: models> framework>> alpha.cfcapplication.cfc I am executing from application.cfc. In it, I have created a mapping...
View ArticleMySQL query or CF code to “Flag” a group of query results based on a common...
I have the following query that looks up customer accounts:SELECT ACCOUNT_ID, SUBSCRIBER_ID, PKG_CODE FROM Accounts WHERE ACCOUNT_DESC LIKE'%Eye%' GROUPBY ACCOUNT_IDWhich gives me the...
View ArticleCF8 Enterprise migration to another hosting provider. Help with migration...
Hi there! We are running a CF8 Enterpsise on an older root Server (virtuozzo VM) and we need to switch to another provider (vmWare VM).We will probably need more then one month for the migration and I...
View ArticleMake Hyperlinks from URL
Request you to please help me with the Script "Make hyperlinks from URL". When I run this script its converting the URL to Hyperlink, but its changing the original URL text present in the Indesign...
View ArticleMultiple Hard Drive Mess!
Ok, so for the past 20 years I have been storing all my code and graphic files in three places:My Working Files & Folders on a local drive - mostly current projects.An Archive of all my code files,...
View ArticleHow to INSERT INTO a specific row?
I have a form with a calendar at the top, below it is a list of items each with a check box. Here is a wonderful visual of it - CalendarCheckbox | Col | Col | ColCheckbox | Col | Col | ColCheckbox |...
View ArticleHow to upgrade CF9 ( Linux - RHEL 6.0 ) to CF 10?
Hello, I have been unable to find any instructions on how to do an upgrade from CF9 ( Linux - RHEL 6.0 ) to CF 10. I have a CF10 full copy and license yet there does not seem to be an upgrade option...
View ArticleFont's for CFDocument PDF not consistent
I have identical CFM file's on 2 different servers which generate a PDF. I use a style tag like this:<style type="text/css"> td { font-family : Arial; color : Black; font-style :...
View ArticleInstalling on MacOS Maverics
Getting this message when installing the package. "Adobe ColdFusion 10" can't be opened because it is from an unidentified developer. Is there a workaround?
View ArticleColdfusion not outputting the entire page, cuts off output
http://leaguemanager.playerspace.com/json.cfm?json_type=league_roster& league=73&requesttimeout=99999&return_script=%2Fmanager_pro.cfm%2Fleag...
View ArticleColdFusion 10 / Splendor Security Lockdown Guide for Windows 2012
ColdFusion 10 Security Lockdown Guide is currently written for Windows 2008. Are there plans to update the document for Windows 2012?Will the new release of ColdFusion Splendor have a Security...
View ArticleCode being added to my web pages
On two occasions, someone has managed to insert what appears to be malware code into one of my includes. I won't post the actual code, but it consists of a CFHTTP tag that references an IP address,...
View Articlewhen will ColdFusion 10 (or higher) support apache 2.4?
Hello, I just installed ubuntu 13.10, and it comes with apache 2.4, which means the next LTS of ubuntu will include apache 2.4. I also read that Fedora 18 and up come with apache 2.4, and so RHEL 7...
View Articlebreak line
<cfset mystring ="Jonh, Doe"><cfset TheText = replace(mystring, ',', '<br>' , "ALL")><cfdump var="#TheText#"> why the results shows Jonh<br>Doe instead of JohnDo Can...
View ArticleCFContent and Internet Explorer 8
Hi - I was trying to use CFContent to serve a PDF . It worked fine in Firefox but not in IE 8. The problem turned out to be this code in our application.cfm (which we include alot) <!---prevents...
View ArticleUnexpected behavior in xmlparse, work-around found
If you read an XML file from another site like this: <cfset myDoc=XMLParse("http://72.250.245.94/videoshare")> <cfdump var = "#myDoc#"> the UTF-8 coding won't be handled correctly, and...
View ArticleCFGRID and datatype decimal, NULL not maintained.
I'll try to make it simple, but ask any questions if I need to explain further. I have a situation where fields in the database are datatype decimal. Some of these datatype fields are NULL, which is...
View ArticleCF10 database connection BLOCKED?? - JDBCPool.checkOut/checkIn
I am continuing to troublshoot some 503 issues with my new server. I recently enabled the Dump Snapshot feature inside Server Monitor and whenever I have an Unresponsive Server alert and I am seeing...
View Article