Request exceeded the limit of 10 internal redirects
-
I notice this 500 type of error every time a (any) plugin is updated. For this reason I only do manual updates. I noticed this has somehow to do with TP. Why? Re-writing / re-saving TP configuration has become my work around to temporary fix the error until a next plugin update. Apparently re-saving TP configuration restores .htaccess after any plugin updated it. It is for this reason I turned off auto-update for all plugins because just any update would break the site.
This morning an emergency update was pushed out by WP and sure enough the site went down since then, until I could apply the work-around. I cannot show you the before / after diff of .htaccess but I will try to reproduce the issue in my staging site and report back here.
My request is that you would provide in your code some work around during cron that rewrites the configuration when there was any recent plugin (emergency or auto) update. Or may be adding a filter that makes other plugins see the correct path.
Below the Apache log with the error that causes the HTML 500 error in front-end pages.
[Thu Jul 15 08:26:28.318101 2021] [core:error] [pid 15305:tid 140100882212608] [client ipaddress:port] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. [Thu Jul 15 08:26:28.318111 2021] [core:debug] [pid 15305:tid 140100882212608] core.c(3833): [client ipaddress:port] AH00121: r->uri = /en/index.php [Thu Jul 15 08:26:28.318116 2021] [core:debug] [pid 15305:tid 140100882212608] core.c(3840): [client ipaddress:port] AH00122: redirected from r->uri = /en/index.php [Thu Jul 15 08:26:28.318121 2021] [core:debug] [pid 15305:tid 140100882212608] core.c(3840): [client ipaddress:port] AH00122: redirected from r->uri = /en/index.php [Thu Jul 15 08:26:28.318133 2021] [core:debug] [pid 15305:tid 140100882212608] core.c(3840): [client ipaddress:port] AH00122: redirected from r->uri = /en/index.php [Thu Jul 15 08:26:28.318138 2021] [core:debug] [pid 15305:tid 140100882212608] core.c(3840): [client ipaddress:port] AH00122: redirected from r->uri = /en/index.php [Thu Jul 15 08:26:28.318142 2021] [core:debug] [pid 15305:tid 140100882212608] core.c(3840): [client ipaddress:port] AH00122: redirected from r->uri = /en/index.php [Thu Jul 15 08:26:28.318147 2021] [core:debug] [pid 15305:tid 140100882212608] core.c(3840): [client ipaddress:port] AH00122: redirected from r->uri = /en/index.php [Thu Jul 15 08:26:28.318151 2021] [core:debug] [pid 15305:tid 140100882212608] core.c(3840): [client ipaddress:port] AH00122: redirected from r->uri = /en/index.php [Thu Jul 15 08:26:28.318156 2021] [core:debug] [pid 15305:tid 140100882212608] core.c(3840): [client ipaddress:port] AH00122: redirected from r->uri = /en/index.php [Thu Jul 15 08:26:28.318160 2021] [core:debug] [pid 15305:tid 140100882212608] core.c(3840): [client ipaddress:port] AH00122: redirected from r->uri = /en/index.php [Thu Jul 15 08:26:28.318165 2021] [core:debug] [pid 15305:tid 140100882212608] core.c(3840): [client ipaddress:port] AH00122: redirected from r->uri = /en/
- The topic ‘Request exceeded the limit of 10 internal redirects’ is closed to new replies.