Yrewol Posted April 23, 2007 Share Posted April 23, 2007 (edited) I am getting this error when trying to populate my store. Any help would be appreciated. Warning: move_uploaded_file(temp/Sheet2.txt): failed to open stream: No such file or directory in /home/httpd/vhosts/my-domain.com/httpdocs/admin/easypopulate_functions.php on line 43 Warning: move_uploaded_file(): Unable to move '/tmp/phpp32OFN' to 'temp/Sheet2.txt' in /home/httpd/vhosts/my-domain.com/httpdocs/admin/easypopulate_functions.php on line 43 LINE 43 of easypopulate_functions.php says 41 $target .= $filename['name']; 42 43 move_uploaded_file($filename['tmp_name'], $target); 44 } File uploaded. Temporary filename: /tmp/phpp32OFN User filename: Sheet2.txt Size: Warning: file(temp/Sheet2.txt): failed to open stream: No such file or directory in /home/httpd/vhosts/my-domain.com/httpdocs/admin/easypopulate.php on line 656 Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/my-domain.com/httpdocs/admin/easypopulate.php on line 679 LINE 656 of easypopulate.php says 655 // get the entire file into an array 656 $readed = file(DIR_FS_DOCUMENT_ROOT . $tempdir . $usrfl_name); 657 } 658 if ($localfile){ Could someone please help me resolve this issue? Edited April 23, 2007 by Yrewol Quote Link to comment Share on other sites More sharing options...
Guest Posted April 23, 2007 Share Posted April 23, 2007 Here is the link to the Easy Populate Support Thread Search that Topic for 'temp' . Did you create a temp folder and set permissions like the instructions stated? If not, re-read those and I bet it just might solve your problem:) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.