MaeApple Posted October 2, 2005 Posted October 2, 2005 Hello, our website is https://www.safeshop.co.nz/moonlaed/catalog/login.php When I tried to log in as a customer E-mail Address: [email protected] Password: 666666 the page brings me to FlashCards.co.nz's website https://www.safeshop.co.nz/catalog/index.ph...b160a4779b3e21c However after customers log in, they should come to products in my website. I am not a coder. Could anybody please help? Thank you soooo much. Mae
WiseWombat Posted October 2, 2005 Posted October 2, 2005 Hello, our website is https://www.safeshop.co.nz/moonlaed/catalog/login.php When I tried to log in as a customer E-mail Address: [email protected] Password: 666666 the page brings me to FlashCards.co.nz's website https://www.safeshop.co.nz/catalog/index.ph...b160a4779b3e21c However after customers log in, they should come to products in my website. I am not a coder. Could anybody please help? Thank you soooo much. Mae Take alook in moonlaed/catalog/includes/configure.php and moonlaed/catalog/admin/includes.php and make sure your Your directory paths are set correctly Example define('DIR_WS_HTTP_CATALOG', '/moonlaed/catalog/'); Take alook in moonlaed/catalog/includes/configure.php and moonlaed/catalog/admin/includes.php and make sure yourYour directory paths are set correctly Example define('DIR_WS_HTTP_CATALOG', '/moonlaed/catalog/'); that should have been moonlaed/catalog/admin/includes/configure.php >_< ( WARNING ) I think I know what Im talking about. BACK UP BACK UP BACK UP BACK UP
MaeApple Posted October 2, 2005 Author Posted October 2, 2005 thank you WiseWombat! I am trying it!!!!!!! :)
MaeApple Posted October 2, 2005 Author Posted October 2, 2005 Hi, I have located that part you mentioned in the example from configure.php define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.moonlaed.com'); define('HTTPS_COOKIE_DOMAIN', 'www.moonlaed.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/moonlaed/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/'); I remeber the first time I logged in, I was linked to somepage like 'Welcome Mae, would you like to have a look at our new products?' and then i clicked the 'new product' link to the new product page below http://www.moonlaed.com/catalog/products_new.php This is pretty much right! But when I logged out and logged in again, I was linked to flashCard's website. Could you please tell me more what I can do? Cheers Mae
Guest Posted October 2, 2005 Posted October 2, 2005 the bottom line in your configure.php file set store sessions to 'mysql'
MaeApple Posted October 2, 2005 Author Posted October 2, 2005 Hi, Mibble. Thank you for your reply. yes, It was set to mysql. I dont see where the problem is... define('USE_PCONNECT', 'true'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> I tried to locad https://www.safeshop.co.nz/catalog/index.ph...b160a4779b3e21c in my code and tried to delete it. But nothing....... :huh:
Guest Posted October 2, 2005 Posted October 2, 2005 set pconnect to false did you add any contributions?
MaeApple Posted October 2, 2005 Author Posted October 2, 2005 No, I didnt. just some products are uploaded. I am trying. Thank you so much!!:)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.