close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

DFP file upload suddenly doesn't work

Thread began 1/24/2011 9:39 am by kbettenc296716 | Last modified 1/26/2011 9:46 am by Jason Byrnes | 2568 views | 5 replies |

kbettenc296716

DFP file upload suddenly doesn't work

I successfully uploaded images for this client on 1/20. I went back to upload more today and neither Update or Insert works, a record is written to the database but not the image/thumbnail filenames. The files are not uploaded either. I restored the php files that were used on the 20th, (dated 1/12) and they still didn't work. I have attached the set of files.

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

Jason ByrnesWebAssist

lets start with troubleshooting the insert page, then move on to the update.


in the insert page, find the following lie:
$WA_redirectURL = "images_Detail.php";

and change it to:
$WA_redirectURL = "";



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

php:
<?php

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



and add this code befoer the closing </body> tag:
<?php echo WA_DFP_AllUploadsDebug(); ?>


post back the results after testing the upload.

Sign in to reply to this post

kbettenc296716

I have attached the HelperPHP file

Warning: mkdir() [function.mkdir]: Invalid argument in \\nawinfs03\home\users\web\b1947\rh.jbartist\WA_DigitalFilePro\HelperPHP.php on line 30

Warning: mkdir() [function.mkdir]: No such file or directory in \\nawinfs03\home\users\web\b1947\rh.jbartist\WA_DigitalFilePro\HelperPHP.php on line 30

Warning: move_uploaded_file(\Images\Projects\8d45039bc187ca208faa8982325e23cd_tmp.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in \\nawinfs03\home\users\web\b1947\rh.jbartist\WA_DigitalFilePro\HelperPHP.php on line 96

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\PHP\uploadtemp\php9F90.tmp' to '\Images\Projects\8d45039bc187ca208faa8982325e23cd_tmp.jpg' in \\nawinfs03\home\users\web\b1947\rh.jbartist\WA_DigitalFilePro\HelperPHP.php on line 96

Warning: copy(\Images\Projects\8d45039bc187ca208faa8982325e23cd_tmp.jpg) [function.copy]: failed to open stream: No such file or directory in \\nawinfs03\home\users\web\b1947\rh.jbartist\WA_DigitalFilePro\HelperPHP.php on line 98

Warning: mkdir() [function.mkdir]: Invalid argument in \\nawinfs03\home\users\web\b1947\rh.jbartist\WA_DigitalFilePro\HelperPHP.php on line 30

Warning: mkdir() [function.mkdir]: No such file or directory in \\nawinfs03\home\users\web\b1947\rh.jbartist\WA_DigitalFilePro\HelperPHP.php on line 30

Warning: copy(\Images\Projects\8d45039bc187ca208faa8982325e23cd_tmp.jpg) [function.copy]: failed to open stream: No such file or directory in \\nawinfs03\home\users\web\b1947\rh.jbartist\WA_DigitalFilePro\HelperPHP.php on line 98

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

Jason ByrnesWebAssist

the error is saying that the upload directory Images/Projects/ does not exist on the server and cannot be created.

make sure that the folder Images/Projects/ is created on the server and that it allows read write access for all users.

Sign in to reply to this post

kbettenc296716

Hmmm

Images/Projects/ is on the remote server, always has been. The images uploaded on the 20th are there in that folder. See attached view. I don't understand how this could have changed in 4 days? The only thing done on the site was to create a Wordpress blog in another folder. The permissions are the same as for another client where I successfully uploaded an image today using DFP (at the same ISP). see attached.

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

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