Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Oct 2008
    Posts
    404
    Plugin Contributions
    0

    Default Cant' log into my Admin and customers can't login

    Hi All,

    I've read through all similiar threads but still unclear in my situation. Had my webhost direct my non www url to my www url and that works fine, but now can't sign into my Admin page. Also, my customers can't log into their accounts on my site. (say's there is no match for that email address & password).

    I know I'm supposed to looked at my include/configure.php file and I get this:

    // Define the webserver and path parameters
    // Main webserver: eg, http://localhost - should not be empty for productive servers
    define('HTTP_SERVER', 'http://thrift4kids.com');
    // Secure webserver: eg, https://localhost - should not be empty for productive servers
    define('HTTPS_SERVER', 'https://thrift4kids.com'); // secure webserver for checkout procedure? define('ENABLE_SSL', '1');


    Should I be changing these files to :

    // Define the webserver and path parameters
    // Main webserver: eg, http://localhost - should not be empty for productive servers
    define('HTTP_SERVER', 'http://www.thrift4kids.com'); // Secure webserver: eg, https://localhost - should not be empty for productive servers
    define('HTTPS_SERVER', 'https://www.thrift4kids.com');
    // secure webserver for checkout procedure? define('ENABLE_SSL', '1');



    The same goes for my admin/includes/configure.php file:

    define('HTTP_SERVER', 'http://thrift4kids.com'); // Secure webserver: eg, https://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://thrift4kids.com'); // eg, https://localhost define('HTTP_CATALOG_SERVER', 'http://thrift4kids.com'); define('HTTPS_CATALOG_SERVER', 'https://thrift4kids.com'); // secure webserver for catalog module and/or admin areas? define('ENABLE_SSL_CATALOG', 'false'); define('ENABLE_SSL_ADMIN', 'false');

    Thanks!

  2. #2
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Idea or Suggestion Re: Cant' log into my Admin and customers can't login

    Yes change the two configure.php files in those two locations, don't forget to upload the changed files back to the web server.

    Just add the www don't change anything else.

    pete
    Last edited by colemanpa; 20 Jan 2009 at 02:08 AM. Reason: changed something

  3. #3
    Join Date
    Oct 2008
    Posts
    404
    Plugin Contributions
    0

    Default Re: Cant' log into my Admin and customers can't login

    thanks Pete! Ok, pardon my ignorance, but exactly what do you mean when you say 'upload the files back to the web server'?

  4. #4
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Idea or Suggestion Re: Cant' log into my Admin and customers can't login

    ok first you must FTP using a "FTP program" the files to your desk top sounds like you have done this, using an "editor" make the changes, then FTP the files back to there proper locations back on the web server where they came from, remembering that the files have the same name and different contents and locations.

    FTP programs: FileZilla
    Editor Crimson Editor

    pete

  5. #5
    Join Date
    Oct 2008
    Posts
    404
    Plugin Contributions
    0

    Default Re: Cant' log into my Admin and customers can't login

    oh..ok. Thanks again!

  6. #6
    Join Date
    Oct 2008
    Posts
    404
    Plugin Contributions
    0

    Default Re: Cant' log into my Admin and customers can't login

    ok...I can log into my Admin now...but customers still can't log into their accounts on my site. Every time you try to log in, it basically just refreshes the page and you can't proceed to checkout. Yet the Shopping Cart icon still display on Header. Is it because I also have to change these files ?

    Includes/configure.php
    From:

    define('DIR_FS_CATALOG', '/hsphere/local/home/mwelch/thrift4kids.com/');define('DIR_FS_SQL_CACHE', '"/hsphere/local/home/mwelch/thrift4kids.com/cache');

    To:
    define('DIR_FS_CATALOG', '/hsphere/local/home/mwelch/www.thrift4kids.com/');define('DIR_FS_SQL_CACHE', '"/hsphere/local/home/mwelch/www.thrift4kids.com/cache');


    Admin/includes/configure.php
    From:

    define('DIR_FS_ADMIN', '/hsphere/local/home/mwelch/thrift4kids.com/admin/'); define('DIR_FS_CATALOG', '/hsphere/local/home/mwelch/thrift4kids.com/');
    define('DIR_FS_FILE_MANAGER_ROOT', '/hsphere/local/home/mwelch/thrift4kids.com/'
    define('DIR_FS_SQL_CACHE', '/hsphere/local/home/mwelch/thrift4kids.com/cache');?>

    To:

    define('DIR_FS_ADMIN', '/hsphere/local/home/mwelch/www.thrift4kids.com/admin/'); define('DIR_FS_CATALOG', '/hsphere/local/home/mwelch/www.thrift4kids.com/');

    define('DIR_FS_FILE_MANAGER_ROOT', '/hsphere/local/home/mwelch/www.thrift4kids.com/'
    define('DIR_FS_SQL_CACHE', '/hsphere/local/home/mwelch/www.thrift4kids.com/cache');?>

    thanks!
    Last edited by mw4kids; 20 Jan 2009 at 05:07 AM.

  7. #7
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Idea or Suggestion Re: Cant' log into my Admin and customers can't login

    Yes in the /includes/configure.php and admin/includes/configure.php you have to change all the places that have your URL in it, sorry I thought you understood that.

    Looks like you did a great job.

    pete
    Last edited by colemanpa; 20 Jan 2009 at 05:09 AM. Reason: changedsomething

  8. #8
    Join Date
    Oct 2008
    Posts
    404
    Plugin Contributions
    0

    Default Re: Cant' log into my Admin and customers can't login

    thanks but still have some trouble shooting to do
    I just made those changes on those files and got a HTTP 404 error on my website page & my Admin to my zencart went blank.

    Any ideas?

    (sorry I know it's late)

  9. #9
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Default Re: Cant' log into my Admin and customers can't login

    yea every where it said /hsphere/local/home/mwelch/ change that back to /hsphere/local/home/mwelch/thrift4kids.com/

    That's pointing to a directory that exists

    pete

  10. #10
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Idea or Suggestion Re: Cant' log into my Admin and customers can't login

    when you get that done, test you should be able to log on to admin but customer are having trouble logging on!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Cant Log into my admin
    By anirealm in forum Basic Configuration
    Replies: 9
    Last Post: 31 Oct 2010, 06:55 PM
  2. Cant log into admin and reset wont work
    By manleym in forum General Questions
    Replies: 2
    Last Post: 3 Nov 2009, 07:33 PM
  3. Cant log into admin
    By splishsplashbb in forum Installing on a Windows Server
    Replies: 6
    Last Post: 8 Jun 2008, 11:35 PM
  4. I cant Log into Admin Area?!!
    By BigNath in forum Basic Configuration
    Replies: 2
    Last Post: 1 May 2008, 06:24 PM
  5. cant log into admin
    By callansdad in forum Customization from the Admin
    Replies: 2
    Last Post: 12 Dec 2007, 07:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR