Change
PHP Code:
eval('$quickattachmenthost_bits = "' fetch_template('quickattachmenthost_bits') . '";')
eval('$quick_attachment_host = "' . fetch_template('quick_attachment_host') . '";');
to
PHP Code:
eval('$quickattachmenthost_bits = "' . fetch_template('quickattachmenthost_bits') . '";');
eval('$quick_attachment_host = "' . fetch_template('quick_attachment_host') . '";');
On both newreply.php and newthread.php. I left out an ; by accident. Thank you for finding this.
I will edit the install and upload it right now.