Page 1 of 7 123 ... LastLast
Results 1 to 10 of 66
  1. #1
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Just upgraded from 1.3.9f to 1.3.9g now I can not log in to my admin. It takes me to the front of my store when I try to log in. If I click Resend Password it takes me to the front end of my store to reset my password. It was working fine before I upgraded. I need some fast help please! Thank You
    I also tried this https://www.zen-cart.com/tutorials/index.php?article=2
    It didn't work
    Last edited by countrycharm; 1 Oct 2010 at 07:13 AM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

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

    Did you clear your browser's cache and cookies as directed in the release notes and announcement?
    .

    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
    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 DrByte View Post
    Did you clear your browser's cache and cookies as directed in the release notes and announcement?
    Yes I cleared the browser and cookies. This is the image of what it looks like when I try to log in to admin. Then when I click continue it takes me to the front of my store here.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	login.jpg 
Views:	214 
Size:	26.8 KB 
ID:	8182   Click image for larger version. 

Name:	login2.jpg 
Views:	182 
Size:	50.6 KB 
ID:	8183  
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

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

    That suggests that your admin configure.php file is the non-admin version of the file .... or you've got a busted set of rewrite rules probably from a so-called SEO addon.
    .

    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
    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 DrByte View Post
    That suggests that your admin configure.php file is the non-admin version of the file .... or you've got a busted set of rewrite rules probably from a so-called SEO addon.
    I did a lot of digging into this and it seems to be the /admin/includes/functions/html_output.php file which is causing the problem. I replace the old file, and now I am able to log in. The new code in red prevents me from logging in.

    if ($text == '~*~*#' && (isset($GLOBALS[$name]) && is_string($GLOBALS[$name])) && ($reinsert_value == true) ) {
    $field .= stripslashes($GLOBALS[$name]);
    $field = str_replace('>', '>', $field);
    } elseif ($text != '~*~*#' && zen_not_null($text)) {
    $field = str_replace('>', '>', $field);
    $field .= $text;
    }
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

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

    I'm still waiting to hear from you about this DrByte if you would. Thank you
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #7
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

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

    That's what's breaking your other things in your admin.
    .

    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.

  8. #8
    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 DrByte View Post
    That's what's breaking your other things in your admin.
    Well if I leave it like this I can not log on to admin. Without the code in the red I can log on. Something is not quite right.
    if ($text == '~*~*#' && (isset($GLOBALS[$name]) && is_string($GLOBALS[$name])) && ($reinsert_value == true) ) {
    $field .= stripslashes($GLOBALS[$name]);
    $field = str_replace('>', '>', $field);
    } elseif ($text != '~*~*#' && zen_not_null($text)) {
    $field = str_replace('>', '>', $field);
    $field .= $text;
    }
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #9
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

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

    List of addons?

    (you're the only one reporting login problems in 1.3.9g, let alone problems with that section of code)
    .

    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.

  10. #10
    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 DrByte View Post
    List of addons?

    (you're the only one reporting login problems in 1.3.9g, let alone problems with that section of code)
    The html_output.ph file in 1.3.9f is different than the one in 1.3.9g. If I leave the one that came with 1.3.9f it works fine. I don't know
    Both my sites are doing the something. Here's a list. May be more I haven't thought of.

    Add on for The Good Shepherd Store

    cherry_zen_template_1-7
    1.7 Lightbox
    about_us_page_1-3-1
    captcha_using_ttf__gd__tel
    ceon_back_in_stock_notifications_2.6.0
    ceon_uri_mapping_3.8.0
    css_flyout_menu_
    css_javascript_loader
    easypopulate
    editor__fckeditor_plugin_2-6-4-1
    email_address_exporter_1-2c
    email_archive_manager_1-4
    emptycart_manager_1-2
    faq_page_v1-0
    footer_menu_v1-0
    google base 1-8-2
    image_handler_
    jscroller_sidebox_package_2-1
    links_manager_v3-5-3a
    login_box_1-5
    minimum_order_1-0-1a
    msrp_display_1-2
    newsletter_subscribe_2-2
    quantity_discounts_1-11
    quick_configuration_edit_for_x_1-0-1
    recover_cart_sales_3-1-0
    return_authorization_v2-3-3a
    rss_feed_2-1-4
    search_log_2-0
    shopmaniacom_automated_datafeed_generator
    simple_google_analytics_1-2-2
    sitemapxml__formerly_google_sitemap_2-1-0
    testimonial_manager_v1-5-2
    ty_package_tracker_for_x_2-3a
    syscheck_1-0-3
    admin_login_as_customer_v2-11
    backup_zc_v1.0.3
    store_credits

    Add on for Wholesale TGSS

    desert_noon_template_v2-0
    1.7 Lightbox
    about_us_page_1-3-1
    captcha_using_ttf__gd__tel
    css_flyout_menu_
    css_javascript_loader
    easypopulate
    editor__fckeditor_plugin_2-6-4-1
    email_archive_manager_1-4
    emptycart_manager_1-2
    faq_page_v1-0
    google base 1-8-2
    image_handler_
    jscroller_sidebox_package_2-1
    quantity_discounts_1-11
    quick_configuration_edit_for_x_1-0-1
    recover_cart_sales_3-1-0
    rss_feed_2-1-4
    sitemapxml__formerly_google_sitemap_2-1-0
    ty_package_tracker_for_x_2-3a
    backup_zc_v1.0.3
    store_credits
    Simple SEO URL 3.8.5
    Last edited by countrycharm; 4 Oct 2010 at 02:08 AM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 
Page 1 of 7 123 ... 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