solaced
I am running CF10 on IIS 7.5 with URL Rewrite module installed.   All the rewrite rules work perfectly and ColdFusion is returning the correct pages. In order to get the page displayed in the…
in ColdFusion
happysailingdude
Hi - we've just upgraded from cf8 to cf9 and are getting a fair few of these errors - "Error Executing Database Query. Incorrect string value: '\xE2\x80\x8BWe ...' for column" as we try to insert a…
in Getting Started
happysailingdude
Hi chaps,   I've decided it's about time I started using cfform (3 mins in and I've already hit my first stumbling block!)   I want to have an autosuggest text input for users to choose a city. In…
in Advanced Techniques
happysailingdude
Hi - Following on from a recent post about how to strip our special characters from a string before insertion to the db I have found this Java code - my question is, how can I turn this into…
in Getting Started
happysailingdude
Hi, I've installed CF11 on Mac Mavericks.   What's the url to cfadmin?   http://127.0.0.1:8500/CFIDE/administrator/index.cfm doesnt work   and neither does…
in Getting Started
happysailingdude
1. create a task which uses the username password facility (eg run a page that requires authentication to reach) 2. save the task (check it runs ok) 3. go back in and change something (eg change…
in ColdFusion Server Administration
happysailingdude
Hi I'm suffering with this issue Bug#3506758 - MySQL 5.6 Unable to Execute Queries   and therefore am trying to update cf 10 to version 13 (current version is 8) however I get 'Error occurred while…
in ColdFusion Server Administration
happysailingdude
Hi everyone.   I'm trying to get 'name' from 'name@domain.com' using cf reg ex.   I've got this so far #rereplace('temp.emailaddress','[^@]+','')#   which is giving me @domain.com - but I want the…
in Advanced Techniques