Element DS is undefined in APPLICATION.

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Element DS is undefined in APPLICATION.

    Hi Everyone - Finally got to the upload stage. uploaded to my host - mx7 ok.
    [url]www.healthhokkaido.com[/url]
    I get this Element DS is undefined in APPLICATION.
    not quite sure what it means but i know that my db are not working
    I uploaded them and im sure i have referenced them properly
    Any Ideas or help most appreciated
    btw im new to the game so please keep the answers to my level (lol - yeah i
    know)

    Regards
    MArk

    quiero mas Guest

  2. Similar Questions and Discussions

    1. Element is undefined
      I get the message Form Element TXTSEARCH is undefined with this code: <cfset Session.Description = #Form.txtSearch#> I have a textbox called...
    2. Element DS is undefined in APPLICATION
      I have followed all the advice from a previous thread but now i get a new error link: www.healthhokkaido.com Element DS is undefined in...
    3. Undefined element in form - Please Help
      I keep on getting a message displayed stating that I have an undefined element in a form - I have checked and everything looks OK - did a <cfdump>...
    4. Undefined element in form
      I keep on getting a message - Element STARTTIME_HOUR is undefined in FORM ??? I have checked everything that I can think of and can see...
    5. Element <VARIABLE> is undefined in URL
      Hi All, I can't seem to remember how to stop the error "Element DOCTYPE is undefined in URL". I am using the following code but I can't solve...
  3. #2

    Default Re: Element DS is undefined in APPLICATION.

    Sorry everyone better give some more info
    im using ms access database - on a japanese os
    and i stuffed up the link is actually this one
    <a target=_blank class=ftalternatingbarlinklarge
    href="http://healthhokkaido.com/files/index.cfm

    Thanks">[url]http://healthhokkaido.com/files/index.cfm[/url]

    Thanks</a> for your help
    desperate NOOB

    quiero mas Guest

  4. #3

    Default Re: Element DS is undefined in APPLICATION.

    quiero mas wrote:
    > Thanks">[url]http://healthhokkaido.com/files/index.cfm[/url]
    i see a different error: " Error Executing Database Query.
    [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft
    Access Driver] Selected collating sequence not supported by the operating system."

    either japanese access on non-japanese OS or vice versa. what driver are you
    using? the plain access on or access for unicode?

    your encodings are also messed up, the page comes up as utf-8 (as in your your
    meta header) but there appears to be some shift_JIS on that page which shows as
    mojibake until you swap the browser's encoding.
    PaulH *ACE* Guest

  5. #4

    Default Re: Element DS is undefined in APPLICATION.

    access on japanese os (xp)
    developers cf mx7
    unicode
    yeah bit bifuddled actually

    sorry for the multiple encodings was tring to find the solution
    I'm pretty new to this

    Any help most appreciated
    Mark




    quiero mas Guest

  6. #5

    Default Re: Element DS is undefined in APPLICATION.

    quiero mas wrote:
    > access on japanese os (xp)
    can you change the collation or version of access? sorry to be so general, i
    haven't used in access in years.
    > unicode
    what encoding is the data in the db? you might want to use that as app's
    encoding. i guess since the japanese language pages are shift_JIS that should be
    the app's encoding. and since it's probably not unicode, might try the "normal"
    access driver.
    PaulH **AdobeCommunityExpert** Guest

  7. #6

    Default Re: Element DS is undefined in APPLICATION.

    send us the fonts (in TTF)
    my host sent the above mail

    the wierd thing is if you check <a target=_blank
    class=ftalternatingbarlinklarge
    href="http://healthhokkaido.com/files/OSHIMI_Greeen_Tea.cfm
    even">[url]http://healthhokkaido.com/files/OSHIMI_Greeen_Tea.cfm[/url]
    even</a> the Q marks in the english are mojibake

    I cant change the encoding for some reason - access wont give encoding options
    in web options

    im using access 2000 maybe



    quiero mas Guest

  8. #7

    Default Re: Element DS is undefined in APPLICATION.

    quiero mas wrote:
    > send us the fonts (in TTF)
    > my host sent the above mail
    ?? fonts?

    > even">[url]http://healthhokkaido.com/files/OSHIMI_Greeen_Tea.cfm[/url]
    > even</a> the Q marks in the english are mojibake
    you're mixing encodings. did that text come from a word document? you need to go
    thru your editorial process & see what s/w was used & what encodings were used.
    you'll never permanently fix this unless you understand's what's happening.
    ideally you want 1 single encoding back to front. in multilingual cases that
    usually means unicode.
    > I cant change the encoding for some reason - access wont give encoding options
    > in web options
    what i meant was what encodings did you use to store the data?
    PaulH **AdobeCommunityExpert** Guest

  9. #8

    Default Re: Element DS is undefined in APPLICATION.

    THanks for all you help Paul.
    Ive had some progress
    I brought a html file from another site im working on. and put it into the
    site im having problems with. It was able to viewed fine even though its
    Japanese. So like you said no server fonts problem just encoding. Next I copied
    content from on of my problem pages and put into the file i had brought across
    - displays fine <a target=_blank class=ftalternatingbarlinklarge
    href="http://healthhokkaido.com/files/column_1.htm
    What">[url]http://healthhokkaido.com/files/column_1.htm[/url]
    What</a> is the next best step?
    should i find out the encoding for the page that works? and somehow convert
    all the others?
    Sorry for the lame questions im new to all this
    Best Regards
    Mark

    quiero mas 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