Thread: Error in theme
View Single Post
  #8 (permalink)  
Old 02-11-2005, 08:05 AM
Mighty_Y Mighty_Y is offline
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
oops, replace this:
Code:
 die('Could not obtain banner information', '', __LINE__, __FILE__, $sql);
with
Code:
 die('Could not obtain banner information on line '. __LINE__ .' in file '. __FILE__ .' at '.$sql);
then report back
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Reply With Quote