CException

Property "CDbCriteria.0" is not defined.

/usr/local/home/go-lab/go-lab/go-lab/limesurvey/framework/db/schema/CDbCriteria.php(153)

141      * </ul>
142      * @since 1.1.7
143      */
144     public $scopes;
145 
146     /**
147      * Constructor.
148      * @param array $data criteria initial property values (indexed by property name)
149      */
150     public function __construct($data=array())
151     {
152         foreach($data as $name=>$value)
153             $this->$name=$value;
154     }
155 
156     /**
157      * Remaps criteria parameters on unserialize to prevent name collisions.
158      * @since 1.1.9
159      */
160     public function __wakeup()
161     {
162         $map=array();
163         $params=array();
164         foreach($this->params as $name=>$value)
165         {

Stack Trace

#3
+
 /usr/local/home/go-lab/go-lab/go-lab/limesurvey/application/controllers/admin/database.php(1105): CActiveRecord->count(array("surveyls_survey_id=:surveyid AND surveyls_language=:langname", array(":surveyid" => "797488", ":langname" => "nl")))
1100 
1101             foreach (Survey::model()->findByPk($surveyid)->additionalLanguages as $langname)
1102             {
1103                 if ($langname)
1104                 {
1105                     $iRowCount = Surveys_languagesettings::model()->count(array('surveyls_survey_id=:surveyid AND surveyls_language=:langname', array(':surveyid'=>$surveyid,':langname'=>$langname)));
1106                     if ($iRowCount)
1107                     {
1108 
1109                         $languagedetails=getLanguageDetails($langname);
1110 
#6
+
 /usr/local/home/go-lab/go-lab/go-lab/limesurvey/application/core/Survey_Common_Action.php(100): CAction->runWithParamsInternal(database, ReflectionMethod, array("updatesurveysettings" => "", "sa" => "index"))
095             $oMethod = new ReflectionMethod($this, $sDefault);
096         }
097 
098         // We're all good to go, let's execute it
099         // runWithParamsInternal would automatically get the parameters of the method and populate them as required with the params
100         return parent::runWithParamsInternal($this, $oMethod, $params);
101     }
102 
103     /**
104     * Some functions have different parameters, which are just an alias of the
105     * usual parameters we're getting in the url. This function just populates
#10
+
 /usr/local/home/go-lab/go-lab/go-lab/limesurvey/application/controllers/AdminController.php(169): CController->run("database")
164                     $this->redirect($this->createUrl('/admin/authentication/sa/login'));
165                 }
166                 
167             }
168 
169             return parent::run($action);
170     }
171 
172     /**
173     * Routes all the actions to their respective places
174     *
2013-01-25 10:54:28 Apache/2.2.14 (Ubuntu) Yii Framework/1.1.10