Developers Toolbox Writing Bad PHP

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Developers Toolbox Writing Bad PHP

    I just installed the new Developers Toolbox. I used the Toolbox to insert a
    User Login form and after uploading the php page to the server I get the
    following error:

    Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting
    T_STRING or T_VARIABLE or T_NUM_STRING in
    /home/purpoadm/public_html/includes/tng/tNG_config.inc.php on line 33

    I am running Php version 4.5 on the server. What is the problem?

    Bob Sorenson

    SorensonMichigan Guest

  2. Similar Questions and Discussions

    1. developers toolbox problem has any one had this problem
      I am using developers tolbox to send details to a database it all works fine even uploading a text, pdf file to the server, but it is supposed to...
    2. Developers Toolbox
      I need to create a custom renaming option for file uploads. I need to overwrite an existing file, even if the name is exactly the same. I could use...
    3. Dreamweavers Developers Toolbox
      I'm using the developers toolbox creating user registration with the wizard. I have everything functioning except the activation and redirect form....
    4. Dreamweaver developers toolbox
      I can't work out how to purchase the DW Developers Toolbox! Clicking on the 'buy' link http://www.adobe.com/go/buy_addt just reloads the page. ...
    5. developers map
      hi, maybe this is a bit off-topic but is the map in the developer page dinamyc? if so, is taking data from a postgresql database? where can i...
  3. #2

    Default Re: Developers Toolbox Writing Bad PHP

    I found the problem. I had specified an invalid parameter.

    All Fixed.


    SorensonMichigan 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