I need help deciphering this error message: Here's the section of my page_tail.php: $template->assign_vars(array( 'TRANSLATION_INFO' => (isset($lang['TRANSLATION_INFO'])) ? $lang['TRANSLATION_INFO'] : ((isset($lang['TRANSLATION'])) ? $lang['TRANSLATION'] : ''), 'ADMIN_LINK' => $admin_link) ); include ($phpbb_root_path . 'ad_network_465.php'); $template->assign_vars(array('AD_NETWORK' => $ad_network)); $template->pparse('overall_footer'); // // Close our DB connection. Code (markup): Everything else like the ad_network_###.php and the chmodded ad_network_ads.txt are in the main folder... Please help!