Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 66
  1. #11
    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

    Quote Originally Posted by countrycharm View Post
    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;
    }
    That doesn't make any sense at all, since that code is in the draw_textarea function ... and the admin login doesn't use any textarea fields.

    How has your admin been altered vs a fresh uncustomized install?
    .

    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.

  2. #12
    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 doesn't make any sense at all, since that code is in the draw_textarea function ... and the admin login doesn't use any textarea fields.

    How has your admin been altered vs a fresh uncustomized install?
    They both were a fresh Install from my local host 1.3.9c. I just have been updating whenever you guys do. I haven't altered my admin except maybe some of the add ons I have installed. Everything was working with no problem except when I updated to the latest version. I can offer to give you my Admin and ftp information if you want to take a peek.
    Last edited by countrycharm; 4 Oct 2010 at 02:30 AM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #13
    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

    What exactly are the symptoms of the failed login?
    An error message? Just a screen refresh w/o message? A blank screen?
    .

    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. #14
    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
    What exactly are the symptoms of the failed login?
    An error message? Just a screen refresh w/o message? A blank screen?
    As I said over on the first page there's a popup window. Look at the first picture.
    http://www.zen-cart.com/forum/showpo...99&postcount=3
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #15
    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 shagging View Post
    I did a manual fresh install of Zencart 1.3g and have followed the instructions and everything installed fine but I cannot login to my admin. When I try to login it takes me to the front of my store with the welcome message and the url or the "final alert message". I have been at this for over 10 hours looking for solutions everywhere and conacting my host (startlogic) who have been no help. Could someone please help? I did the install this morning and have done nothing else since the install.
    DrByte is looking into this. Maybe he will have a answer today.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #16
    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

    shagging's issue is completely different, and has been moved to its own thread.
    .

    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. #17
    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

    Quote Originally Posted by countrycharm View Post
    As I said over on the first page there's a popup window. Look at the first picture.
    http://www.zen-cart.com/forum/showpo...99&postcount=3
    Hmmm .... somehow I completely missed the symptom that you were being redirected to your storefront when logging in to your admin.

    That can only be caused by two things:
    a) your admin configure.php file has not got the admin paths in it properly
    b) you've got rewrite rules in your .htaccess (or otherwise) which are doing the redirect on you
    .

    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. #18
    Join Date
    May 2010
    Posts
    18
    Plugin Contributions
    0

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

    Hi
    I had the same issues when I upgraded to 1.3.9g. When anyone tried to login they were just send back to the login page. No error or anything showing.
    I restored back to 1.3.9f and all works fine.

    Which .htaccess file would effect that?

  9. #19
    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
    Hmmm .... somehow I completely missed the symptom that you were being redirected to your storefront when logging in to your admin.

    That can only be caused by two things:
    a) your admin configure.php file has not got the admin paths in it properly
    b) you've got rewrite rules in your .htaccess (or otherwise) which are doing the redirect on you
    I look at my .htaccess file and found I had a rewrite rule for the old facebook addon # rewrite fbcanvas directory and RewriteCond %{REQUEST_URI} !^/fbcanvas [NC] After I removed this from my .htaccess file I installed the new html_output from zen-cart-v1.3.9g and now I can log on Very strange. That shouldn't have any affects on it i wouldn't think. Anyway here is my .htaccess file. I have rename my custom folder to admin.

    AddHandler x-httpd-php5 .php
    <ifmodule mod_php5.c>
    php_value zlib.output_compression 16386
    </ifmodule>
    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^thegoodshepherdstore.com$ [NC]
    RewriteRule ^(.*)$ http://www.thegoodshepherdstore.com/$1 [R=301,L]
    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/admin [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors [NC]
    # Don't rewrite cPanel directories
    RewriteCond %{REQUEST_URI} !/cpanel [NC]
    RewriteCond %{REQUEST_URI} !/frontend [NC]
    # Handle all other URIs using Zen Cart (index.php)
    RewriteRule .* index.php?%{QUERY_STRING} [L]

    SetEnvIfNoCase User-Agent "yandex" bad_bot
    <Limit GET POST>
    order allow,deny
    allow from all
    deny from env=bad_bot
    </Limit>
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #20
    Join Date
    Jul 2010
    Posts
    85
    Plugin Contributions
    0

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

    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?

 

 
Page 2 of 7 FirstFirst 1234 ... 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