Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Uploading EP File


aaronsounds

Recommended Posts

Posted

I am trying to up load my Exel file through the split function in Easy Populate. I am getting the error on line 684 and 689. I know from reading a file posted by a previous member that the problem is the permission setting for my /catalog/temp/ file. I know that the permission level needs to be changed to 777 but how do I do this. The article says to chmod it to 777. What does chmod mean and how do I do this.

Posted

Chmod changes the permissions on the file or directory that limits who can access it. Setting it to 777 means anyone can access it. To change them, your host may have an option to do this. Or, if you can get a free ftp program and use it to set them. Just right click on the file.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted

I can't find this option on my host's admin page but I am using Dreamweaver for all of my uploading, downloading and editing. How would I change it using dreamweaver?

Posted

I've updated my permission to 777 but still getting the same error. Here is what I've inserted as my temp file location.

 

$tempdir = "/home/southeas/public_html/oscommerce/catalog/temp/";

$tempdir2 = "/home/southeas/public_html/oscommerce/catalog/temp/";

 

 

Does any one see a problem with this? The file I read said that some users were able to correct this error by inserting $localhost

 

Where should I insert this???? :huh:

Posted
I've updated my permission to 777 but still getting the same error. Here is what I've inserted as my temp file location.

 

$tempdir = "/home/southeas/public_html/oscommerce/catalog/temp/";

$tempdir2 = "/home/southeas/public_html/oscommerce/catalog/temp/";

Does any one see a problem with this? The file I read said that some users were able to correct this error by inserting $localhost

 

Where should I insert this???? :huh:

Change them to /catalog/temp/.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...