cleanflix Posted January 6, 2005 Posted January 6, 2005 i have the simplest of questions but that is because i am completely new with osc and php for that matter. in the setup for easy populate is says to create a temp folder in the catalog folder. i didnt find a catalog folder so i created one with a folder inside of it called temp. i tried to "Create Complete tab-delimited .txt file in temp dir" and i got this error message:Warning: fopen(/home/cleanfl/public_html/shop//catalog/temp/EP2005Jan04-2109.txt): failed to open stream: Permission denied in /home/cleanfl/public_html/shop/admin/easypopulate.php on line 603 Warning: fwrite(): supplied argument is not a valid stream resource in /home/cleanfl/public_html/shop/admin/easypopulate.php on line 604 Warning: fclose(): supplied argument is not a valid stream resource in /home/cleanfl/public_html/shop/admin/easypopulate.php on line 605 You can get your file in the Tools/Files under /catalog/temp/EPEP2005Jan04-2109.txt i probably just need help finding out where my catalog folder is. i already have several hundred products that i put in one at a time. i now want to change the discription of each one but i dont want to have to do it one at a time. my website is www.cleanflixvideo.com if you want to look at it. <{POST_SNAPBACK}> Instead of catalog, create the temp folder in the shop directory. See if that helps. Bob G. <{POST_SNAPBACK}> you have an error in your shop/admin/includes/configure.php file, shop//catalogtake a look, you have two // in there, you can either post the configure.php or edit it and fix it. also as bob said, create the temp in /shop and give it 777 permissions. any other questions/posts about easypopulate, post at the end: http://www.oscommerce.com/forums/index.php?showtopic=64945 <{POST_SNAPBACK}> i set up a temp folder in shop folder like bob G. said. i was able to download a tab delimited txt file ok but now when i try to upload it and insert it into the db i get these error messages: Warning: move_uploaded_file(/home/cleanfl/public_html/shop//catalog/temp/EP2005Jan06-1010.txt): failed to open stream: Permission denied in /home/cleanfl/public_html/shop/admin/easypopulate_functions.php on line 32 Warning: move_uploaded_file(): Unable to move '/tmp/phpgGyxuy' to '/home/cleanfl/public_html/shop//catalog/temp/EP2005Jan06-1010.txt' in /home/cleanfl/public_html/shop/admin/easypopulate_functions.php on line 32 File uploaded. Temporary filename: /tmp/phpgGyxuy User filename: EP2005Jan06-1010.txt Size: 691027 Warning: file(/home/cleanfl/public_html/shop//catalog/temp/EP2005Jan06-1010.txt): failed to open stream: No such file or directory in /home/cleanfl/public_html/shop/admin/easypopulate.php on line 657 Warning: Invalid argument supplied for foreach() in /home/cleanfl/public_html/shop/admin/easypopulate.php on line 680 i think they are stemming from the same problem. i not sure how to change the php code to tell it the right place to put it . thanks for your help and patience Quote
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.