Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easy Populate


Smitty103

Recommended Posts

Can anyone help me? What am I doing wrong? What am I missing? :(

 

 

 

 

 

 

 

 

Warning: move_uploaded_file(/catalog/temp/EP2003Dec07-1806-2.txt): failed to open stream: No such file or directory in /admin/includes/functions/general.php on line 789

 

Warning: move_uploaded_file(): Unable to move '/tmp/phpR59rp4' to /catalog/temp/EP2003Dec07-1806-2.txt' in /admin/includes/functions/general.php on line 789

 

 

File uploaded.

Temporary filename: /tmp/phpR59rp4

User filename: EP2003Dec07-1806-2.txt

Size: 5598

 

Warning: file/catalog/temp/EP2003Dec07-1806-2.txt): failed to open stream: No such file or directory in /admin/easypopulate.php on line 644

 

Warning: Invalid argument supplied for foreach() in/admin/easypopulate.php on line 667

Link to comment
Share on other sites

Is your shop kept in the /catalog directory?

 

I got this error because I use the /store directory instead. You need to open the easypopulate.php file and search for $tempdir and change the directory structure to match yours.

Link to comment
Share on other sites

I also got this error, tho i set the file to 644

 

Filename: EP2003Dec09-2109.txt

 

Warning: file(/home/wwwozch/public_html/catalog//catalog/temp/EP2003Dec09-2109.txt): failed to open stream: No such file or directory in /home/wwwozch/public_html/catalog/admin/easypopulate.php on line 662

 

Warning: Invalid argument supplied for foreach() in /home/wwwozch/public_html/catalog/admin/easypopulate.php on line 667

 

please help

thanks in advance

Link to comment
Share on other sites

What are values defined for temp directories in /admin/easypopulate.php in following lines:

 

$tempdir = "/catalog/temp/";

$tempdir2 = "catalog/temp/";

 

The above is the configuration, if your shop is in catalog directory of your website. Make sure you have a temp directory in catalog and its permission is set to 777 (write permission to all)

 

Hope this helps!

Link to comment
Share on other sites

I am getting the same type of error message. I just installed EP and downloaded my tab delimited file and did not touch a thing and tried to upload it back and got pretty much the same errors as you did.

 

I messed around with the paths in easypopulate.php as kagg mentioned and got it to finally work.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...