500 internal server error
-
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?
- The topic ‘500 internal server error’ is closed to new replies.