• luzak

    (@luzak)


    Hello guys. I have a problem, I tried to customise easy-timer to display red text “LIVE” on my website, so I used homemade part of code:

    <div class =”lcounter”>
    <?php
    $counter = do_shortcode(‘[countdown date=2014/04/19-19:00:00][timer][/countdown]’);

    if ($counter)
    {
    echo $counter;
    }
    else { ?> <div style=”color:red; font-weight: 500;”> <?php echo “LIVE”; ?> </div> <?php }
    ?>
    </div>

    But when one of the timers fall to 0, my site blow up – 500 interval server error. On server logs it looks like DDOS, so probably its somethink about my coding. Can anyone says me how to repair it and what I made wrong?

    https://wordpress.org/plugins/easy-timer/

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

    (@kleor)

    I tried this code on my website and it worked well.

    Thread Starter luzak

    (@luzak)

    when I tested on localhost there was no problem, but I am almost sure that its about plugin. Our server died 3 times, 3 sundays and on the same time – when our tournament timer changed to LIVE.

    Maybe its a problem on our server or some other plugins have an effect on easy-timer. Is it possible?

    Plugin Author Kleor

    (@kleor)

    Yes

    I see this too, just using unmodified shortcodes. I haven’t been able to isolate the local cause yet (if there is one). Sometimes I get a 500 error when a countdown ends, and sometimes the page just sits there trying to reload hundreds of times. This might also be browser specific, as it seems worst in Firefox for me, least problematic in Chrome/Safari.

    If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s topic.

    Thread Starter luzak

    (@luzak)

    I am not sure if u are right esmi, I didn’t resolve the problem yet, so its great feedback for me even if it is my topic. Thanks, and tell me more if u receive some help Lamington.

    @luzak: These forums have guidelines. Please read them. As you will see, one of these guidelines – entitled Where to Post – specifically states:

    Unless you are using the same version of WordPress on the same physical server hosted by the same hosts with the same plugins, theme & configurations as the original poster, do not post in someone else’s thread. Start your own topic.

    Please abide by this.

    Thread Starter luzak

    (@luzak)

    I understand the rules, but still if he did not post it here I would probably think that I am the only one with this problem forever. True that other config might be the reason, but still its feedback for interested users. But I know its ur role to say that 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘500 internal server error’ is closed to new replies.