Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted
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.

 

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

Posted
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

 

Ok, I'll try doing this... you're right the first one didn't work! :D

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...