Quantcast
Channel: Topic Tag: error 500 | WordPress.org
Viewing all articles
Browse latest Browse all 1704

esmi on "Parse error: syntax error, unexpected $end in index.php"

$
0
0

Try changing every reference to <? to <?php. I'd also question this code:

<? ob_start();
the_content();
$content = ob_get_clean();
echo substr($content,0,250); ?>

Viewing all articles
Browse latest Browse all 1704

Trending Articles