Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Apr 2022
    Location
    India
    Posts
    12
    Plugin Contributions
    0

    Default Re: Couldnt access admin dashboard - too many redirects error

    Quote Originally Posted by mc12345678 View Post
    How certain are you that the email is actually generated by someone using the form instead of just grabbing an email address off of the page and using it to create an email? Is it or are they formatted the same way as when you send yourself a test message? If you are logging emails generated by your site, are those emails present?
    We have not mentioned that particular email address (its actually different domain based email) to which the form sends the email.

  2. #12
    Join Date
    Apr 2022
    Location
    India
    Posts
    12
    Plugin Contributions
    0

    Default Re: Couldnt access admin dashboard - too many redirects error

    Quote Originally Posted by swguy View Post
    @Arvinrags - it's really best to stick to one question per thread - get your admin issues fixed, then create a new thread for your email issues.
    Thank you. Will create new thread afterwards.

  3. #13
    Join Date
    Apr 2022
    Location
    India
    Posts
    12
    Plugin Contributions
    0

    Default Re: Couldnt access admin dashboard - too many redirects error

    Quote Originally Posted by mc12345678 View Post
    You always have options. The redirects are a "file" issue mostly. My previous (indirect) suggestion was to post the contents of your admin/includes/configure.php file, marking out sensitive information.

    What you can do though is place the store in maintenance mode via phpmyadmin, until the update is complete. Technically that should really only be for a few minutes if sequenced properly.. To do it that way would entail developing the upgrade outside of the live site files and with a different database. I.e. as recommended for performing an update. If you have already done that development and really are ready to apply all of those changes to your live site, then the brief period that a user may not be able to properly access the site would be rectified rather quickly because the database upgrade process through zc_install forces the site into maintenance mode.

    This last part though would suggest that you should apply a test version of your site somewhere on your server to validate that you won't end up with the same issue as currently experiencing..
    Below is the content of configure.php. I have removed the data pertaining to file directories and sensitive information. Hope this is ok or any other option there to send the information for purview.

    define('HTTP_SERVER', 'https://eshubham.com');
    define('HTTPS_SERVER', 'https://eshubham.com');
    define('HTTP_CATALOG_SERVER', 'https://eshubham.com');
    define('HTTPS_CATALOG_SERVER', 'https://eshubham.com');

    // secure webserver for admin? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_ADMIN', 'true');

    // secure webserver for storefront? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_CATALOG', 'true');

    define('DIR_WS_ADMIN', preg_replace('#^' . str_replace('-', '\-', zen_parse_url(HTTP_SERVER, '/path')) . '#', '', dirname($_SERVER['SCRIPT_NAME'])) . '/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', preg_replace('#^' . str_replace('-', '\-', zen_parse_url(HTTPS_SERVER, '/path')) . '#', '', dirname($_SERVER['SCRIPT_NAME'])) . '/');
    define('DIR_WS_HTTPS_CATALOG', '/');

  4. #14
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: Couldnt access admin dashboard - too many redirects error

    Are there any redirects present in the site's root/.htaccess file?

  5. #15
    Join Date
    Apr 2022
    Location
    India
    Posts
    12
    Plugin Contributions
    0

    Default Re: Couldnt access admin dashboard - too many redirects error

    Quote Originally Posted by lat9 View Post
    Are there any redirects present in the site's root/.htaccess file?
    No. There are no redirects in the root .htaccess file

  6. #16
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Couldnt access admin dashboard - too many redirects error

    Well, as was pointed out earlier the problem is most likely
    The url is eshubham.com running 1.53 version of Zencart and PHP 7.4
    Downgrade your PHP version on your hosting account to PHP5.6 if possible via the MultiPHP Manager in cPanel and see if the problem goes away with the redirect issue.
    additionally, you can manually place the site in down for maintenance via phpmyadmin in cPanel by searching for "DOWN_FOR_MAINTENANCE" in the configuration table and setting the value to "true"
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  7. #17
    Join Date
    Apr 2022
    Location
    India
    Posts
    12
    Plugin Contributions
    0

    Default Re: Couldnt access admin dashboard - too many redirects error

    Quote Originally Posted by barco57 View Post
    Well, as was pointed out earlier the problem is most likely

    Downgrade your PHP version on your hosting account to PHP5.6 if possible via the MultiPHP Manager in cPanel and see if the problem goes away with the redirect issue.
    additionally, you can manually place the site in down for maintenance via phpmyadmin in cPanel by searching for "DOWN_FOR_MAINTENANCE" in the configuration table and setting the value to "true"
    Tried downgrading to 5.6. Its still same, its showing same error. Would upgrading zencart solve the issue?

  8. #18
    Join Date
    Apr 2022
    Location
    India
    Posts
    12
    Plugin Contributions
    0

    Default Re: Couldnt access admin dashboard - too many redirects error

    Quote Originally Posted by barco57 View Post
    Well, as was pointed out earlier the problem is most likely

    Downgrade your PHP version on your hosting account to PHP5.6 if possible via the MultiPHP Manager in cPanel and see if the problem goes away with the redirect issue.
    additionally, you can manually place the site in down for maintenance via phpmyadmin in cPanel by searching for "DOWN_FOR_MAINTENANCE" in the configuration table and setting the value to "true"
    Also I Couldnt find the Down for maintenance option in the phpmyadmin tables...

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v153 Admin page access fails with too many redirects
    By swguy in forum Bug Reports
    Replies: 28
    Last Post: 16 Jan 2015, 07:13 PM
  2. 1.3.8 too many redirects at checkout when using FEC addon
    By anaxagoras in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 1 Mar 2012, 07:24 PM
  3. too many redirects 301 error - trying to login to admin
    By ceffthor in forum Installing on a Linux/Unix Server
    Replies: 10
    Last Post: 10 Aug 2011, 09:09 PM
  4. Too many redirects? HELP
    By Uthernator in forum General Questions
    Replies: 1
    Last Post: 29 Sep 2010, 10:36 AM
  5. Too Many Redirects - Unable to login
    By Webskipper in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Jul 2008, 11:09 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