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

Login form Blank

Guest
Mar 15, 2009 Mar 15, 2009

Copy link to clipboard

Copied

Hello everyone,
I have created a Basic Login form in DWCS3 and what i am getting is a blank page with no user name password box just blank page.
TOPICS
Server side applications

Views

498
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

correct answers 1 Correct answer

LEGEND , Mar 16, 2009 Mar 16, 2009
r2ks2000 wrote:
> David thank you for your Response,
> yes it was created with DW Cs3 i just tried to recreate the samething DW 8 and
> i get the same Thing a blank page and
> @@UrlFormat@@('Connections/myserver.php'); i do not understand what you mean
> by serious problems with my Dreamweaver installation.

It should not use @@UrlFormat@@, but require_once. Also, all the
variables begin with $FF_. They should begin with $MM_. Towards the end
of the script, there are a couple of calls to s...

Votes

Translate
LEGEND ,
Mar 16, 2009 Mar 16, 2009

Copy link to clipboard

Copied

r2ks2000 wrote:
> Hello everyone,
> I have created a Basic Login form in DWCS3 and what i am getting is a blank
> page with no user name password box just blank page.
>
>
> <?php
> @@UrlFormat@@('Connections/myserver.php');

That code was not created by Dreamweaver CS3. Or if it was, you have
serious problems with your Dreamweaver installation.

--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com

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
Guest
Mar 16, 2009 Mar 16, 2009

Copy link to clipboard

Copied

David thank you for your Response,
yes it was created with DW Cs3 i just tried to recreate the samething DW 8 and i get the same Thing a blank page and @@UrlFormat@@('Connections/myserver.php'); i do not understand what you mean by serious problems with my Dreamweaver installation.
if that is the case than my DW 8 on anoth machine is Corrupt also ??
Thank you for your help

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
LEGEND ,
Mar 16, 2009 Mar 16, 2009

Copy link to clipboard

Copied

r2ks2000 wrote:
> David thank you for your Response,
> yes it was created with DW Cs3 i just tried to recreate the samething DW 8 and
> i get the same Thing a blank page and
> @@UrlFormat@@('Connections/myserver.php'); i do not understand what you mean
> by serious problems with my Dreamweaver installation.

It should not use @@UrlFormat@@, but require_once. Also, all the
variables begin with $FF_. They should begin with $MM_. Towards the end
of the script, there are a couple of calls to session_register(). This
is a deprecated function that hasn't been used by Dreamweaver since
version MX 2004.

There are other errors in the script. So many, indeed, that I don't see
how that code can have been created by Dreamweaver CS3. Go to the Help
menu on a PC (or the Dreamweaver menu on a Mac) and select About
Dreamweaver. Click the scrolling display once to reveal the Build
Number. What does it say?

--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com

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
Guest
Mar 16, 2009 Mar 16, 2009

Copy link to clipboard

Copied

LATEST
Thank you Dave
I recived a extension from a friend to try and i found that was the Problem removed it all is well thank you so much
the script was from felixone.it and yes it was causeing all that wiered stuff

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