SoundsAlarming Posted January 10, 2004 Share Posted January 10, 2004 (edited) I have just installed easyPopulate but when I try to upload the sample output file i get these error messages Warning: move_uploaded_file(/home/.sites/107/site212/web/catalog//catalog/temp/sample_output_file.txt): failed to open stream: No such file or directory in /home/.sites/107/site212/web/catalog/admin/easypopulate_functions.php on line 32 Warning: move_uploaded_file(): Unable to move '/home/tmp/php8OJSgv' to '/home/.sites/107/site212/web/catalog//catalog/temp/sample_output_file.txt' in /home/.sites/107/site212/web/catalog/admin/easypopulate_functions.php on line 32 File uploaded. Temporary filename: /home/tmp/php8OJSgv User filename: sample_output_file.txt Size: 80290 Warning: file(): Unable to access /home/.sites/107/site212/web/catalog//catalog/temp/sample_output_file.txt in /home/.sites/107/site212/web/catalog/admin/easypopulate.php on line 651 Warning: file(/home/.sites/107/site212/web/catalog//catalog/temp/sample_output_file.txt): failed to open stream: No such file or directory in /home/.sites/107/site212/web/catalog/admin/easypopulate.php on line 651 Warning: Invalid argument supplied for foreach() in /home/.sites/107/site212/web/catalog/admin/easypopulate.php on line 674 Can any one help? Sorry should have mentioned I'm on osCommerce 2.2-MS2, with the simple template mod Edited January 10, 2004 by SoundsAlarming Quote Link to comment Share on other sites More sharing options...
Guest Posted January 11, 2004 Share Posted January 11, 2004 Warning: move_uploaded_file(/home/.sites/107/site212/web/catalog//catalog/temp/sample_output_file.txt): failed to open stream: No such file or directory in /home/.sites/107/site212/web/catalog/admin/easypopulate_functions.php on line 32 This happened to me, too. See where it says "(/home/.sites/107/site212/web/catalog//catalog/temp)? It's repeating "catalog" (catalog//catalog). Change the location of your temp file in catalog/admin/easypopulate.php. That should take care of the problem. Shari Quote Link to comment Share on other sites More sharing options...
SoundsAlarming Posted January 11, 2004 Author Share Posted January 11, 2004 Thanks shari, in easypopulate.php the path was /catalouge/temp/, I changed it to /temp/. seens to have done the trick 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.