Guest Posted June 16, 2004 Share Posted June 16, 2004 HI, My website used to run perfectly before, until i remove the catalog folder because i don't want to use redirecting. I changed the configure file as well. But now, i have all sort of weird problem: - First some of my image are broken. - I also can't checkout. - My right column box is expanded/bigger. go to kayukayuhome.com and you know what i mean. This is what it's look like in the configure file: define('HTTP_SERVER', 'http://www.kayukayuhome.com/'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.ssl.perfora.net/kayukayuhome.com/'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'http://www.kayukayuhome.com'); define('HTTPS_COOKIE_DOMAIN', 'https://www.ssl.perfora.net/kayukayuhome.com'); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_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', '/homepages/2/d88973587/htdocs/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); and this is the setting for my sessions: Session Directory /tmp Force Cookie Use False Check SSL Session ID False Check User Agent False Check IP Address False Prevent Spider Sessions True Recreate Session True Can somebody help me, especially those who also remove their catalog folder and move it to the root level. Thanks, Danny Link to comment Share on other sites More sharing options...
ozcsys Posted June 16, 2004 Share Posted June 16, 2004 For the images that are not showing up you have this as the path http://www.kayukayuhome.com//includes/languages/english/images/buttons/button_continue.gif You have a double // after the domain name. Try changing your config to define('HTTP_SERVER', 'http://www.kayukayuhome.com'); define('DIR_WS_HTTP_CATALOG', '/'); That might help. Not sure about the checkout problem but when I click on my account I was not sent to a secure page like I should have been so that may well have something to do with that problem. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right?? Link to comment Share on other sites More sharing options...
ryanf Posted June 16, 2004 Share Posted June 16, 2004 where ever there is a '' you need to have '/' if you also take out the / it messes things up. If I was crafty, this would be a funny signature. Link to comment Share on other sites More sharing options...
Guest Posted June 16, 2004 Share Posted June 16, 2004 OK ozcsys adn ryanf, i have done what you suggested, so this is my configure file looks like now: define('HTTP_SERVER', 'http://www.kayukayuhome.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.ssl.perfora.net/kayukayuhome.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'kayukayuhome.com'); define('HTTPS_COOKIE_DOMAIN', 'ssl.perfora.net/kayukayuhome.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_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', 'homepages/2/d88973587/htdocs/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); The checkout problem is solved now, which is the most important one. But the broken images still exist, I don't understand. Can you help please? Danny Link to comment Share on other sites More sharing options...
ozcsys Posted June 16, 2004 Share Posted June 16, 2004 The image paths for your buttons now look correct I would check the buttons themselves and make sure that the files are either there or up-loaded correctly. I sometimes have a problem with images not coming out very well after an up-load. The ones that are not working are the /english/images/buttons/ so try up-loading them again. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right?? Link to comment Share on other sites More sharing options...
Guest Posted June 16, 2004 Share Posted June 16, 2004 Hi Richard, I have checked the images files are there /english/image/button I even upload them again. Still the broken images exist, this is way to weird for me. What would another explanation for this kind of problem? You said make sure to be uploaded correctly. how do i know that? Danny Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.