Results 1 to 9 of 9
  1. #1
    Join Date
    Jun 2006
    Posts
    10
    Plugin Contributions
    0

    help! cant get to admin

    i just installed and upgraded zencart. i am able to open the inex page. but i am NOT able to get to the admin page.

    now. i think the problem may have arisen from where it was installed this time.

    i installed it to a directory that another domain name is pointing to via .htaccess

    could this be causing the problem?

    if so, i dont know how to fix this.

    if not, what else could be going on?

    thank you all!

    also, the error message i am getting when trying to load the admin page is:
    The page isn't redirecting properly

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: help! cant get to admin

    check and make sure your entries in admin/includes/configure.php and includes/configure.php are correct and point to the right file locations.

    NOTE: you may need to change the admin to the directory you currently use as the admin directory.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: help! cant get to admin


    now. i think the problem may have arisen from where it was installed this time.

    i installed it to a directory that another domain name is pointing to via .htaccess
    If it's the case, make sure to replace the original .htaccess, from the package you downloaded from this site, to your admin folder on your server (inside your root's admin folder).

    Then, clear all temp files and cookies. Close your browser. Re-open your browser, (preferably Firefox), and see if the admin section works again.

    If not, make a backup of your admin folder and simply re-upload the entire admin's folder (originally from the package you downloaded from this site) and try your admin section page again once, again, you cleared out your cookies and temp files.

  4. #4
    Join Date
    Jun 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: help! cant get to admin

    thanks. let me try some of these suggestions.

    regarding the .htaccess. i was referring to the htaccess of my site in general not the one in the ZC folder

  5. #5
    Join Date
    Jun 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: help! cant get to admin

    ok so im a little confused.

    this is how i am set up:

    domain1.com is my main domain.

    domain2.com is where i want to instlal ZC

    all of the files for domain2.com are in a folder under htdocs (htdocs/domain2files/)

    my main .htaccess file under the htdocs points the domain2.com to this folder.

    now, i have installed ZC to www.domain2.com/photostore/
    these files are ACTUALLY here as well - www.domain1.com/domain2files/photostore/

    ** i hope that makes sense

    so, when trying to access the admin from either URL - (ie. www.domain2.com/photostore/admin) it doesnt work.

    ----------------------
    the includes/configure.php reads:

    define('HTTP_SERVER', 'domain2.com');
    define('HTTPS_SERVER', 'https://username.powweb.com');
    define('HTTP_CATALOG_SERVER', 'domain2.com');
    define('HTTPS_CATALOG_SERVER', 'https://username.powweb.com');


    and

    define('DIR_WS_ADMIN', '//domain2files/photostore/admin/');
    define('DIR_WS_CATALOG', '//domain2files/photostore/');
    define('DIR_WS_HTTPS_ADMIN', '//domain2files/photostore//admin/');
    define('DIR_WS_HTTPS_CATALOG', '//domain2files/photostore//');

    -----------------------------

    please let me know if you need other info --- i really appreciate your help. i hope the fix is as easy as editing the configure file!

    be well

  6. #6
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: help! cant get to admin

    1. When you say you can't get into admin, what are the exact symptoms and/or error messages?

    2. May I suggest a few changes:
    define('HTTP_SERVER', 'http://domain2.com');
    define('HTTPS_SERVER', 'https://username.powweb.com');
    define('HTTP_CATALOG_SERVER', 'http://domain2.com');
    define('HTTPS_CATALOG_SERVER', 'https://username.powweb.com');
    and remove the double-slashes from these, like so:
    define('DIR_WS_ADMIN', '/domain2files/photostore/admin/');
    define('DIR_WS_CATALOG', '/domain2files/photostore/');
    define('DIR_WS_HTTPS_ADMIN', '/domain2files/photostore/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/domain2files/photostore/');
    3. You didn't quote your DIR_FS_CATALOG setting.

    4. You have anonymized your information, which makes it very hard to suggest an exact solution.
    If your "store" area works fine, then perhaps comparing the configure.php from the /includes/ folder with your /admin/includes version might be a help....
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Jun 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: help! cant get to admin

    what did you mean by this?

    NOTE: you may need to change the admin to the directory you currently use as the admin directory.[/QUOTE]

  8. #8
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: help! cant get to admin

    Quote Originally Posted by Tex10
    what did you mean by this?

    NOTE: you may need to change the admin to the directory you currently use as the admin directory.
    I think dbltoe was suggesting that perhaps you might have renamed your admin folder, so was suggesting that his instructions might need altering to match the new name of your admin folder ... but if you haven't renamed it yet, there is no need to worry about that statement.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: help! cant get to admin

    You mentioned that you had moved files. Since it's recommended that users change the admin directory, I just wanted to make sure you were in the right spot.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

Similar Threads

  1. customers cant check out and I cant get to admin
    By rdsbaker in forum General Questions
    Replies: 7
    Last Post: 27 Mar 2011, 11:05 PM
  2. cant get into admin after admin folder change
    By egold in forum General Questions
    Replies: 13
    Last Post: 30 Jun 2009, 04:23 PM
  3. Need Help, Cant get to Admin side
    By SyntheticShield in forum General Questions
    Replies: 1
    Last Post: 2 Nov 2006, 02:06 AM
  4. cant get to admin page
    By lacy in forum Installing on a Windows Server
    Replies: 5
    Last Post: 30 Jun 2006, 04:46 AM

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