Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easy Populate 2.71 support please


Yrewol

Recommended Posts

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 by Yrewol
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...