Bug on installation step 8.7/8.8. Find should either include the "}" in the end, or step 8.8 should get rid of the "}" in the end so it should look like this:
PHP Code:
// === GEEK ARTICLES step 8.6 ===
// WAS:
//eval('$postbits .= "' . fetch_template('printthreadbit') . '";');
// NOW:
eval('$postbits .= "' . fetch_template($template) . '";');
// === /GEEK ARTICLES ===
I think the latter is a better choice.