ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Request exceeded the limit of 10 internal redirects

September 22, 2011 3:36am

Subscribe [2]
  • #1 / Sep 22, 2011 3:36am

    praveens

    73 posts

    Hi Guys,

    i have one file upload form in my site ,it was working fine from almost 3 years ,but now when i try to submit a form i am getting Internal Server Error.

    when i checked my error log the below error is logged

    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.

    my site is hosted in godaddy.

    Please help me to solve this problem

    Thanks in advance

  • #2 / Sep 23, 2011 1:33pm

    smilie

    506 posts

    I think this means that you have unlimited ‘loop’; most web servers will ‘stop’ such a loop after 10 requests. So, double check your code to see if you are not creating indefinite loop, such as (simplified)

    file1.php:
    redirect(‘file2.php’);

    file2.php
    redirect(‘file1.php’);

    This could be due to form or any other elements that is causing it; could also be godaddy upgraded your server whereby this ‘error’ is introduced.

    Cheers,
    Smilie

  • #3 / Sep 23, 2011 5:32pm

    web-johnny

    235 posts

    Perhaps you must stop using redirection if there is an ajax uploader. If there is a simple uploader, just tell to your hosting support this error or to the hosting forum. It’s the first time I heard a message like this.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases