justmeir Posted December 11, 2007 Posted December 11, 2007 Hi to everybody! :thumbsup: I instal the script one time and everything worked perfect after one day I reinstal that and after that I can't see any graficts :'( My link: achildishop.com/catalog My configure.php file details: ******************************************************************************** ************************ <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.achildishop.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.achildishop.com'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_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', '/home/content/a/c/h/achildiholding/html/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', '**********************'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', '***************'); define('DB_SERVER_PASSWORD', '************'); define('DB_DATABASE', '************'); define('USE_PCONNECT', 'true'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> ******************************************************************************** ***************************** I don't have SSL please help me :blink:
aarslank Posted December 11, 2007 Posted December 11, 2007 It seems to be working now. Are you still having problems? I like your theme (needs a few minor fixes though) What did you use? Thanks for your help.
justmeir Posted December 12, 2007 Author Posted December 12, 2007 It seems to be working now. Are you still having problems? I like your theme (needs a few minor fixes though) What did you use? Thank you! it's working but all the images are broken. for example you should see the pictures of that products but you don't see that. (anyway i don't see that <_< ).
germ Posted December 12, 2007 Posted December 12, 2007 I think you have a misguided .htaccess file in your /catalog/images folder. Rename it to txt.htaccess and see if things improve. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
justmeir Posted December 12, 2007 Author Posted December 12, 2007 I think you have a misguided .htaccess file in your /catalog/images folder. Rename it to txt.htaccess and see if things improve. Thanks you, but I don't have .htaccess file on catalog/images directory ? should I have ???
Guest Posted December 12, 2007 Posted December 12, 2007 Thanks you, but I don't have .htaccess file on catalog/images directory ? should I have ??? Have a look by using your webhosts control panel filemanager
justmeir Posted December 12, 2007 Author Posted December 12, 2007 Have a look by using your webhosts control panel filemanager I have .htaccess on my admin folder, and catalog folder but i don't have on my image folder. anyway I check on my control panel filemanager and all images broken on my server too. when i instaled them they was good? what could do that?
Guest Posted December 12, 2007 Posted December 12, 2007 I have .htaccess on my admin folder, and catalog folder but i don't have on my image folder.anyway I check on my control panel filemanager and all images broken on my server too. when i instaled them they was good? what could do that? Check the permissions on the images directory and the files within it.
justmeir Posted December 12, 2007 Author Posted December 12, 2007 Check the permissions on the images directory and the files within it. directory permissions : 777 files permissions: 644
Guest Posted December 12, 2007 Posted December 12, 2007 directory permissions : 777 files permissions: 644 Well, for some reason or other, your shop knows where the images are, but refuses to display them. The configure.php file looks ok (is it the one from the catalog side?). Permissions are ok (but directory should be 755 from memory).
germ Posted December 12, 2007 Posted December 12, 2007 If you used an FTP program to transfer the images to your site, do it again but this time send them in BINARY mode. I noticed the image for your logo is all out of whack. That's an indicator of FTP'ing it in TEXT mode, when it should have been done in BINARY mode. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
justmeir Posted December 12, 2007 Author Posted December 12, 2007 If you used an FTP program to transfer the images to your site, do it again but this time send them in BINARY mode. I noticed the image for your logo is all out of whack. That's an indicator of FTP'ing it in TEXT mode, when it should have been done in BINARY mode. Thanks I did that and everything working now! :thumbsup: :thumbsup:
germ Posted December 12, 2007 Posted December 12, 2007 :sweating: :lol: :thumbsup: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.