Tagged Questions
0
votes
3answers
44 views
Trying to display ads on only a third of posts in a loop. Keep getting Error 500?
I'm thinking it's just a PHP code error, but for some reason the following code won't work, it just keeps giving me Internal Server Error 500
<?php
$ajfl_adLuck = rand(1,3);
if ($ajfl_adLuck ...
1
vote
2answers
934 views
APC 500 Internal server error [closed]
I have a blog running on a FreeBSD 8.1 system with PHP 5.3.5 and APC 3.1.6.
At first everything seemes fine, but after a while (about 18-24 hours) all pages are served blank, and with a status code ...