Copy link to clipboard
Copied
Im using dreamweaver cs4, and I've connected it to a database which is Wampserver 2.1 using PHP
when i put the server behavior/user authentication/login/ I succesfully make it, but when I test the page, it says, an the connection to localhost was interrupted, help me pls
Copy link to clipboard
Copied
First, try to make that page come up again, click on Apache-->Apache Error Log. Look to that time for the Apache error. Also open PHP.ini from the system tray icon and make sure that "error_reporting" is set to "error_reporting = E_ALL ". That "error_reporting" should come up 2x in the search, the first is the instructions and the 2nd is the live command turning on error reporting if it is not already on. Then we are going to need to see the source code and the error from the log in order to help you.