close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Login Page glitch

Thread began 12/29/2009 8:58 am by dev396590 | Last modified 12/31/2009 3:54 pm by Eric Mittman | 2697 views | 7 replies |

dev396590

Login Page glitch

Dear Friends,

We've successfully installed the User Reg solution, and everything works as it should, and renders perfectly — expect for the login page. (It works fine, but the Spry validation messages appear on page load.)

If anyone could take a moment to see if the source code reveals something we're overlooking, any help would be most appreciated. Here's the page:

users_LogIn.php

Thanks in advance!

Sign in to reply to this post

Eric Mittman

I have looked at your page and I can see the error messages. In the source code it looks like the spry validations that make these errors show has been triggered somehow. Do you get this result when you use the page in it's default format? Please test this out on the login page that has not been incorporated into your site. If you do not get the same result please post back and include a copy of this login page that you have and any other resources that I would need to test the page out locally.

Sign in to reply to this post

dev396590

Thanks so much for your response, Eric. Good thought! — here's the Login page sans the site's design template — and it appears fine.

users_LogIn_clean.php

Here's another sample interior page where (like all others), the form and template render perfectly:

users_Registration.php

I'll keep eyeballing the HTML, but if there is anything that jumps out at you, kindly let me know. Thanks again for your time and assistance. Greatly appreciated!

Sign in to reply to this post

Eric Mittman

Those parts seem ok to me, if you can please post back and include a copy of the bad form from your site as well as any of the css or template files I will need to see it like you have it on the server.

You can post back with these files in a zip archive and attach them to your response. I will take a look and do some comparing to see if I can spot the problem.

Sign in to reply to this post

dev396590

Please find zip file attached... Thank you very much, Eric. You're a lifesaver!

Attached Files
login-glitch.zip
Sign in to reply to this post

Eric Mittman

Ok, it looks like the problem is that you are missing a bit of code that occurs in the head of the document. Just after the </title> tag you should add in this code:

<link href="WA_SecurityAssist/styles/Refined_Pacifica.css" rel="stylesheet" type="text/css" />
<link href="WA_SecurityAssist/styles/Arial.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
<script src="SpryAssets/SpryValidationPassword.js" type="text/javascript"></script>
<link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.textfieldServerError {
display:inline;
margin:0px;
color:#CC3333;
border: 1px solid #CC3333;
}
-->
</style>
<link href="SpryAssets/SpryValidationPassword.css" rel="stylesheet" type="text/css">



I tested this with your page and was able to get the validation messages to show as they should when I put this code in just after the closing title tag.

Sign in to reply to this post

dev396590

Works like a charm! Thank you so much, Eric — your time and help saved the day. Happy New Year!

Sign in to reply to this post

Eric Mittman

Same to you, I'm glad that I was able to help. I should have seen this issue before but was not looking in the rite place I guess.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...