Guest Posted May 6, 2005 Share Posted May 6, 2005 hi all, i have just installed EP and at first all seemed to be well. i have downloaded a Model/Price/Qty tab-delimited .txt file to edit and changed one of my prices then uploaded it. When i upload it i get the message; File uploaded. Temporary filename: /tmp/phpi5E5lu User filename: EP2005May06-0808.txt Size: 134 but....the price hasn't changed on the website? any ideas? i thought mabey since there are no errors it is a simply thing that is not quite right. when i downloaded the .txt file in the first place, i open with excel and chose the following options, Deliminated file, Tab and semicolon deliminated, test qualifier " (default), colum date format 'general' any thoughts. Thank you. pete Quote Link to comment Share on other sites More sharing options...
Guest Posted May 6, 2005 Share Posted May 6, 2005 did you create the temp directory per the documentation with the proper file permissions? Quote Link to comment Share on other sites More sharing options...
Guest Posted May 6, 2005 Share Posted May 6, 2005 (edited) did you create the temp directory per the documentation with the proper file permissions? <{POST_SNAPBACK}> yup! all acess/execute/read - also i dont think i would have got the 'file uploaded' message if this was the prob...would i? :blink: Edited May 6, 2005 by peterg Quote Link to comment Share on other sites More sharing options...
Guest Posted May 6, 2005 Share Posted May 6, 2005 will it make a difference that my site shows prices inc and excl. VAT?? Quote Link to comment Share on other sites More sharing options...
kunal247 Posted May 6, 2005 Share Posted May 6, 2005 I have just added this contribution, as it was recomended by many to me. Just added the files and installed it on a test site. tried to upload one of the demo txt files that was provided and keep getting this error: ////////////////////////////////////////////// Warning: move_uploaded_file(/home/www/avd1.cogia.net/catalog//catalog/temp/EP2005May06-1907.txt): failed to open stream: No such file or directory in /home/www/avd1.cogia.net/catalog/admin/easypopulate_functions.php on line 32 Warning: move_uploaded_file(): Unable to move '/tmp/phpHpik7E' to '/home/www/avd1.cogia.net/catalog//catalog/temp/EP2005May06-1907.txt' in /home/www/avd1.cogia.net/catalog/admin/easypopulate_functions.php on line 32 File uploaded. Temporary filename: /tmp/phpHpik7E User filename: EP2005May06-1907.txt Size: 744 Warning: file(/home/www/avd1.cogia.net/catalog//catalog/temp/EP2005May06-1907.txt): failed to open stream: No such file or directory in /home/www/avd1.cogia.net/catalog/admin/easypopulate.php on line 665 Warning: Invalid argument supplied for foreach() in /home/www/avd1.cogia.net/catalog/admin/easypopulate.php on line 688 ////////////////////////////////////// Can you help? Where am i going wrong? Regards, Kunal Quote Link to comment Share on other sites More sharing options...
Guest Posted May 6, 2005 Share Posted May 6, 2005 Hi all. I've scoured every page of this thread, as well as easypopulate.php and its instructions, and it is still not clear to me where to uncomment in order to use EasyPopulate with an image mod. (I have the Big Images mod installed, incidentally). Would someone please take the time to explain what needs to be uncommented? Or in the alternative, would someone post their functioning easypopulate.php which has been modified to allow the use of an image mod? Thank you greatly! Quote Link to comment Share on other sites More sharing options...
Guest Posted May 6, 2005 Share Posted May 6, 2005 Warning: move_uploaded_file(/home/www/avd1.cogia.net/catalog//catalog/temp/EP2005May06-1907.txt): failed to open stream: No such file or directory should the address have 2 catalog folders in it? try opening easypopulate.php and alter $tempdir = "/catalog/temp/"; to $tempdir = "/temp/"; Quote Link to comment Share on other sites More sharing options...
mrossi Posted May 6, 2005 Share Posted May 6, 2005 I have added a customer field to my products database which is under products as products_sku, and I need EP to download this feild too when I do a full download. Anyone know how to make it do this? Quote Link to comment Share on other sites More sharing options...
kunal247 Posted May 6, 2005 Share Posted May 6, 2005 should the address have 2 catalog folders in it? try opening easypopulate.php and alter $tempdir = "/catalog/temp/"; to $tempdir = "/temp/"; <{POST_SNAPBACK}> What line can i find the $tempdir ? tried looking hig and low on easypopulate.php Please help!!! Kunal Quote Link to comment Share on other sites More sharing options...
kunal247 Posted May 6, 2005 Share Posted May 6, 2005 What line can i find the $tempdir ?tried looking hig and low on easypopulate.php Please help!!! Kunal <{POST_SNAPBACK}> Found it! ! Line 21 & 22 Kunal :D Quote Link to comment Share on other sites More sharing options...
Guest Posted May 7, 2005 Share Posted May 7, 2005 Hi all. I've scoured every page of this thread, as well as easypopulate.php and its instructions, and it is still not clear to me where to uncomment in order to use EasyPopulate with an image mod. (I have the Big Images mod installed, incidentally). Would someone please take the time to explain what needs to be uncommented? Or in the alternative, would someone post their functioning easypopulate.php which has been modified to allow the use of an image mod? Thank you greatly! <{POST_SNAPBACK}> As an afterthought... this issue has been asked numerous times in this thread, with no clear answer given. Does this mean it's one of those dumbass questions that everyone just skims over? Quote Link to comment Share on other sites More sharing options...
Guest Posted May 7, 2005 Share Posted May 7, 2005 you have a document_root problem in your configure.php, use this: define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); should the address have 2 catalog folders in it? try opening easypopulate.php and alter $tempdir = "/catalog/temp/"; to $tempdir = "/temp/"; <{POST_SNAPBACK}> Quote Link to comment Share on other sites More sharing options...
Guest Posted May 7, 2005 Share Posted May 7, 2005 so are you going to be uploading/downloading customer names with this all the time? adding a field to ep just find where you want to insert the field in the code and test . . I have added a customer field to my products database which is under products as products_sku, and I need EP to download this feild too when I do a full download. Anyone know how to make it do this? <{POST_SNAPBACK}> Quote Link to comment Share on other sites More sharing options...
Guest Posted May 7, 2005 Share Posted May 7, 2005 your field names need to match what you have in the database, easiest thing to do is add them after v_products_image and/or products_image As an afterthought... this issue has been asked numerous times in this thread, with no clear answer given. Does this mean it's one of those dumbass questions that everyone just skims over? <{POST_SNAPBACK}> Quote Link to comment Share on other sites More sharing options...
kunal247 Posted May 7, 2005 Share Posted May 7, 2005 Hi Guys, I am new to EP, but with your help I have manged to get it up and running. Just wondered is there a way I can add new fields to my product page? i.e. like Weight I need to add things like Resolution, Brightness etc which is required in the industry I am in. Can some one please point me to the right direction where I can create these fields and how to write it in PHP. I am so new to this and its my first try ever. Thanks !!!! Kunal :thumbsup: Quote Link to comment Share on other sites More sharing options...
kunal247 Posted May 7, 2005 Share Posted May 7, 2005 Hi Guys,I am new to EP, but with your help I have manged to get it up and running. Just wondered is there a way I can add new fields to my product page? i.e. like Weight I need to add things like Resolution, Brightness etc which is required in the industry I am in. Can some one please point me to the right direction where I can create these fields and how to write it in PHP. I am so new to this and its my first try ever. Thanks !!!! Kunal :thumbsup: <{POST_SNAPBACK}> Got this working now. Quote Link to comment Share on other sites More sharing options...
mrossi Posted May 7, 2005 Share Posted May 7, 2005 Got this working now. <{POST_SNAPBACK}> What did you use to get it working? Quote Link to comment Share on other sites More sharing options...
kunal247 Posted May 7, 2005 Share Posted May 7, 2005 What did you use to get it working? <{POST_SNAPBACK}> Product Extra Fields Quote Link to comment Share on other sites More sharing options...
pixelsoul Posted May 7, 2005 Share Posted May 7, 2005 Hmm your right i triedit with only the template plugin added and it still works wondering what it can be :s easypopulate is independent of sts, go back thru your sts installation. or dsable sts and see what you get. <{POST_SNAPBACK}> Quote Link to comment Share on other sites More sharing options...
chuckyboy Posted May 7, 2005 Share Posted May 7, 2005 Hi! I have problem with downloading "Complete tab-delimited .txt file". I have ~1000 products and ~60 attributes. I think this is too big database to download, or put it in the TEMP directory. :'( and maybe timed out the server. I cant SET TIME LIMIT, becouse the server is in SAFE MODE. Any idae to solve my problem? :( Chucky Quote Link to comment Share on other sites More sharing options...
Guest Posted May 7, 2005 Share Posted May 7, 2005 edit easypopulate.php and download certain options at a time, until you have everything downloaded. best bet is to get another host where you are not in safe mode. Quote Link to comment Share on other sites More sharing options...
Guest Posted May 7, 2005 Share Posted May 7, 2005 something wrong with your sts installation . .. Hmm your right i triedit with only the template plugin added and it still works wondering what it can be :s <{POST_SNAPBACK}> Quote Link to comment Share on other sites More sharing options...
chuckyboy Posted May 7, 2005 Share Posted May 7, 2005 edit easypopulate.php and download certain options at a time, until you have everything downloaded. best bet is to get another host where you are not in safe mode. <{POST_SNAPBACK}> Thank you for answer. But, how can i set up the options number? (Or set from-to, like: from 0-30, from 31-60 etc..)... to download the smallest db? :blush: Quote Link to comment Share on other sites More sharing options...
♥DAVID3733 Posted May 7, 2005 Share Posted May 7, 2005 I have spent many days looking through all the posts but do not appear to have found a post that answers my question (although I have found some that asks the same question) I have many contributions inc Admin with user levels In the admin page I have the link to the easypopulate page but when I click one of the links to create a file to be downloaded it just goes straight back to the admin login and does not create a file in the temp dir. tempdir \temp\ the dir has write permision its on a win 2000 server could someone please point me in the right direction Quote David Link to comment Share on other sites More sharing options...
Guest Posted May 7, 2005 Share Posted May 7, 2005 it is because of your path setting in easypopulate.php, windows is different than *nix. 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.