close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

User Registration error

Thread began 2/01/2010 9:07 pm by jeremykrick399007 | Last modified 2/04/2010 3:41 pm by Jason Byrnes | 2062 views | 8 replies |

jeremykrick399007

User Registration error

When I try to register with a email address and password; the email field comes back and says "Please enter a valid email address!"

I am using a valid email, please help?

Sign in to reply to this post

Office Guy-172461

Not much to go on here. Have you tried other email addresses? What type of domain (i.e. .com)? Have you made any modifications?

Do you have a link?

10 Tips for getting quick help from a support forum
http://www.ipvac.com/kb/entry/149

Sign in to reply to this post

jeremykrick399007

RE: User registration Error

I have triend different emails (personal and business). Here is the URL: users_Registration.php

Sign in to reply to this post

Jason ByrnesWebAssist

it looks like server validation is failing. Please send a copy of the users_Registration.php page so I can look at the code.

Sign in to reply to this post

jeremykrick399007

User Registration error

I have attached my user users_Registration.php page

Attached Files
user_registration.txt
Sign in to reply to this post

Jason ByrnesWebAssist

the two hidden form element wherre removed, but they are still being validated:

delete the following two lines from line 70 - 71:

php:
$WAFV_Errors .= WAValidateRX(((isset($_POST["addblock"]))?$_POST["addblock"]:"") . "","/^$/i",false,6);

  $WAFV_Errors .= WAValidateRX(((isset($_POST["secondblock"]))?$_POST["secondblock"]:"") . "","/^$/i",false,7);





if you are still having trouble, change 73 - 74:

php:
if ($WAFV_Errors != "")  {

    PostResult($WAFV_Redirect,$WAFV_Errors,"usersRegistration");
  }




to:

php:
if ($WAFV_Errors != "")  {

die($WAFV_Errors);
    PostResult($WAFV_Redirect,$WAFV_Errors,"usersRegistration");
  }



this will write a comma separated list of failed validations to the screen, post this list back.

Sign in to reply to this post

jeremykrick399007

Re: User Registration error

I have completed everything you suggested.

This is what I get on submit:

,2

Sign in to reply to this post

jeremykrick399007

Re: User Registration error

Has there been any progress on resolving this issue?

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:
login.php

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