Redirect Loop from TinyMCE gallery
-
Hello,
I’ve been having an issue with a multisite installation causing redirect loops.
This error happens only on the secondary site; the primary site works fine (at least as far as I can tell).The error is causing some things like the ajax gallery view not to work.
Here is the error I find over and over again in the site’s error logs:
[Fri Oct 20 03:45:29 2017][error] [client 83.240.186.238] 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. [Fri Oct 20 03:45:29 2017][debug] core.c(3116): [client 83.240.186.238] r->uri = /site/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/js/tiny_mce/plugins/advimage/galery.php [Fri Oct 20 03:45:29 2017][debug] core.c(3122): [client 83.240.186.238] redirected from r->uri = /site/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/js/tiny_mce/plugins/advimage/galery.php [Fri Oct 20 03:45:29 2017][debug] core.c(3122): [client 83.240.186.238] redirected from r->uri = /site/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/js/tiny_mce/plugins/advimage/galery.php [Fri Oct 20 03:45:29 2017][debug] core.c(3122): [client 83.240.186.238] redirected from r->uri = /site/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/js/tiny_mce/plugins/advimage/galery.php [Fri Oct 20 03:45:29 2017][debug] core.c(3122): [client 83.240.186.238] redirected from r->uri = /site/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/js/tiny_mce/plugins/advimage/galery.php [Fri Oct 20 03:45:29 2017][debug] core.c(3122): [client 83.240.186.238] redirected from r->uri = /site/wordpress/wordpress/wordpress/wordpress/wordpress/js/tiny_mce/plugins/advimage/galery.php [Fri Oct 20 03:45:29 2017][debug] core.c(3122): [client 83.240.186.238] redirected from r->uri = /site/wordpress/wordpress/wordpress/wordpress/js/tiny_mce/plugins/advimage/galery.php [Fri Oct 20 03:45:29 2017][debug] core.c(3122): [client 83.240.186.238] redirected from r->uri = /site/wordpress/wordpress/wordpress/js/tiny_mce/plugins/advimage/galery.php [Fri Oct 20 03:45:29 2017][debug] core.c(3122): [client 83.240.186.238] redirected from r->uri = /site/wordpress/wordpress/js/tiny_mce/plugins/advimage/galery.php [Fri Oct 20 03:45:29 2017][debug] core.c(3122): [client 83.240.186.238] redirected from r->uri = /site/wordpress/js/tiny_mce/plugins/advimage/galery.php [Fri Oct 20 03:45:29 2017][debug] core.c(3122): [client 83.240.186.238] redirected from r->uri = /site/js/tiny_mce/plugins/advimage/galery.php
I’m not sure where I need to look to fix this error. It looks like it’s appending an infinite number of /wordpress/ directories that don’t exist onto the URIs for some reason… WordPress is installed in a subdirectory (/wordpress/) on this site, so my only guess is that maybe something is wrong in the multisite config? But if someone can help shed some light on this and help me find where to look for this problem, I’d appreciate it!
- The topic ‘Redirect Loop from TinyMCE gallery’ is closed to new replies.