_empty_Main Mahjong Ways 2 Bikin Pemain Selalu Untung BesarCuan 1 Putaran Mahjong Ways Setara 10 Putaran Game Online LainKeseruan Berburu Scatter Hitam Mahjong Wins 3 Buat LupaRTP Tinggi Di Mahjong Ways 1 Jadi Rahasia Bisa Gacor Tiap Saat CDbException

CDbException

CDbCommand failed to execute the SQL statement: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #11 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mitramedicare_root.description.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by. The SQL statement executed was: SELECT `t`.`id` AS `t0_c0`, `t`.`topik_id` AS `t0_c1`, `t`.`image` AS `t0_c2`, `t`.`active` AS `t0_c3`, `t`.`date_input` AS `t0_c4`, `t`.`date_update` AS `t0_c5`, `t`.`insert_by` AS `t0_c6`, `t`.`last_update_by` AS `t0_c7`, `t`.`writer` AS `t0_c8`, `t`.`sort` AS `t0_c9`, `description`.`id` AS `t1_c0`, `description`.`slide_id` AS `t1_c1`, `description`.`language_id` AS `t1_c2`, `description`.`title` AS `t1_c3`, `description`.`content` AS `t1_c4`, `description`.`url` AS `t1_c5` FROM `sl_slide` `t` LEFT OUTER JOIN `sl_slide_description` `description` ON (`description`.`slide_id`=`t`.`id`) WHERE (description.language_id = :language_id) GROUP BY t.id ORDER BY t.sort ASC

/home/mitramedicare/yii/framework/db/CDbCommand.php(528)

516             return $result;
517         }
518         catch(Exception $e)
519         {
520             if($this->_connection->enableProfiling)
521                 Yii::endProfile('system.db.CDbCommand.query('.$this->getText().$par.')','system.db.CDbCommand.query');
522             $errorInfo = $e instanceof PDOException ? $e->errorInfo : null;
523             $message = $e->getMessage();
524             Yii::log(Yii::t('yii','CDbCommand::{method}() failed: {error}. The SQL statement executed was: {sql}.',
525                 array('{method}'=>$method, '{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand');
526             if(YII_DEBUG)
527                 $message .= '. The SQL statement executed was: '.$this->getText().$par;
528             throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',
529                 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo);
530         }
531     }
532 
533     /**
534      * Builds a SQL SELECT statement from the given query specification.
535      * @param array $query the query specification in name-value pairs. The following
536      * query options are supported: {@link select}, {@link distinct}, {@link from},
537      * {@link where}, {@link join}, {@link group}, {@link having}, {@link order},
538      * {@link limit}, {@link offset} and {@link union}.
539      * @return string the SQL statement
540      * @since 1.1.6

Stack Trace

#6
+
 /home/mitramedicare/public_html/protected/views/home/index.php(15): CActiveRecord->findAll(CDbCriteria)
10                     $criteria->with = array('description');
11                     $criteria->addCondition('description.language_id = :language_id');
12                     $criteria->params[':language_id'] = $this->languageID;
13                     $criteria->group = 't.id';
14                     $criteria->order = 't.sort ASC';
15                     $slide = Slide::model()->with(array('description'))->findAll($criteria);
16                     ?>                
17                     <!-- <ol class="carousel-indicators">
18                         <?php foreach ($slide as $key => $value): ?>
19                         <li data-target="#myCarousel_home" data-slide-to="<?php echo $key ?>" class="<?php if ($key == 0): ?>active<?php endif ?>"></li>
20                         <?php endforeach ?>
#11
+
 /home/mitramedicare/public_html/protected/controllers/HomeController.php(76): CController->render("index", array("productFeatured" => array(PrdProduct, PrdProduct, PrdProduct, PrdProduct, ...), "dataBlog" => array(Blog, Blog, Blog), "model" => ContactForm))
71 
72         $this->layout='//layouts/column1';
73         $this->render('index', array(
74             'productFeatured'=>$productFeatured,
75             'dataBlog'=>$dataBlog,
76             'model'=>$model,
77         ));
78     }
79 
80     public function actionPcontact()
81     {
#19
+
 /home/mitramedicare/public_html/index.php(23): CApplication->run()
18 // specify how many levels of call stack should be shown in each log message
19 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
20 error_reporting(E_ALL ^ E_NOTICE);
21 date_default_timezone_set('Asia/Jakarta');
22 require_once($yii);
23 Yii::createWebApplication($config)->run();
24 
25 $end_timeeeee = microtime(TRUE);
26 
27 // echo $end_timeeeee - $start_timeeeee;
28 // echo "<br>";
2025-09-18 06:12:42 Apache Yii Framework/1.1.12