it's probably a linux security issue... perhaps the file/folder did not get it's access properties set properly. try doing a chmod 777 on the folder and files in it. (your ftp program probably can do this.)
Main Topics
Browse All TopicsHi,
I have GoDaddy hosting (Economy host-Linux) with CFMX7. I am trying to move a site there with cf includes, querysims but i keep getting error messages. The site is at ip 208.109.201.38, if you click the red box you will see error message amd problem i have.
Does anyone know if there is a problem with GoDaddy or if there is another host that I will not have problems with cf includes. Also i have news script that pulls from an Access Database.
This question is in progress.
Our experts are working on an answer right now.
Sign up for immediate access to the solution once it becomes available.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
This is an old subject but I feel I have to post a solution to this problem. The solution lies with Godaddy. This is a server config issue regarding the server your site resides on. Some are configured correctly and some are not. It may take you 3 or 4 e-mails to get it corrected but eventually they escalate the issue to someone who knows what they are doing. A sales weasel tried to tell me it was a scripting error and that they could not help me the first go around. Of course it is not! If you ever get a "Security - Access Dienied" error via ColdFusion on Godaddy, it is a server issue.
Not sure but check this CF Includes syntax in your code.
http://www.quackit.com/col
Regards,
vijay kadadi
Business Accounts
Answer for Membership
by: trailblazzyr55Posted on 2007-05-30 at 15:18:05ID: 19183960
I don't think it's the cfinclude that's causing issues, perhaps its the queries you have in them that are the issue. Have you tried copying the code from a cfinclude on a page where you suspect a cfinclude is causing and issue and pasting the code directly where the cfinclude is, in a sense just including the code yourself w/out the cfinclude to see if its the actual code? Also have you tried running any of the queries that are in the cfinclude to see if they actually work.
-tb55