http error 0 occurred php file extension not

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default http error 0 occurred php file extension not

    While trying to debud a script error, I tried to use the "Live Data View" and
    received the following error;
    -----------
    http error 0
    .php file extension s are not being executed by the testing server
    --------
    Any suggestions?
    Thanks in advance



    php4u Guest

  2. Similar Questions and Discussions

    1. An unknown error occurred in the Contribute file statemanager
      When trying to create a page from a pre-set template in Contribute 1, I get the message An unknown error occurred in the Contribute file state...
    2. HTTP error: could not PUT file - pls help
      Hi, pls need help with following problem: Settings: WinXP ColdFusion MX 6.1 server on localhost URL: http://127.0.0.1/8500 javascript...
    3. BTTMIB AGENT, An error has occurred.<P> <B><H3>HTTP/1.0404 Object Not Found
      Our application.,log is filled with the error message "BTTMIB AGENT, An error has occurred.<P> <B><H3>HTTP/1.0 404 Object Not Found" we have...
    4. Post file to ASP.NET causes HTTP 500: Internal Server Error
      Hi all New to ASP.NET and liking it so far, but now I'm getting desperate. I've developed a very simple website with two pages. The first one...
    5. System.Net.WebException occurred in system.web.services.dll - HTTP status 405: Method not allowed.
      Hi, Have anyone ever encountered an exception error: The request failed with HTTP status 405: Method not allowed when trying to remotely invoke a...
  3. #2

    Default Re: http error 0 occurred php file extension not

    php4u wrote:
    > While trying to debud a script error, I tried to use the "Live Data View" and
    > received the following error;
    > -----------
    > http error 0
    > .php file extension s are not being executed by the testing server
    > --------
    > Any suggestions?
    > Thanks in advance
    >
    >
    >
    Not to be facetious, but it's explained by he error message.

    Your testing server is not executing .php files. You need to look into
    how your server is set up and confirm whether it is configured to
    execute PHP files... unfortunately, this is not the right forum to
    answer questiosn about webserver configurations or PHP files

    Best of luck

    Dan
    Dan Rumney Guest

  4. #3

    Default Re: http error 0 occurred php file extension not

    Remember to check your code --- I had a similar problem and it was just a problem in my code --- If dreamweaver has a problem running the php, it assumes it was a server error...

    I would start by just trying to echo something...
    Unregistered 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