close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Digital File Pro not working

Thread began 1/18/2010 7:31 am by info307537 | Last modified 1/19/2010 9:30 am by Jason Byrnes | 1122 views | 3 replies |

info307537

Digital File Pro not working

I have created the following page using Digital File Pro: apply_upload.php

I have tested it and it worked fine for me using most common browsers, but I have getting lots of emails from various users just saying that it doesn't work and they say the page just goes blank when submitted.

Do you have any idea's why?

I have attached the code for the page as a txt file as your system does not allow me upload php files.

Attached Files
apply_upload.txt
Sign in to reply to this post

Jason ByrnesWebAssist

When a page loads blank, it means a php error has occurred but error reporting is turned. To find out what the error is, you can add the following at line 1 to turn error reporting on:

php:
<?php 

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>




once we know the error, we can probably find the cause very quickly.

Sign in to reply to this post

info307537

Correction

Sorry the page did not go blank it just didn't redirect the thank you page or send the confirmation email. Instead it just refreshed the current page.

Any idea's why this would happen as I can't replicate the issue. Could it be down to broadband speeds? Each file was below 2MB.

Sign in to reply to this post

Jason ByrnesWebAssist

most likely, validatuion is failing,

To see if this is the case, change the following code:

php:
if ($WAFV_Errors != "")  {

    PostResult($WAFV_Redirect,$WAFV_Errors,"apply");
  }




to:

php:
if ($WAFV_Errors != "")  {

    die($WAFV_Errors);
    PostResult($WAFV_Redirect,$WAFV_Errors,"apply");
  }





if validation fails, it will write a comma separated list of numbers to the screen, post the results back with your reply.

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