Trying to install on 3.08. All steps went through fine except 'Step 705'.
step 705
in printthread.php, replace:
eval('$postbits .= "' . fetch_template('printthreadbit') . '";');
with:
// === GAS step 705 ===
eval('$postbits .= "' . fetch_template($template) . '";');
That string is nowhere in printthread.php. The closest I found to it is:
eval('$postbits .= "' . fetch_template($maintemplatename) . '";');
at the very bottom of the page. Is this what is replaced? Thanks for the help.
|