CException

Thuộc tính "AdvertisesEdit.online_time" chưa được định nghĩa.

/hermes/bosnacweb06/bosnacweb06al/b593/ipg.asianwholesale89295/raovatfountainvalley.com/framework/yiilite.php(7258)

7246         elseif(isset($this->getMetaData()->relations[$name]))
7247             return $this->getRelated($name);
7248         else
7249             return parent::__get($name);
7250     }
7251     public function __set($name,$value)
7252     {
7253         if($this->setAttribute($name,$value)===false)
7254         {
7255             if(isset($this->getMetaData()->relations[$name]))
7256                 $this->_related[$name]=$value;
7257             else
7258                 parent::__set($name,$value);
7259         }
7260     }
7261     public function __isset($name)
7262     {
7263         if(isset($this->_attributes[$name]))
7264             return true;
7265         elseif(isset($this->getMetaData()->columns[$name]))
7266             return false;
7267         elseif(isset($this->_related[$name]))
7268             return true;
7269         elseif(isset($this->getMetaData()->relations[$name]))
7270             return $this->getRelated($name)!==null;

Stack Trace

#1
+
 /hermes/bosnacweb06/bosnacweb06al/b593/ipg.asianwholesale89295/raovatfountainvalley.com/protected/controllers/front/AdvertisesController.php(1375): CActiveRecord->__set("online_time", "")
1370         $model->attributes = $ad->attributes;
1371         $model->title = $ad->a_title;
1372         $model->content = $ad->a_content;
1373         $model->contact = $ad->a_contact;
1374         $model->zipcode = $ad->zipcode;
1375         $model->online_time = $ad->online_time;
1376 //        if (isset($_POST['AdvertisesEdit'])) {
1377 //
1378 //            $model->attributes = $_POST['AdvertisesEdit'];
1379 //            $model->created_date = time();
1380 //            $model->online_time   = $("#txtVIPOnlineStart").val() + '-' + $("#txtVIPOnlineEnd").val()
#9
+
 /hermes/bosnacweb06/bosnacweb06al/b593/ipg.asianwholesale89295/raovatfountainvalley.com/protected/components/WebApplicationEndBehavior.php(24): CApplication->run()
19         // and raise it.
20         $this->onModuleCreate = array($this, 'changeModulePaths');
21         $this->onModuleCreate(new CEvent($this->owner));
22 
23         $this->configMailerComponent();
24         $this->owner->run(); // Run application.
25     }
26 
27     // This event should be raised when CWebApplication
28     // or CWebModule instances are being initialized.
29     public function onModuleCreate ($event) {
#11
+
 /hermes/bosnacweb06/bosnacweb06al/b593/ipg.asianwholesale89295/raovatfountainvalley.com/index.php(14): CComponent->__call("runEnd", array("front"))
09 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
10 
11 require_once($yii);
12  
13 $app = Yii::createWebApplication($config);
14 $app->runEnd('front');
2024-03-28 07:53:39 Apache Yii Framework/1.1.14