The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM Redirect error on parent page: ERR_TOO_MANY_REDIRECTS
#2
Hi Marty,

The error “too many redirects” means that the website keeps being redirected
between different addresses in a way that will never complete.
Usually the error too many redirects comes from your browser.

1)
check that the base_url within your site is not conflicting with a redirect in the .htaccess file.
These conflicting redirects will flip flop back and forth and never complete.

2)
clear your cache and cookies in your browser.

3)
check there is no conflict between redirecting from http to https back and forth

4)
The next step in troubleshooting these kinds of redirect loops is to use the Developer Tools
in Firefox or Chrome. These tools are commonly opened by pressing the F12 key. Make sure you
select the Network tab in either of these and then reload the page you are having an issue with.
After reloading the page, you should see the series of redirects listed out for you in the new
window. Looking at the redirects, you can see if they are redirecting between a few different
things or redirecting to the same thing. Either way, you can see the steps that lead up to
the error, instead of just the end user’s browser error.
Reply


Messages In This Thread
RE: Redirect error on parent page: ERR_TOO_MANY_REDIRECTS - by Felix - 2020-04-10, 16:56:18



Users browsing this thread: 1 Guest(s)