close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Login redirects to blank pages

Thread began 5/07/2010 9:48 am by Peter | Last modified 5/12/2010 6:19 pm by Jimmy Wu | 1828 views | 7 replies |

Peter

Login redirects to blank pages

I inserted a simple login on the homepage and added the server behavior to testing redirect to separate pages depending on successful vs. failed login. Oddly the redirects seem to go to the pages correctly, but the pages are blank except for the banner at the top. The url in the bar says its the correct page but blank below the banner. When I open up the pages individually they look just fine. Any idea what could be causing this?

Sign in to reply to this post

Peter

Gentlemen, I have asked several questions on the forums today that apparently you couldn't get to and we're coming up on the weekend. Of my questions this one in particular I would greatly appreciate some thoughts before you take off. That is, if you have anything to share on what may be happening.

Sign in to reply to this post

Jimmy Wu

This leads me to believe that there is an error on the page when trying to handle the posted values from the form and error reporting is not turned on. Try adding this to the top of the page to turn error reporting on:
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>

Sign in to reply to this post

Peter

This is the error message with the error reporting turned on like you asked:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/p/e/t/petermcdonald/html/index.php:5) in /home/content/p/e/t/petermcdonald/html/WA_ValidationToolkit/WAVT_ValidatedForm_PHP.php on line 3

Sign in to reply to this post

Jimmy Wu

The most common cause for this error is with having spaces between the closing and opening php tags. If you have any php tags that look like this:
?>

<?php

you should modify them to look like this:
?>
<?php

Sign in to reply to this post

Peter

Thanks Jimmy, I'll check it and get back if still having problems.

Sign in to reply to this post

james276087

Hello Jimmy,

I was going to asked same question.
I have same error message such as"
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /virtual/users/e16666-18007/web/emails2.php:1) in /virtual/users/e16666-18007/web/WA_ValidationToolkit/WAVT_ValidatedForm_PHP.php on line 3"

and I look for the space error but couldn't find it.
I attached the page, Please see if you could find the error.
thanks for reading and help

Attached Files
webassit-01.pdf
Sign in to reply to this post

Jimmy Wu

It looks like you posted another thread over here:
showthread.php?t=12890

I'll respond in that thread.

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