New 1.5.20 upgrade from 1.4.x - apache redirect errors New 1.5.20 upgrade from 1.4.x - apache redirect errors
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

New 1.5.20 upgrade from 1.4.x - apache redirect errors

Started by PPNSteve, June 30, 2012, 09:22:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PPNSteve

 Request exceeded the limit of 10 internal redirects due to probable configuration error.

log examples:
[Sat Jun 30 19:03:47 2012] [error] [client 86.28.xx.xx] 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., referer: http://gallery.ppnstudio.com/login.php?reload_once&referer=displayimage.php%3Falbum%3D536%26pos%3D178&message_id=8ea549ef5c05e7bb5aae5fd950e07ac3&message_icon=info
[Sat Jun 30 19:03:47 2012] [error] [client 86.28.xx.xx] 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., referer: http://gallery.ppnstudio.com/login.php?reload_once&referer=displayimage.php%3Falbum%3D536%26pos%3D178&message_id=8ea549ef5c05e7bb5aae5fd950e07ac3&message_icon=info

[Sat Jun 30 19:04:01 2012] [error] [client 86.28.xx.xx] 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., referer: http://gallery.ppnstudio.com/login.php?reload_once&referer=displayimage.php%3Falbum%3D536%26pos%3D178&message_id=8ea549ef5c05e7bb5aae5fd950e07ac3&message_icon=info

No Idea here what is causing it. never got it on 1.4.x versions.

Can anyone help?

Αndré


PPNSteve


Αndré

Please check your logs. I just tried to view an image and it doesn't seem that there was in infinite redirection loop (at least everything works as expected).

PPNSteve

Yes, that's what is puzzling me.. it still seems to work correctly.

[Mon Jul 02 16:36:21 2012] [error] [client 216.15.68.xxx] 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., referer: http://gallery.ppnstudio.com/login.php?reload_once&referer=displayimage.php%3Falbum%3D4%26pos%3D559&message_id=b81d275bb5d82fb871ae036329270830&message_icon=info#cpgMessageBlock
[Mon Jul 02 16:36:21 2012] [error] [client 216.15.68.xxx] 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., referer: http://gallery.ppnstudio.com/login.php?reload_once&referer=displayimage.php%3Falbum%3D4%26pos%3D559&message_id=b81d275bb5d82fb871ae036329270830&message_icon=info#cpgMessageBlock

Is that your requests? (check IP)

Αndré


PPNSteve

Ok

Not sure then what's going on here.. I'll have to look in to it deeper.

PPNSteve

Just loaded a random image and got:

[Mon Jul 02 18:07:07 2012] [error] [client 76.114.49.xxx] 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., referer: http://gallery.ppnstudio.com/thumbnails.php?album=29
[Mon Jul 02 18:07:07 2012] [error] [client 76.114.49.xxx] 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., referer: http://gallery.ppnstudio.com/thumbnails.php?album=29
[Mon Jul 02 18:07:10 2012] [error] [client 76.114.49.xxx] 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., referer: http://gallery.ppnstudio.com/displayimage.php?album=29&pid=20206
[Mon Jul 02 18:07:10 2012] [error] [client 76.114.49.xxx] 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., referer: http://gallery.ppnstudio.com/displayimage.php?album=29&pid=20206
[Mon Jul 02 18:07:11 2012] [error] [client 76.114.49.xxx] 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., referer: http://gallery.ppnstudio.com/displayimage.php?album=29&pid=20206
[Mon Jul 02 18:07:11 2012] [error] [client 76.114.49.xxx] 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., referer: http://gallery.ppnstudio.com/displayimage.php?album=29&pid=20206

Αndré


PPNSteve

yes it does..
thats why its so strange.. Firebug shows nothing out of the ordinary either..  so I'm stumped.

Αndré

Please try again after removing the following code block from login.php:
    if (!$superCage->get->keyExists('reload_once')) {
        $ref = $CPG_REFERER ? '?reload_once&referer='.urlencode($CPG_REFERER) : '?reload_once';
        cpgRedirectPage('login.php'.$ref);
    }

PPNSteve

I think it was related to some missing images in my theme folder (they WERE in the main images folder, but not called from there.. called from my theme's images folder) that was generating a 501 error (a byproduct of Drupal running on the main domain) as a forced no-index / dir listing.

I copied the missing images from the main images folder into my theme's images and BAM the redirects went away.

Thanks so much for your help with this.

Αndré

Thanks for resolving your thread. Finally, please
Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
tag your answer as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.