Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Dreamweaver User Authentication

New Here ,
Nov 07, 2011 Nov 07, 2011

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

TOPICS
Server side applications

Views

583
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 07, 2011 Nov 07, 2011

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines