Copy link to clipboard
Copied
Hello,
I am working on my first PHP website and am getting an error. WHen I try to preview a website that has a repeating region, I get the Http 500 error - internal server error.
PHP seems to be working fine as when I run phpinfo();, it does show all the detailed info. Also, when I make the connection and recordset in DW everything works as it should. Its just when I preview the page that it doesn't load the data. I know it has to be something simple, but I don't know what it is.
I am using IIS 7.5 on a Win7 Pro machine.
Thanks for the help!
Copy link to clipboard
Copied
Is your browser showing only "friendly" error messages? If that's the case, disable that so the error message will display detailed error info. That will help to troubleshoot.
Copy link to clipboard
Copied
Yeah, I've tried looking at those things. I am a local administrator to the machine so its not a permissions issue. It also suggested installing the .net extensiblity features which is what is already installed, so I am stumped.
Copy link to clipboard
Copied
Just to make sure we're talking about the same thing, we may be but not sure -
You should be getting a more detailed error in the browser than simply the 500 error - is that the case and if so, what is the exact error message? Sorry if I'm not understanding this correctly.
Copy link to clipboard
Copied
Yes, there are a lot of details. Here is the exact page:
Error Summary
Copy link to clipboard
Copied
Look at the values for Requested path and Physical URL. They're pointing to temporary files. In Dreamweaver, open Preferences from the Edit menu, and select Preview in Browser from the Category list on the left. Deselect the the option to preview using a temporary file. Click OK.
When working with dynamic files, you should always use the real file, not a temporary one.