Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 66
  1. #21
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by Nordenfor View Post
    Same login proglem here after 1.3.9.g update.

    I got an error msg of:

    The requested URL /zen_cart/admin/alert_page.php was not found on this server.

    And my login page is admin.php Why the new version points to an alert_page.php?
    Make sure admin/alert_page.php exist if not you miss uploading it.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #22
    Join Date
    Jul 2010
    Posts
    85
    Plugin Contributions
    0

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by countrycharm View Post
    Make sure admin/alert_page.php exist if not you miss uploading it.
    Oh, a new file... okay. Changelog update would not be possible to be automated in the future?

  3. #23
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by Nordenfor View Post
    Oh, a new file... okay. Changelog update would not be possible to be automated in the future?
    Um ... the changelog contains that information.
    .

    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.

  4. #24
    Join Date
    Mar 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by Nordenfor View Post
    Same login proglem here after 1.3.9.g update.

    I got an error msg of:

    The requested URL /zen_cart/admin/alert_page.php was not found on this server.

    And my login page is admin.php Why the new version points to an alert_page.php?
    Seems like nobody has posted this but i actually just started upgrading from f to g today and noticed that in the changelog g there was no mention of the new files below in the changed files section but in the new files section it says these three files should be new ... i am totally guessing they forgot to mention it so try adding them all three ... they do exist in g

    * /admin/alert_page.php
    * /admin/includes/init_includes/init_sanitize.php
    * /admin/includes/languages/english/alert_page.php

  5. #25
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by djbelize View Post
    Seems like nobody has posted this but i actually just started upgrading from f to g today and noticed that in the changelog g there was no mention of the new files below in the changed files section but in the new files section it says these three files should be new ... i am totally guessing they forgot to mention it so try adding them all three ... they do exist in g

    * /admin/alert_page.php
    * /admin/includes/init_includes/init_sanitize.php
    * /admin/includes/languages/english/alert_page.php
    They should not be in the "changed" section because they were not changed: they were added. They are in the "New Files" section to show you that these file are new and needs to be added.

    Also, you should be upgrading to 1.3.9h
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #26
    Join Date
    Mar 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Can't login to admin after upgrading to 1.3.9g

    true countrycharm :) ... i overlooked the new files section at first and proceeded and had to go back so i thought maybe people were doing the same since missing "alert_page" was an issue and maybe they were only looking in the changelog section as i did so i was trying to state to look at the new files section ... but you pointed it out right .... changed files doesn't equal new files ... so they were properly addressed ... and yes i have upgraded to h also :) i just like updating level to level not skipping from instance say f to h ... thnx though.

  7. #27
    Join Date
    Jan 2007
    Location
    Idaho
    Posts
    43
    Plugin Contributions
    0

    Default Re: Can't login to admin after upgrading to 1.3.9g

    I'm going crazy here. I have 2 stores. I upgraded the first one to 1.3.9g without any problems and that store has a lot of add-ons.
    The second store won't let me log in. I have been reading now 3 days about possible problems. Nothing has worked.
    I have cleaned the cache, cleared the cookies, restarted the firefox and computer, compared all the files twice. Added "Admin" login to database. Tried resending login for the original login and it didn't work either. Maybe I'm just blind and stupid.
    I did not go back to 1.3.9.f since I want to stay with the times. Any help?

    Here is my admin/includes/configure.php

    Code:
    define('HTTP_SERVER', 'https://pedsafe.com');
      define('HTTPS_SERVER', 'https://pedsafe.com');
      define('HTTP_CATALOG_SERVER', 'https://pedsafe.com');
      define('HTTPS_CATALOG_SERVER', 'https://pedsafe.com');
    
      // secure webserver for catalog module and/or admin areas?
      define('ENABLE_SSL_CATALOG', 'true');
      define('ENABLE_SSL_ADMIN', 'true');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_ADMIN', '/roa134x/store/xxxxx/');
      define('DIR_WS_CATALOG', '/roa134x/store/');
      define('DIR_WS_HTTPS_ADMIN', '/roa134x/store/xxxxx/');
      define('DIR_WS_HTTPS_CATALOG', '/roa134x/store/');
    
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
      define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
      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/');
      define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
    
    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      define('DIR_FS_ADMIN', '/home/content/s/a/t/satupedsafe/html/roa134x/store/xxxxx/');
      define('DIR_FS_CATALOG', '/home/content/s/a/t/satupedsafe/html/roa134x/store/');
    
      define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
      define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
      define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
      define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
      define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
      define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    
    // define our database connection
      define('DB_TYPE', 'mysql');
      define('DB_PREFIX', 'zen_');
      define('DB_SERVER','pedzzzzzzzzzzz21.db.5zzzzz0.hostedresource.com'); 
      define('DB_SERVER_USERNAME', 'pedzzzzzzzzzzz21');
      define('DB_SERVER_PASSWORD', 'xxxxxxxx');
      define('DB_DATABASE', 'pedzzzzzzzzzzzz1');
      define('USE_PCONNECT', 'false');
      define('STORE_SESSIONS', 'db');

  8. #28
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by Satu View Post
    I'm going crazy here. I have 2 stores. I upgraded the first one to 1.3.9g without any problems and that store has a lot of add-ons.
    The second store won't let me log in. I have been reading now 3 days about possible problems. Nothing has worked.
    I have cleaned the cache, cleared the cookies, restarted the firefox and computer, compared all the files twice. Added "Admin" login to database. Tried resending login for the original login and it didn't work either. Maybe I'm just blind and stupid.
    I did not go back to 1.3.9.f since I want to stay with the times. Any help?

    Here is my admin/includes/configure.php

    Code:
    define('HTTP_SERVER', 'https://pedsafe.com');
      define('HTTPS_SERVER', 'https://pedsafe.com');
      define('HTTP_CATALOG_SERVER', 'https://pedsafe.com');
      define('HTTPS_CATALOG_SERVER', 'https://pedsafe.com');
    
      // secure webserver for catalog module and/or admin areas?
      define('ENABLE_SSL_CATALOG', 'true');
      define('ENABLE_SSL_ADMIN', 'true');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_ADMIN', '/roa134x/store/xxxxx/');
      define('DIR_WS_CATALOG', '/roa134x/store/');
      define('DIR_WS_HTTPS_ADMIN', '/roa134x/store/xxxxx/');
      define('DIR_WS_HTTPS_CATALOG', '/roa134x/store/');
    
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
      define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
      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/');
      define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
    
    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      define('DIR_FS_ADMIN', '/home/content/s/a/t/satupedsafe/html/roa134x/store/xxxxx/');
      define('DIR_FS_CATALOG', '/home/content/s/a/t/satupedsafe/html/roa134x/store/');
    
      define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
      define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
      define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
      define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
      define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
      define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    
    // define our database connection
      define('DB_TYPE', 'mysql');
      define('DB_PREFIX', 'zen_');
      define('DB_SERVER','pedzzzzzzzzzzz21.db.5zzzzz0.hostedresource.com'); 
      define('DB_SERVER_USERNAME', 'pedzzzzzzzzzzz21');
      define('DB_SERVER_PASSWORD', 'xxxxxxxx');
      define('DB_DATABASE', 'pedzzzzzzzzzzzz1');
      define('USE_PCONNECT', 'false');
      define('STORE_SESSIONS', 'db');
    Checked your cache folder on your server and see what the the debug log tells you. Are you being redirected to your storefront when trying to logging in to your admin? What error are you getting if any? What exactly are the symptoms of the failed login? An error message? Just a screen refresh w/o message? A blank screen?
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #29
    Join Date
    Jan 2007
    Location
    Idaho
    Posts
    43
    Plugin Contributions
    0

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Hi,
    There is nothing in the cache folder. I don't know why.
    It keeps me on the login page and says that "You entered the wrong username or password."

  10. #30
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Can't login to admin after upgrading to 1.3.9g

    Quote Originally Posted by Satu View Post
    Hi,
    There is nothing in the cache folder. I don't know why.
    It keeps me on the login page and says that "You entered the wrong username or password."
    open your /admin/includes/configure.php file and set the 2 SSL definitions to 'false' then try again.
    Trying to rule out SSL for the time being.
    If that don't work Post the admin configure file. XX-out only your new admin folder name and the db user & pass fields - - make sure to include any leading or trailing "/"
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 
Page 3 of 7 FirstFirst 12345 ... LastLast

Similar Threads

  1. v153 Can't login to admin after SSl was disabled, How to restore admin access?
    By alpheus in forum Installing on a Linux/Unix Server
    Replies: 8
    Last Post: 20 Dec 2014, 09:34 PM
  2. Replies: 2
    Last Post: 27 Jun 2014, 09:39 AM
  3. Can't login to admin after upgrade; can login with new install
    By dietcokelemon in forum Upgrading to 1.5.x
    Replies: 14
    Last Post: 9 Feb 2014, 05:16 PM
  4. Replies: 8
    Last Post: 15 Jul 2011, 06:39 AM
  5. Can't select template in admin after upgrading
    By KarlH in forum Upgrading from 1.3.x to 1.3.9
    Replies: 0
    Last Post: 14 Nov 2010, 11:25 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