Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @chonowlt,

    I’ve checked those pages, and it looks to me that it’s connected to your server settings, or maybe some third-party code. So in those cases server responses with 500 Internal Server Error .

    What I would recommend is to check your server logs for any Fatal errors, maybe it could give us more information about the issue.

    Also, you can try temporarily setting your site into debug mode, by changing the debug in your wp-config.php file: define( 'WP_DEBUG', false );

    Another option – you can ask your hosting support to help you with checking the server logs.

    Best regards and hope you’ll be able to fix that,
    Sergiy.

    Thread Starter chonowlt

    (@chonowlt)

    call me slow, but here I am ??

    I tryed to download one of the podcast-files in question via the ssp download link in debug mode, et voilà:

    PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 199245824 bytes) in /www/htdocs/w0132f44/wild-life-tantra.de/wp-content/plugins/seriously-simple-podcasting/php/includes/ssp-functions.php on line 612

    Can I fix this? Can you?

    Thread Starter chonowlt

    (@chonowlt)

    …ah, and anotherone:

    PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 208093184 bytes) in /www/htdocs/w0132f44/wild-life-tantra.de/wp-includes/functions.php on line 5349

    that’s all

    Thread Starter chonowlt

    (@chonowlt)

    Here you have two screenshots showing the code throwing the errors.

    wp functions.php around line 5349: https://wild-life-tantra.de/wp-content/uploads/2023/09/screenshot-error-code-funcions-php.png

    your ssp-functions.php around line 612: https://wild-life-tantra.de/wp-content/uploads/2023/09/screenshot-error-code-ssp-funcions-php.png

    Thread Starter chonowlt

    (@chonowlt)

    @zahardoc

    I still hope, that this is going to be solved somehow, any further ideas?

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @chonowlt,

    Sorry for the late reply, your thread was lost amoung the others. Thanks for pinging me with @.
    So yes, the memory limit is the reason for the problem. You can try increasing it with the following line of code in your wp-config.php file:

    define('WP_MEMORY_LIMIT', '1024M');

    Best regards,
    Serhiy.

    Thread Starter chonowlt

    (@chonowlt)

    Thank you, @zahardoc , this did the job, the issue is fixed! ??

    Cheers
    Chono

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @chonowlt ,

    Thank you for your response. I’m pleased to hear that it resolved the issue.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Download link of some big-file episodes not working’ is closed to new replies.