Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Images problem.


Guest

Recommended Posts

Posted

Really funny, though. I have used easy populate to uploaded some categories images which worked fine in different categories. However after intalling Paypal IPN v1.0 and 2CO, it seems to create some problem. Now i tried to upload some new images in another categories, the images is missing. I double-checked the path of the images, it's correct. My images are in the folder Action in my server with permission set to 777.

 

This is my site

 

Thanksin advance.

Posted
Really funny, though. I have used easy populate to uploaded some categories images which worked fine in different categories. However after intalling Paypal IPN v1.0 and 2CO, it seems to create some problem. Now i tried to upload some new images in another categories, the images is missing. I double-checked the path of the images, it's correct. My images are in the folder Action in my server with permission set to 777.

 

This is my site

 

Thanksin advance.

 

 

you action directory has a space at the end

 

images/action /

Treasurer MFC

Posted
you action directory has a space at the end

 

images/action /

 

Thanks Amanda for your reply.When I right-clicked my images, i can't see the extra spacing. But after going to my server via FTP, i can see the extra spacing after Action /. Do you know what causing it? Can you help me with the problem. It will be very much appreciated.

 

Regards,

Kevin

Posted
Thanks Amanda for your reply.When I right-clicked my images, i can't see the extra spacing. But after going to my server via FTP, i can see the extra spacing after Action /. Do you know what causing it? Can you help me with the problem. It will be very much appreciated.

 

Regards,

Kevin

 

well, I do not know or use easy populate and maybe there is the problem.

You other directories do not seem to have this.

 

It are not your images references but your actual actions directory on your server that has a wrong name. you will see it if you type this in your browser :

 

http://www.onlyvcd.com/images/

 

you will get all your directories listed, click on the actions link and in your browser you will see :

 

http://www.onlyvcd.com/images/Action%20/

 

that %20 is your space.

 

By the way, you may want to protect that directory.

Treasurer MFC

Posted

Thanks Amanda again for the reply. The problem have been corrected. I just renamed my Action folder to Action again. That all and the extra spacing has corrected.

 

Anyway thanks again and if you will be kind enough to try to log in my images directory again. I have protected it and i not sure it's working.

 

Regards,

Kevin

Posted
Thanks Amanda again for the reply. The problem have been corrected. I just renamed my Action folder to Action again. That all and the extra spacing has corrected.

 

Anyway thanks again and if you will be kind enough to try to log in my images directory again. I have protected it and i not sure it's working.

 

Regards,

Kevin

 

 

it is still open.

 

if you are using apache try setting the -indexes option on your server root directory.

otherwise just put an empty index.php in that directory.

 

do not simply protect it with a directory password or everybody will get the password box whenever your server itself tries to access the images

Treasurer MFC

Posted
it is still open.

 

if you are using apache try setting the -indexes option on your server root directory.

otherwise just put an empty index.php in that directory.

 

do not simply protect it with a directory password or everybody will get the password box whenever your server itself tries to access the images

 

 

I use this in httpd.conf for the root directory :

 

<Directory "your root directory path">

Options -Indexes FollowSymLinks

AllowOverride none

Order allow,deny

allow from all

</Directory>

 

this will prevent any attempt to list a specific directory anywhere.

Treasurer MFC

Archived

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

×
×
  • Create New...