close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Since I created user validation for some pages my login.php will not show on my site.

Thread began 1/05/2015 10:22 am by bbgd | Last modified 1/06/2015 1:36 pm by bbgd | 2639 views | 15 replies

Jason ByrnesWebAssist

Login page- there where duplicate sections of code, looks like you ran the security assist wizard multiple times to cause the duplicates. i removed the duplicate code.

also one of the validations was set to enforce a 6 character minimum on the user name, this was failing because the user name you are using is not 6 characters long.

Contact page: The connection was pointing to Connections/interprimus.php, but the connection file is named with an uper case I, i updated that to:
Connections/Interprimus.php

to fix the error.

the other errors that are on the page are a a result of your mail script.

in the ScriptLibrary/incSmartMailer.php file, you should change line 7:

session_start();


to:
@session_start();



also for the form element value, you should use isset, for example:
value="<?php echo $_POST['first_name']; ?>"


should be:
value="<?php echo(isset($_POST['first_name'])?$_POST['first_name']:""); ?>"

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