What does this error message mean and how do I get the coop set up right?

Discussion in 'Co-op Advertising Network' started by jim, Dec 9, 2005.

  1. #1
    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!
     
    jim, Dec 9, 2005 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    Hmmm... did you triple check the file name matches the one in your include statement?
     
    digitalpoint, Dec 9, 2005 IP
  3. jim

    jim Well-Known Member

    Messages:
    816
    Likes Received:
    53
    Best Answers:
    0
    Trophy Points:
    153
    #3
    :eek: I have now and everything is normal...
     
    jim, Dec 9, 2005 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    Everything normal as in it works now?
     
    digitalpoint, Dec 9, 2005 IP
  5. jim

    jim Well-Known Member

    Messages:
    816
    Likes Received:
    53
    Best Answers:
    0
    Trophy Points:
    153
    #5
    Yes, thank you. Everything works.
     
    jim, Dec 10, 2005 IP
  6. frankm

    frankm Active Member

    Messages:
    915
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    83
    #6
    Should be added to the faq: only post question after you triple checked filenames!
     
    frankm, Dec 10, 2005 IP