Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Jun 2006
    Posts
    3
    Plugin Contributions
    0

    Default problems with getting to the admin page

    I installed the whole zencart an everything correctly, but when I went to click on the button to "begin customizing my store" I got an error page from doteasy (my host) saying the page was eitehr not available anymore or there was some sort of error, can anyone help me please ?

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: problems with getting to the admin page

    The exact details of the error message would be helpful.

    The URL would be helpful too :)
    .

    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.

  3. #3
    Join Date
    Jun 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: problems with getting to the admin page

    the error message sais:

    The page you requested is unavailable

    The page you are looking for might have been removed,
    had its name changed, or is temporarily unavailable.


    and it jumps to this url: http://templates.doteasy.com/ErrorPages/error404/

    apart from that I really have no idea what I'm doing wrong, I followed the instal instructions completely, took out the ZC_install folder, and changed the CHMOD of the 2 config.php to 444, an then when I'm supposed to click on the very last button (to go to the admin section, an personalize the shop) it comes up with the above. I'm new to this, an completely clueless, so any help would be REALLY appreciated. thanks

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: problems with getting to the admin page

    the URL to "your" site was what I was looking for...
    .

    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.

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

    Default Re: problems with getting to the admin page

    oh, sorry, its faithfulprints.ca/shop (I think thats the one your referring to anyway) oh an when I go there it is there, its just not personalized yet, so I'm pretty sure I installed it correctly

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: problems with getting to the admin page

    in your /admin/includes/configure.php, set these to 'false':

    Code:
      define('ENABLE_SSL_CATALOG', 'false');
      define('ENABLE_SSL_ADMIN', 'false');
    It looks like your settings for SSL access are incorrect. You don't need them right away, so turn them off for now.

    Will likely have to do the same for your /includes/configure.php file: ENABLE_SSL
    .

    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
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    Re: problems with getting to the admin page

    I have different issues with getting anything in admin to work. I can get in but when I click on anything say store configure this error appears.

    I have no clue what to do about it. I did move this site from another site. Is there something I should be editing in the database???

    Needed to use the session cache fix, that fixed those issues now this one popped up.

    1062 Duplicate entry '0' for key 1 is the error after I try to go to any of the features in the admin error.

    Thanks for the help.

    Time crunch and need to get this up right away.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: problems with getting to the admin page

    Sounds like you may have already followed these instructions?
    http://www.zen-cart.com/wiki/index.p...fferent_server


    Did you run the SQL commands posted here?
    http://www.zen-cart.com/forum/showth...391#post215391
    If not, that should solve the problem of the "Duplicate entry" error you're reporting.
    For easy access, in the v1.3.0.2 download, there is a script for this, found in zc_install/db_rebuild_autoincrement.sql which you can load via phpMyAdmin
    .

    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
    May 2004
    Location
    Nathalie,Virginia
    Posts
    90
    Plugin Contributions
    0

    Re: problems with getting to the admin page

    I too am having a similar problem.. I did a new install from fantasico then ran the patches to update with the bugfix (the site worked ok admin included until I ran the bugfix) Now I can not access the admin center the cart side appears to be working (at least it can be viewed that's a start..lol) The only difference is I'm not getting a 404 page but a 403 (forbidden) page I do have a SSL installed and I have read thru the forums from what I could find and have tried various things (just uploading the admin folder again - I have set the config files to 444 and even tried 644 neither works) the site address is www.everythingsunflower.com the cart is installed at root level and the admin is everythingsunflower.com/admin I'd appreciate any assistance possible.

    Thxs
    Noneya
    Age is a question of Mind over Matter,
    If you don't Mind, it don't matter!

  10. #10
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: problems with getting to the admin page

    How exactly did you apply the upgrade patch?
    and ... did fantastico install 1.3.0.1 for you ? do you know what version you upgraded "from" ?
    .

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Shipping Estimator - problems with getting the right estimated cost
    By ducam25z in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 7 Nov 2010, 03:24 PM
  2. Problems with admin page
    By deemurphy in forum Installing on a Windows Server
    Replies: 8
    Last Post: 23 Mar 2010, 03:54 PM
  3. Problems with getting of the Zen-cart logo and tagline
    By Trinicha in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Nov 2007, 03:04 AM
  4. Getting started With the main page
    By surlyjake in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Oct 2006, 01:47 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