I've setup the site-wide missing page handler to point my 404 page, error_404.cfm.
I put in the relative path (i.e. "/error_404.cfm"), and it says it's successfully updated. However, when I go to a page that doesn't exist, I'm still getting the coldfusion missing page error.
Any ideas why...
For example, if somebody wanted to create a custom url that was like www.mysite.com/username.
I don't want to have to create a real directory for every person. Is there a way around this?
Thanks for your help!
I've got a website that's currently experiencing a lot of growth.
Aside from moving to a bigger server, what else can I do to keep it running fast? We also host a lot of files.
Hello all,
I'm trying to write a script that can sync my database on my website with one hosted on another server. I have all the necessary login information for both databases and severs, but what is the method I would use to connect and do queries on the outside database?
Thanks in...
Hello,
I have a mysql database setup and the character set is UTF-8. Non-Latin letters appear as question marks. How can I fix this without messing up my database?
Thanks in advance for your help!
I've got a web app that runs on MySQL and CF. The hebrew displays correctly in phpMyAdmin, but when outputted by a simple query, it displays as "???? ?? ??".
The character set is UTF-8 Any ideas?
I'm trying to get Coldfusion 7 setup on a GoDaddy virtual dedicated server, and I'm having a ton of trouble getting all the permissions and stuff correct. It's running on windows 2003 with IIS.
First it wouldn't even let me access the colfusion administrator, i got the error "401.3 Access...
Hello all. I would like to make a search from that checks the input against a database and gives a dropdown list of suggestions via ajax. Does anybody know how to do this or know of any resources? I would greatly appreciate it.
Hey everybody. I've got a website that I'm making, and I'm not sure how to make it completely secure, but a lot of the information is very sensitive. Here's the setup right now:
A user logs in with his username and password, then two cookies are added. A cookie with the username, and a cookie...
Ok, I'm trying to set up an application that has a page on it that only gives the user a certain amount of time to submit a form. If the user does not submit the form before the timer runs out, the timer sends the user to a different page. Is there any way to do this with coldfusion?
Help would...
Ok, so say I have a database with a table for group members, and another table for attributes for the group members. Each group member can have multiple attributes.
So I want to make a page with a form that has a text field for every group member for a specific attribute. I did this with a...
Whenever I run this SQL I get the error: A table must have at least one column. What is wrong with it?
CREATE TABLE infoTable {
infoID Integer not null auto_increment,
urlprefix varchar(100),
name varchar(100),
fullurl varchar(100),
email varchar(100),
picdes Text,
direc Text,
dirlen...
Alright, so I'm looking to build a website that will have a lot of users. In the past I've always used access, but I have been reading things saying it will not work with a lot of users all at once. So I've already built my beta version with access, and so how do I switch to a microsoft sql...
Ok, so I've got a cfform and i'm using cfcalendar to generate a flash calendar. I had this working before, but I had to reformat my server, and now its not working. Everytime I go to the page I get the error in ie 7 "lc_id is undefined"
I've read on the internet that you just need to copy CFIDE...
I have a page that loads data from a specific database row based on a url variable (i.e. www.mypage.com?id=5 pulls up row 5). I want to convert the html that is outputted by the server into its own specific page such as www.mypage.com/row5.htm . Is there any way to do this (besides manual copy...
I've got a simple coldfusion form, with a cfinput type=text and validateat="onsubmit" and validate="email" and required ="yes".
But it will not validate onsubmit, nor onblur. It will only work for onserver. Why is it doing this? Any ideas?
Thanks!
Alright, I got one for you hardcore coders:
I'm making a site where clients can create custom pages and can define their own directories (i.e. www.domain.com/mydirectory ), so they can give an easy link for other people to find. I have a form where clients can enter their desired directory...
I have a page that generates a form with dynamically named checkboxes. I need a way to figure out which check boxes were checked. Anyone know of a way to do this?
Just think of a simple database of names:
John
Joe
Frank
Fred
Alex
Each name has a checkbox next to it. There is a submit form at...
I'm trying to let a user upload a picture to my website. It works fine right now, I just want to add a few things. I am using cffile and an access database.
I want to know if there is a way to make a maximum file size that the user can upload, as someone could upload a 20mb picture and waste a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.