Thread: Error in theme
View Single Post
Old
  (#8 (permalink))
Mighty_Y
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
02-11-2005, 07:05 AM

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