sprockett Posted March 14, 2007 Posted March 14, 2007 hi i am trying to upload some products, im trying to upload a csv file, also tried as a tab delimeted filr. just keep getting this message. Warning: move_uploaded_file(/home/ughunquv/public_html/temp/escante.csv) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/ughunquv/public_html/admin/easypopulate_functions.php on line 32 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpMLBwEF' to '/home/ughunquv/public_html/temp/escante.csv' in /home/ughunquv/public_html/admin/easypopulate_functions.php on line 32 File uploaded. Temporary filename: /tmp/phpMLBwEF User filename: escante.csv Size: 185607 Warning: file(/home/ughunquv/public_html/temp/escante.csv) [function.file]: failed to open stream: No such file or directory in /home/ughunquv/public_html/admin/easypopulate_basic.php on line 560 Warning: Invalid argument supplied for foreach() in /home/ughunquv/public_html/admin/easypopulate_basic.php on line 583 i dont seem to have a catalogue folder anywhere..... any help appreciated before i pull all of my hair out.... thanks
Guest Posted March 14, 2007 Posted March 14, 2007 Check and see if you have your temp or tmp directory with a write access first. 755 or 777 if you have to. hi i am trying to upload some products, im trying to upload a csv file, also tried as a tab delimeted filr.just keep getting this message. Warning: move_uploaded_file(/home/ughunquv/public_html/temp/escante.csv) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/ughunquv/public_html/admin/easypopulate_functions.php on line 32 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpMLBwEF' to '/home/ughunquv/public_html/temp/escante.csv' in /home/ughunquv/public_html/admin/easypopulate_functions.php on line 32 File uploaded. Temporary filename: /tmp/phpMLBwEF User filename: escante.csv Size: 185607 Warning: file(/home/ughunquv/public_html/temp/escante.csv) [function.file]: failed to open stream: No such file or directory in /home/ughunquv/public_html/admin/easypopulate_basic.php on line 560 Warning: Invalid argument supplied for foreach() in /home/ughunquv/public_html/admin/easypopulate_basic.php on line 583 i dont seem to have a catalogue folder anywhere..... any help appreciated before i pull all of my hair out.... thanks
firereaper Posted April 11, 2007 Posted April 11, 2007 I had the same error message. My temp folder was located at the catalog/temp until I found my problem, typically after many hours and right in front of me. Easy Populate wanted my temp folder at catalog/admin/temp. I made the changes and allocated the write acces and Bob's your uncle. Hope this helps.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.