LineCode plugins/calendar/index.php
73 }
74 <?php 
75 <?php         $date['date'] = "$y-$m-$d";
76 <?php         $date['type'] = '%Y%m%d';
77 <?php         $header str_replace('{%DATE%}'strftime($config->get('date_format'), strtotime($date)), $sbrI18N['articles_posted_on']);

#0  strtotime(Array) called at [/home/indianco/public_html/plugins/calendar/index.php:77]
#1  require_once(/home/indianco/public_html/plugins/calendar/index.php) called at [/home/indianco/public_html/controller.php:68]

strtotime() expects parameter 1 to be string, array given

78 <?php 
79 <?php         $exact_match true;
80 }
81 else
82 {
LineCode includes/classes/sbr.core.db.php
150 {
151 <?php             $error mysql_error();
152 <?php             $error .= PHP_EOL $aSql;
153 <?php 
154 <?php             trigger_error($errorE_USER_ERROR);

#0  trigger_error(Table 'indianco_sb12.sbr1200_' doesn't exist
SELECT SQL_CALC_FOUND_ROWS t1.*FROM `sbr1200_` t1 WHERE t1.`status`='active' AND t1.`date`!=0 AND DATE_FORMAT(t1.`date`, '%Y%m%d')=DATE_FORMAT('2010-7-11', '%Y%m%d')ORDER BY t1.`date` DESC LIMIT 0, 10, 256) called at [/home/indianco/public_html/includes/classes/sbr.core.db.php:154]
#1  sbrDatabase.query(SELECT SQL_CALC_FOUND_ROWS t1.*FROM `sbr1200_` t1 WHERE t1.`status`='active' AND t1.`date`!=0 AND DATE_FORMAT(t1.`date`, '%Y%m%d')=DATE_FORMAT('2010-7-11', '%Y%m%d')ORDER BY t1.`date` DESC LIMIT 0, 10) called at [/home/indianco/public_html/includes/classes/sbr.core.db.php:175]
#2  sbrDatabase.getAll(SELECT SQL_CALC_FOUND_ROWS t1.*FROM `sbr1200_` t1 WHERE t1.`status`='active' AND t1.`date`!=0 AND DATE_FORMAT(t1.`date`, '%Y%m%d')=DATE_FORMAT('2010-7-11', '%Y%m%d')ORDER BY t1.`date` DESC LIMIT 0, 10) called at [/home/indianco/public_html/plugins/calendar/includes/classes/sbr.front.calendar.php:227]
#3  sbrCalendar.getOther(, Array, 0, 10) called at [/home/indianco/public_html/plugins/calendar/includes/classes/sbr.front.calendar.php:195]
#4  sbrCalendar.getItemsByDate(Array, Array, Array, 10) called at [/home/indianco/public_html/plugins/calendar/index.php:135]
#5  require_once(/home/indianco/public_html/plugins/calendar/index.php) called at [/home/indianco/public_html/controller.php:68]

Table 'indianco_sb12.sbr1200_' doesn't exist SELECT SQL_CALC_FOUND_ROWS t1.*FROM `sbr1200_` t1 WHERE t1.`status`='active' AND t1.`date`!=0 AND DATE_FORMAT(t1.`date`, '%Y%m%d')=DATE_FORMAT('2010-7-11', '%Y%m%d')ORDER BY t1.`date` DESC LIMIT 0, 10

155 }
156 <?php 
157 return $rs;
158 }
159 <?php