Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks for the report. It looks like the problem is line #11 in /seo-redirection/seo-redirection.php:

    session_start();

    This function call will pause script execution until all other scripts that are using the same session have finished running. Since BLC runs some lengthy background tasks (e.g. periodically checking your links), this line will occasionally pause everything else – like the scripts that display the WP admin – for a very long time. As a result, some admin pages won’t load.

    The solution would be to comment out this line. It looks like SEO Redirection doesn’t actually use session data anywhere, so the session_start() is completely superfluous and commenting or removing it shouldn’t hurt anything. Comment it out like this:

    //session_start();

    Thread Starter gilvancn

    (@gilvancn)

    Many thanks for the quick response and congratulations for the great plugin you have developed.
    His solution was simple and perfect to solve the problem. ??
    I will propose that the author of the plugin SEO Redirection for the next update it.

    Thanks Janis Elsts.

    TRADUZIDO PELO GOOGLE TRADUTOR DE:
    Muito obrigado pela rápida resposta e parabéns pelo ótimo plugin que você desenvolveu.
    Sua solu??o foi simples e perfeita para resolver o problema. ??
    Vou propor isso ao autor do plugin para a próxima atualiza??o dele.

    Obrigado Janis Elsts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with another plugin’ is closed to new replies.