close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Blank contact page

Thread began 9/11/2009 7:24 am by chris384639 | Last modified 9/14/2009 1:48 pm by Jason Byrnes | 5478 views | 16 replies |

chris384639

Blank contact page

I created a contact form using CSS Form Builder. I then used Universal Email to send the form data to my email address.

Now I can't see anything on my page.

Any suggestions?

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

Jason ByrnesWebAssist

most likely, the problem is lines 1 - 2:
<?php virtual("/WA_ValidationToolkit/WAVT_Scripts_PHP.php"); ?>
<?php virtual("/WA_ValidationToolkit/WAVT_ValidatedForm_PHP.php"); ?>

they should probably be:
<?php require_once("../WA_ValidationToolkit/WAVT_Scripts_PHP.php"); ?>
<?php require_once("../WA_ValidationToolkit/WAVT_ValidatedForm_PHP.php"); ?>


Dreamweaver will use the virtual() function for included files if the "Create links relive to" option on the local info tab of your site definition is set to "Site". If you change this to "Document" Dreamweaver will use the require_once() function instead.

Sign in to reply to this post

chris384639

Hi Jeff-
I made the adjustment, but still the same result.

Sign in to reply to this post

Jason ByrnesWebAssist

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

php:
<?php

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

chris384639

Same result... attached is an updated file w/ code.

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

Jason ByrnesWebAssist

Can you post a link please.

Also, double check that your changes are making it to the server, delete the copy on the server then reupload.

Sign in to reply to this post

chris384639

index3.php

Sign in to reply to this post

Jason ByrnesWebAssist

have you uploaded the validation toolkit folder?

both:
WAVT_Scripts_PHP.php

and
WAVT_Scripts_PHP.php

Give a 404 page not found error. This folder and the WA_UniveresalEmail folder will need to be on the server.

Sign in to reply to this post

chris384639

ok... i made sure I uploaded the folders... still same result.


btw- thanks for the help- we're almost there.

Sign in to reply to this post

Jason ByrnesWebAssist

one more thing I would like you to try for me, I'm not 100% convinced the changes are being uploaded.

delete the index3.php form the server once again, but dont upload it. the try browsing to:

index3.php

Instead of a blank screen you should get a 404 page not found error.

If that test yields a 404 page not found error, I would like you to send the WA_ValidationToolkit and WA_UniversalEmail folder so I can reproduce the problem on my end.

Sign in to reply to this post
loading

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