A very academic question:

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default A very academic question:

    I feel quite silly having to ask for help on what should be a very simple
    operation, but I can't seem to figure it out where to upload my files to? I
    mean, what is correct path syntax for uploading to the host server. I've been
    using Dreamweaver for the past 3 years, built quite a few sites - no problem.
    Now I'm giving CF 7 a spin, but I can't get my db to work, even when I put it
    in the CFIDE directory. It works fine on my local server, but not when I upload
    it to the host. Thanks for the help.

    I think that I'll really love CF, once I get it working properly.

    blu_sky Guest

  2. Similar Questions and Discussions

    1. Academic Version...missing windows?
      I have the academic version of adobe 's design collection before cs came out so that would make it version 10. When I use illustrator I am missing...
    2. Upgrading an academic version of PS6
      If I upgrade the academic version of PS6 with PS7 (for $149), does the academic window still come up when starting photoshop?
    3. Participate in Academic Research Study... and WIN A FREE PDA!
      Dear IT Professional: This survey concerns a research study on the network management software (NMS) market. This study is being conducted by...
    4. XP Pro Academic?
      Office is not a operating system as is xp professional. Office is a suite of applications for word, spreadsheet, presentation and database. ...
  3. #2

    Default Re: A very academic question:

    Where you put your sites on the server will depend on how they set up your
    domain. Normally on a shared server the CFIDE folder is completely locked
    out.

    Some hosts have the entry point at the root of the site, whereas others have
    a set up where it is one level up from the root so that databases can be
    stored outside of the root.

    Are you getting a specific error.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "blu_sky" <webforumsuser@macromedia.com> wrote in message
    news:d447vs$ofs$1@forums.macromedia.com...
    > I feel quite silly having to ask for help on what should be a very simple
    > operation, but I can't seem to figure it out where to upload my files to?
    I
    > mean, what is correct path syntax for uploading to the host server. I've
    been
    > using Dreamweaver for the past 3 years, built quite a few sites - no
    problem.
    > Now I'm giving CF 7 a spin, but I can't get my db to work, even when I put
    it
    > in the CFIDE directory. It works fine on my local server, but not when I
    upload
    > it to the host. Thanks for the help.
    >
    > I think that I'll really love CF, once I get it working properly.
    >

    Paul Whitham TMM Guest

  4. #3

    Default Re: A very academic question:

    I have full access to the site's root. The error message that I get is: "Error
    while processing request. Error Executing database Query. Data source not
    found".

    The Access db is in the root folder on the host. What am I doing wrong?

    blu_sky Guest

  5. #4

    Default Re: A very academic question:

    You need to get your host to create a data source name for you. Remeber when
    you created your data source in the CF Administrator. Well your host has to do
    the same thing.

    Ask them to create you one, if you are lucky they will let you use the same
    one that you defined locally. However, some hosts will supply you with one.

    That is why it is really a good idea to set your DSN in a variable in the
    Application.cfm so that you can change it site wide in one place.

    HTH

    Stressed_Simon Guest

  6. #5

    Default Re: A very academic question:

    Stressed_Simon wrote:
    > You need to get your host to create a data source name for you. Remeber when
    > you created your data source in the CF Administrator. Well your host has to do
    > the same thing.
    >
    > Ask them to create you one, if you are lucky they will let you use the same
    > one that you defined locally. However, some hosts will supply you with one.
    >
    > That is why it is really a good idea to set your DSN in a variable in the
    > Application.cfm so that you can change it site wide in one place.
    >
    > HTH
    >
    Also, if you can - get you host to allow you to store the Access DB
    outside of the root folder - and set the DSN there - that way, no-one
    can browse to the DB and download it.

    Cheers
    Brendon
    Brendon Guest

  7. #6

    Default Re: A very academic question:

    Thanks guys!!!! I got it to work with the info provided here and also with much help from my new host. As suggested, I had my host locate my db outside of the site's root. Thanks again!
    blu_sky Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139