close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Blank page after server validation

Thread began 6/04/2012 9:17 am by pedstone | Last modified 6/05/2012 9:38 am by Jason Byrnes | 1922 views | 7 replies |

pedstone

Blank page after server validation

Hi

After applying server validation to a page with a form the page returned after submiting is blank.

I use DW5.5 and CSS Form builder 2.0.1

Any hints are highly welcome

Sign in to reply to this post

Jason ByrnesWebAssist

a blank page means a php error is occurring, but error reporting is turned off.


add the following code at line 1 to turn error reporting on:

php:
<?php

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

pedstone

Thanks Jason

I just did that and got the following error message:

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\W3DC\test1.php:5) in C:\xampp\htdocs\W3DC\webassist\form_validations\wavt_scripts_php.php on line 83

Strangely it worked all before I reinstalled CSS Form Builder 201, FormTK100 and Security Assist 205.

The error just ocures when I use the Validation Show if behaviour

Sign in to reply to this post

Jason ByrnesWebAssist

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

Sign in to reply to this post

pedstone

Maybe to add,

I created a form in CSS Form Builder called it in the same page via
<?php
require_once($DOCUMENT_ROOT . "registration.php");
?>
and it works - the error I get only if I manualy place a form, add the Server Validation and then add the Show if behaviour

Sign in to reply to this post

pedstone

Hi Jason

maybe this attached file could show you in more detail what could have gone wrong :-)

Attached Files
test1.zip
Sign in to reply to this post

pedstone

Hi Jason

thanks again - I found it, thanks to the thread you mentioned above

Sign in to reply to this post

Jason ByrnesWebAssist

in the file you attached, there is a blank line at line 1 and at line 9 that will cause the error you are reporting.

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