close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Two "Easy Ones" starting out

Thread began 4/15/2011 3:04 pm by info22862 | Last modified 4/18/2011 6:54 am by Jason Byrnes | 1673 views | 4 replies |

info22862

Two "Easy Ones" starting out

I have used SA a few times, but it seems every time I get errors and issues I have to go in and fix.

# 1 When I want to create an entire registration system including login functionality.
Do I Open the TEMPLATE I want to base everything on and then insert? Or Do I open any page and select insert DataAssist Wizard?

#2 When I am asked to select a UNIQUE ID to check for Duplicates.
We are using the same field as the USERNAME as the UI.
However, it then asks to go to a page if there is a duplicate, we have a physical page and select it, but receive and error stating, This page is not based on your template? However, it is based on our template? Whats up?

If anyone has a few set up tips before you run the wizard, I would greatly appreciate your sharing.

Sign in to reply to this post

info22862

Additional info

I am using PHP MySQL

When I complete the initial registration page, the page inserts into the database but then goes nowhere. Just a blank page. Everything looks right, proper page is set for the redirect, but nothing it goes nowhere?

Sign in to reply to this post

CraigRBeta Tester

if you are getting a blank page after insert, it sounds like your php page has an error.

add the following code to line 1 to check...

<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
Sign in to reply to this post

info22862

Your awesome for responding on a weekend!

I get the following message:
Warning: Cannot modify header information - headers already sent in /mnt/stor10-wc2-dfw1/562440/www.creditcounseling101.com/web/content/Templates/applicant_Registration.php on line 93


Here are lines 88-95

88 $insertGoTo = "/Templates/applicant_LogIn.php";
89 if (isset($_SERVER['QUERY_STRING'])) {
90 $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
91 $insertGoTo .= $_SERVER['QUERY_STRING'];
92 }
93 header(sprintf("Location: %s", $insertGoTo));
94 }
95 ?>

Thanks again for your timely assistance!

Jerry

Sign in to reply to this post

Jason ByrnesWebAssist

The headers already sent error usually includes a section in parenthesis that starts "Output started at" this is the key section of the error for troubleshooting the cause.


see this thread for details on troubleshooting the header already sent error:
showthread.php?t=19285

to answer the initial questions:
1) you can have any page from your site open when you start the security assist wizard, it should not be the template.

2) That error means that the go to page is not based on the template that was selected on the first page of the security assist wizard. on the first page of the security assist wizard, you can select your site template from a drop down list and set the editable region for the security assist content to be placed in, if you do not select a template on the first step of the wizard, but select a page that is based on a template for the go to page, you will get that error.

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