I know that you might get mad at me for posting this here, but I CAN'T seem to get anyone's help elsewhere. I installed a simple attachment mod for a phpbb forum, and it's done something...I get these three errors:
Warning: Cannot modify header information - headers already sent by (output started at /home/wizardso/public_html/programmingforums/attach_mod/attachment_mod.php:146) in /home/wizardso/public_html/programmingforums/includes/sessions.php on line 206
Warning: Cannot modify header information - headers already sent by (output started at /home/wizardso/public_html/programmingforums/attach_mod/attachment_mod.php:146) in /home/wizardso/public_html/programmingforums/includes/sessions.php on line 207
Fatal error: Call to undefined function: include_attach_lang() in /home/wizardso/public_html/programmingforums/includes/functions.php on line 290
I don't know what to do. Is there some way I can fix these errors?