Guest Posted December 4, 2004 Posted December 4, 2004 Hi I transfer my site to my new host , and now my pictures are not showing! :( Can some one help me? Thanks Frank
Guest Posted December 4, 2004 Posted December 4, 2004 have you set the file permissons on the new server? they dont go transferred, you need to set them to 777
Guest Posted December 4, 2004 Posted December 4, 2004 have you set the file permissons on the new server? they dont go transferred, you need to set them to 777 <{POST_SNAPBACK}> Yes I did
Guest Posted December 4, 2004 Posted December 4, 2004 post a link, also post your configure.php WITHOUT the database username, password, etc.
Guest Posted December 4, 2004 Posted December 4, 2004 post a link, also post your configure.php WITHOUT the database username, password, etc. <{POST_SNAPBACK}> 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
♥Vger Posted December 4, 2004 Posted December 4, 2004 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 Yes I did <{POST_SNAPBACK}>
♥Vger Posted December 4, 2004 Posted December 4, 2004 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
Guest Posted December 4, 2004 Posted December 4, 2004 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 <{POST_SNAPBACK}> it is the same type of server and the permissions of the images are 777 and the directory is 777 Thanks Frank
Guest Posted December 4, 2004 Posted December 4, 2004 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 <{POST_SNAPBACK}> it is just for testing until the site is working , right now my dns are not transfered Thanks Frank
♥Vger Posted December 4, 2004 Posted December 4, 2004 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
Guest Posted December 4, 2004 Posted December 4, 2004 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 <{POST_SNAPBACK}> ok I will
Guest Posted December 4, 2004 Posted December 4, 2004 ok I will <{POST_SNAPBACK}> Ok I retransfered my images and same problem
Guest Posted December 4, 2004 Posted December 4, 2004 Ok I retransfered my images and same problem <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.