jcflugger Posted February 3, 2005 Posted February 3, 2005 Hi, I've been scratching my head on this for a few days, trying all fixes I could find... I currently have EP 2.74-MS2 installed and functioning to a point. I can download the file off the catalog in any of the given formats; complete, model/price/qty etc... Now, I populated the file with all my data, saved it as a Tab Delimited .txt file, went to upload it and this is my response: File uploaded. Temporary filename: /tmp/php1GfUZT User filename: EP2005Feb01-0909.txt Size: 71992 this is what osCommerce is seeing: /var/www/html/catalog//temp - (note the // between catalog and temp) If I try to split the files I get: Creating file EP_Split1.txt ... Added 0 records and closing file... You can download your split files in the Tools/Files under /catalog/temp/ I have made the change from a relative path in the easypopulate.php to an absolute path just in case. Still nothing is working. it seems to be a pathing problem, and I don't know where to look anymore... can you see any oversights? and of course, it needed to be working yesterday... :thumbsup: Thanks for any help! JC Quote
myoscommerce Posted February 4, 2005 Posted February 4, 2005 try removing the forward slash at the end of your DIR_FS_DOCUMENT_ROOT, DIR_FS_ADMIN and DIR_FS_CATALOG in your catalog/admin/includes/configure.php file. Quote
myoscommerce Posted February 8, 2005 Posted February 8, 2005 try removing the forward slash at the end of your DIR_FS_DOCUMENT_ROOT, DIR_FS_ADMIN and DIR_FS_CATALOG in your catalog/admin/includes/configure.php file. <{POST_SNAPBACK}> That was HORRIBLE advice, sorry! Don't edit your configure.php file for this! Go To your easypopulate.php file and remove the slash in front of your path to temp $tempdir = "temp/"; or similar Quote
jcflugger Posted February 8, 2005 Author Posted February 8, 2005 That was HORRIBLE advice, sorry! Don't edit your configure.php file for this! Go To your easypopulate.php file and remove the slash in front of your path to temp $tempdir = "temp/"; or similar <{POST_SNAPBACK}> Ok, I'll try doing this... you're right the first one didn't work! :D 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.