Customer can't login-in in new install of 2.3.3
#1
Posted 21 August 2012 - 11:48 AM
It should be noted that I have this installed on a subdomian of my regular store. The path is "new.olddomain.com". Can this have something to do with the problem.
I have not modified anything. It's a compleletly new install. The first part of configure.php locks like this:
define('HTTP_SERVER', 'http://new.domain.com');
define('HTTPS_SERVER', 'http://new.domain.com');
define('ENABLE_SSL', false);
define('HTTP_COOKIE_DOMAIN', '');
define('HTTPS_COOKIE_DOMAIN', '');
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/');
#2
Posted 21 August 2012 - 11:50 AM
#3
Posted 21 August 2012 - 12:02 PM
define('HTTP_SERVER', 'http://new.domain.com');
define('HTTPS_SERVER', 'http://new.domain.com');
define('ENABLE_SSL', false);
define('HTTP_COOKIE_DOMAIN', 'new.domain.com');
define('HTTPS_COOKIE_DOMAIN', 'new.domain.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/');
#4
Posted 21 August 2012 - 02:59 PM
Session directory is /home/xxxx/public_html/new/includes/work/
#5
Posted 21 August 2012 - 03:41 PM
define('HTTP_SERVER', 'http://what ever your domain.com');
define('HTTPS_SERVER', 'http://what ever your domain');
define('ENABLE_SSL', 'false');
define('HTTP_COOKIE_DOMAIN', 'what ever your domain.com');
define('HTTPS_COOKIE_DOMAIN', 'what ever your domain.com');
define('HTTP_COOKIE_PATH', '/catalogue/');
define('HTTPS_COOKIE_PATH', '/catalogue/');
define('DIR_WS_HTTP_CATALOG', '/catalogue/');
define('DIR_WS_HTTPS_CATALOG', '/catalogue/');
define('DIR_WS_IMAGES', 'images/');
Change catalogue to whatever your sub folder is called
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.
#6
Posted 06 September 2012 - 11:15 AM
I suspect it has nothing to do with configure file. I tried with Safari on an Apple machine and for that it worked just fine. But on my woíndows machine using both Explorer and Firefox it does not. I have both set up to accept cookies.
My domain name is http://new2.xxxxx.se
#7
Posted 09 September 2012 - 11:09 AM
Please help
#8
Posted 09 September 2012 - 11:10 AM
gallery4youth, on 09 September 2012 - 11:09 AM, said:
Please help
#9
Posted 11 October 2012 - 09:59 PM
Can log in on 2 sites I have tested on. One is a root directory install and another in a subdomain. Both work fine.
I just installed on subdirectories (as apposed to subdomains) on 2 other sites and neither login in. You can create a new account but not log in.
So I decided to try Safari too and it logged in fine on all . It is in Firefox on the mac that I cannot log in on. But only when in subdirectories.
Anyone work this out?
#12
Posted 12 October 2012 - 01:08 AM
#13
Posted 07 November 2012 - 07:36 AM
#14
Posted 07 November 2012 - 08:36 AM
Edited by DennisMAX, 07 November 2012 - 08:36 AM.
#15
Posted 08 January 2013 - 01:38 AM
I had a similar problem to above and went into Admin>Sessions and changed Recreate Session to False, and all worked good. Could be worth a try.
Cheers
Grandpa









