"The_Cardinal" <webforumsuser@macromedia.com> wrote in
message
news:fjlqql$kv7$1@forums.macromedia.com...
> Hello,
>
> I am using Dreamweaver CS3 on a Mac running Apache 2.2.
I have installed
> PHP
> 5.2.4 and MySQL 5.0.45. I have tested these
installations and everything
> seems
> to be ok.
>
> I have created a site in DW which includes a login page
(login.php). It
> has a
> simple form on it which displays the username and
password fields and a
> submit
> button. If I display this page prior to adding the Log
In User behaviour
> it
> displays no problem.
>
> However, as soon as I add the Log In User behaviour the
page will not
> display
> in the browser. I have not modified the code added by
the behaviour.
Quick check for bug in code: does the page contain
session_start() after
adding the login behavior
Maybe your server might be configured to not show error
messages, and you
aren't seeing the error message.
> Can anybody shed any light on this? Is there any error
log I should
> provide?
Are you using a local testing server or hosting with a
company?
If the latter you can ask them if it's possible to display
the errors.
In either case if your HTTP server is Apache you may try to
control the
error display by editing an .htaccess or PHP configuration
file and
configuring the php error_reporting setting.
http://www.php.net/error_reporting
> Cheers