Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

After transfering site image not showing


Guest

Recommended Posts

Posted

Hi

I transfer my site to my new host , and now my pictures are not showing! :(

 

Can some one help me?

Thanks

Frank

Posted

have you set the file permissons on the new server? they dont go transferred, you need to set them to 777

Posted
have you set the file permissons on the new server? they dont go transferred, you need to set them to 777

Yes I did

Posted

post a link, also post your configure.php WITHOUT the database username, password, etc.

Posted
post a link, also post your configure.php WITHOUT the database username, password, etc.

http://66.116.151.165/catalog

 

  define('HTTP_SERVER', 'https://fludan.hostexellence.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://fludan.hostexellence.com'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'fludan.com');
 define('HTTPS_COOKIE_DOMAIN', 'fludan.com');
 define('HTTP_COOKIE_PATH', '/catalog/');
 define('HTTPS_COOKIE_PATH', '/catalog/');
 define('DIR_WS_HTTP_CATALOG', '/catalog/');
 define('DIR_WS_HTTPS_CATALOG', '/catalog/');
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_INCLUDES', 'includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
 define('DIR_FS_CATALOG', '/hsphere/local/home/fludan/fludan.hostexellence.com/catalog/');
 define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
 define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

Thanks

Posted

What are the permissions on the images folder itself set to? You moved hosting company - so did you change to a different type of server? If you moved from Lynux to Windows then the chmod command in FTP won't work. It will appear to work, but doesn't actually do anything.

 

If all of the above check out okay then I suggest that you upload the images again via FTP and make sure that they are uploaded in binary mode. If they were uploaded in ASCII mode this can break images.

 

Vger

Posted

Sorry, our posts crossed.

 

You appear to have all of this site under a shared ssl. Bad move - that's really going to slow your site down.

 

The main domain is hostexcellence.com, and so the cookie domain is not fludan.com

 

Vger

Posted
What are the permissions on the images folder itself set to?  You moved hosting company - so did you change to a different type of server?  If you moved from Lynux to Windows then the chmod command in FTP won't work.  It will appear to work, but doesn't actually do anything.

 

If all of the above check out okay then I suggest that  you upload the images again via FTP and make sure that they are uploaded in binary mode.  If they were uploaded in ASCII mode this can break images.

 

Vger

 

it is the same type of server and the permissions of the images are 777 and the directory is 777

 

Thanks

Frank

Posted
Sorry, our posts crossed.

 

You appear to have all of this site under a shared ssl.  Bad move - that's really going to slow your site down.

 

The main domain is hostexcellence.com, and so the cookie domain is not fludan.com

 

Vger

it is just for testing until the site is working , right now my dns are not transfered

 

Thanks

Frank

Posted

With regard to my earlier post - I have seen this problem resolved by uploading again via FTP, with images uploaded in binary mode. Give it a try.

 

Vger

Posted
With regard to my earlier post - I have seen this problem resolved by uploading again via FTP, with images uploaded in binary mode.  Give it a try.

 

Vger

ok I will

Posted
Ok I retransfered my images and same problem

Ok it works , I change the define('HTTP_SERVER', 'https://fludan.hostexellence.com');

to define('HTTP_SERVER', 'http://66.116.151.166') and it works

 

Thanks Guys for your help

 

Frank

Archived

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

×
×
  • Create New...