close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

upload file causes page not to load

Thread began 4/18/2013 2:43 am by WhiteJC | Last modified 4/18/2013 12:12 pm by WhiteJC | 1619 views | 10 replies |

WhiteJC

upload file causes page not to load

I using DW4 and Universal Email 4.0.1 when I add a file upload my page won't load, all I get is a blank page, removing the file upload gives me my page back!? what am I doing wrong?

I've attached 2 screen grabs showing with and without file upload, you'll notice that no code appears to have been loaded with the file-upload version?

Sign in to reply to this post

Jason ByrnesWebAssist

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

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

php:
<?php

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



once we know what the error is, we will be able to troubleshoot the cause.

Sign in to reply to this post

WhiteJC

Hi Jason
here's the error message

Warning: require_once(webassist/file_manipulation/helperphp.php): failed to open stream: No such file or directory in /home/virtual-web/www.beaverswood.de/public/manPRODUCTa_Update.php on line 7 Fatal error: require_once(): Failed opening required 'webassist/file_manipulation/helperphp.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/virtual-web/www.beaverswood.de/public/manPRODUCTa_Update.php on line 7

Sign in to reply to this post

Jason ByrnesWebAssist

that error means the that the file:
webassist/file_manipulation/helperphp.php

has not been uploaded to the server.

make sure to upload the entire webassist/ folder to the server.

Sign in to reply to this post

WhiteJC

Hi Jason

there is a 44kb file named HelperPHP.php in the webassist\file_manipulation directory on the "live" site

by-the-by it works on my test system?

Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to see the site to troubleshoot further. see the private message section.

Sign in to reply to this post

WhiteJC

Originally Said By: Jason Byrnes
  I'll need to see the site to troubleshoot further. see the private message section.  
Sign in to reply to this post

Jason ByrnesWebAssist

the code was looking for:
webassist/file_manipulation/helperphp.php

but the file was named:
HelperPHP.php

i renamed the file to be the same case as what the code was looking for.

What version of Data Bridge do you? Make sure you have the latest version 1.1.3 installed.

Sign in to reply to this post

WhiteJC

Originally Said By: Jason Byrnes
  the code was looking for:
webassist/file_manipulation/helperphp.php

but the file was named:
HelperPHP.php

i renamed the file to be the same case as what the code was looking for.

What version of Data Bridge do you? Make sure you have the latest version 1.1.3 installed.  
Sign in to reply to this post

Jason ByrnesWebAssist

see private message

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