close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Unique DB value validation not working

Thread began 4/16/2012 9:08 am by evansg7124312885 | Last modified 5/20/2012 11:40 am by evansg7124312885 | 1164 views | 3 replies |

evansg7124312885

Unique DB value validation not working

Good morning,

I have 2 values that I need to keep unique, user email and user screen name. I have tested both separately and got 2 surprises:

1: I expected page to show the "show if" regions for each validation failure. The other form element validations are working fine, but they are different validation types.

2: I will later set up DB to keep these columns unique, but each new record that I expect to be caught by the validation are each loading in the users tables.

I had this problem once before and was able to correct by removing and then adding validations, it's not letting me off so easy this time.

I am using Mac 10.7.3, DW5.5, and the latest version of Security Assist 2. SA 2 was the last extension installed.

I have attached a zip of the file I am working with. I will be creating a similar page for user updates later, if there is anything that I should be looking for, please let me know in case this happens again.

Thanks for the assistance,

Attached Files
registration2.php.zip
Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post

pedstone

Same issue here

Hi

I got the same issue like evansg with the only difference that im using DW 5.5 on windows.

Any help on this would be highly appreciated :-)

Sign in to reply to this post

evansg7124312885

How Jason solved this

Hello,

The problem was on the registration page validations. With most pages I have built, they look for a UserID session variable and had set up the same thing on this registration page. Since this was a registration page, the criteria that I entered was looking for a value that could not be there since there had been no log in up to this point.

Here is a piece of the note that Jason used to explain to me what was set and how he modified them:

The original code for the key column was:

<?php echo SESSION['SecurityAssist_UserID']; ?>

the session has not been set yet, so is causing a problem.

The key column value is important for the user update page, it allows the user to re use the email address they set originally. But in an insert page like the registration page, it can be problematic.

The updated code I used was:

<?php echo isset($_SESSION['SecurityAssist_UserID'])?$_SESSION['SecurityAssist_UserID']:"0"; ?>


This has kept problem fixed ever since. I hope this helps.

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...