reross75 Posted May 22, 2007 Share Posted May 22, 2007 Okay, I'm about as new to this as you can be, however, I've been able to install EP 2.76d without problems. I can't seem to get my product upload to work though. I receive the following error: Easy Populate 2.76d-MS2 - Default Language : English(1) Warning: move_uploaded_file(/home/katelynr/public_html/rossjanitorial/catalog//catalog/temp/EP2007May21-2109.txt) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/katelynr/public_html/rossjanitorial/catalog/admin/easypopulate_functions.php on line 43 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpcg7MwL' to '/home/katelynr/public_html/rossjanitorial/catalog//catalog/temp/EP2007May21-2109.txt' in /home/katelynr/public_html/rossjanitorial/catalog/admin/easypopulate_functions.php on line 43 File uploaded. Temporary filename: /tmp/phpcg7MwL User filename: EP2007May21-2109.txt Size: 3978 Warning: file(/home/katelynr/public_html/rossjanitorial/catalog//catalog/temp/EP2007May21-2109.txt) [function.file]: failed to open stream: No such file or directory in /home/katelynr/public_html/rossjanitorial/catalog/admin/easypopulate.php on line 805 Warning: Invalid argument supplied for foreach() in /home/katelynr/public_html/rossjanitorial/catalog/admin/easypopulate.php on line 844 Any thoughts? Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 22, 2007 Share Posted May 22, 2007 The path in the admin/easypopulate.php file is incorrect cause your path to be catalog//catalog. Try editing that file and removing the /catalog from the path. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
reross75 Posted May 23, 2007 Author Share Posted May 23, 2007 The path in the admin/easypopulate.php file is incorrect cause your path to be catalog//catalog. Try editing that file and removing the /catalog from the path. Jack Thank you. That solved that problem, now I'm on to the next one. Thanks again. Quote Link to comment Share on other sites More sharing options...
Munchielarder Posted June 3, 2007 Share Posted June 3, 2007 Thank you. That solved that problem, now I'm on to the next one. Thanks again. I read this post with interest as i am also new to OSC and EP, and am having some problems getting the configurations to work for me. I've been reading the forums with interest trying to find similar problems to my own, and finally i find a post which is as such the same. However, the file paths where my data is stored is very confusing and doesn't look anything like the post at the top of this article. What is: /mnt/w0401/d37/s41/b02b0c0f/ This is very unfamiliar to me, and i can't see any folders referring to to these in Filezilla???? I've read that people usually have a folder called public_html or http_docs which they put there data into, but my structure at the moment is just very confusing... (i'm sure in a couple of months) it will all make sense. So the error message i get on trying to upload to EP is as follows: Warning: move_uploaded_file(/mnt/w0401/d37/s41/b02b0c0f/www/iwantkit.com//outdoorkit//catalog//catalog/temp/Test list.csv) [function.move-uploaded-file]: failed to open stream: No such file or directory in /mnt/w0401/d37/s41/b02b0c0f/www/iwantkit.com/outdoorkit/catalog/admin/easypopulate_functions.php on line 43 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpCs9mnq' to '/mnt/w0401/d37/s41/b02b0c0f/www/iwantkit.com//outdoorkit//catalog//catalog/temp/Test list.csv' in /mnt/w0401/d37/s41/b02b0c0f/www/iwantkit.com/outdoorkit/catalog/admin/easypopulate_functions.php on line 43 File uploaded. Temporary filename: /tmp/phpCs9mnq User filename: Test list.csv Size: 823 Warning: file(/mnt/w0401/d37/s41/b02b0c0f/www/iwantkit.com//outdoorkit//catalog//catalog/temp/Test list.csv) [function.file]: failed to open stream: No such file or directory in /mnt/w0401/d37/s41/b02b0c0f/www/iwantkit.com/outdoorkit/catalog/admin/easypopulate.php on line 805 Warning: Invalid argument supplied for foreach() in /mnt/w0401/d37/s41/b02b0c0f/www/iwantkit.com/outdoorkit/catalog/admin/easypopulate.php on line 844 I have followed all the instructions i can find that come with EP about downloading and uploading files, and the simple Download Complete .txt file to edit works fine, the upload however, appears to be more of an issue. I am using Easy Populate 2.76d-MS2 - Default Language : English(1) and my hosting is with a company called netfirms. I hope this post makes sense and that you are able to support me . thanks in advance Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted June 4, 2007 Share Posted June 4, 2007 It is the same problem: //outdoorkit//catalog//catalog/temp Notice the double catalog entry? Also notice the double //. That indicates a mistake in your admin/includes/configure.php file. The intiial path you mentioned /mnt/w0401/d37/s41/b02b0c0f/ is just the path to your shop and is not a concern here, as long as it is correct. Your shop starts in the iwantkit.com directory (notice that is where the // start occurring too). So you need to fix the mistakes in the configure file and also get the path for EP set correctly before it will work for you. You can post your configure file here, without the login detail, if you need help with that. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Munchielarder Posted June 4, 2007 Share Posted June 4, 2007 It is the same problem: //outdoorkit//catalog//catalog/temp Notice the double catalog entry? Also notice the double //. That indicates a mistake in your admin/includes/configure.php file. The intiial path you mentioned /mnt/w0401/d37/s41/b02b0c0f/ is just the path to your shop and is not a concern here, as long as it is correct. Your shop starts in the iwantkit.com directory (notice that is where the // start occurring too). So you need to fix the mistakes in the configure file and also get the path for EP set correctly before it will work for you. You can post your configure file here, without the login detail, if you need help with that. Jack Thanks for your advice above, it did help, but didn't quite fix the issue. Something i have learnt which i think is very important and maybe a stumbling block for other FIRST TIME NEWBIE users of PHP and unix languages, is the case-sensitivity. On creating the TEMP folder i used a CAPITAL 'T', rather than a LOWER CASE 't'. This was preventing the system, from properly finding my file!!!!! On Recreating a folder called 'temp' with a small 't' in the Catalog directory my problem is resolved and i can upload my data.... i'm sure there are more stumbling blocks to come, so more challenges ahead. 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.