Problem: message_die called multiple times

a complete banner management system, any number of banners can be added
Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Problem: message_die called multiple times

Postby cindee on Sat 14. May, 2005 04:28

This is what I get at the bottom of my forums:
Code: Select all
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?


This is where message_die() was used in page_tail.php:
Code: Select all
// Start add - Complete banner MOD
if ($banner_show_list)
{
   $banner_show_list['0'] = ($banner_show_list) ? ' ':'';
   $sql = "UPDATE ".BANNERS_TABLE." SET banner_view=banner_view+1 where banner_id IN ($banner_show_list)";
   if ( !($result = $db->sql_query($sql)) )
   {
      message_die(GENERAL_ERROR, "Couldn't update banners data", "", __LINE__, __FILE__, $sql);
   }
}
// End add - Complete banner MOD


Is there anyway to fix this? I want my forum footers to show up!
cindee
Poster
Poster
 
Posts: 5
Joined: Sat 14. May, 2005 04:09

Return to Complete banner [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron