Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter victorchiriac

    (@victorchiriac)

    Hi,

    The issue is only caused on nginx hosting, it is inside the file:

    includes/buddydrive-item-actions.php

    Function: buddydrive_file_downloader()

    THIS:

    while ( ob_get_level() > 0 ) {
    @ob_end_clean();
    @ob_end_flush();
    }

    BECAME THIS:

    #while ( ob_get_level() > 0 ) {
    @ob_end_clean();
    @ob_end_flush();
    #}

    This was the approach that works for nginx also.

    Thread Starter victorchiriac

    (@victorchiriac)

    Hi,

    Of course I have tried this also, the solution that you describe, what I am failing to understand is why an issue like this can persist taking into consideration that we are talking about a plugin, I am a developer also, but when I build an extension I do not blame another theme of my extension not working, instead I find out what library might be affect it and make sure that there I no case further more, like take a step to either integrate it with the plugin or do a check if it was integrated.

    The solution you suggested does not fix my issue.

    Thanks,
    Victor

Viewing 2 replies - 1 through 2 (of 2 total)