File deleted: /application/core/HttpRequest.php
File deleted: /scripts/admin/tokentocpdb.js
PHP warning
Cannot modify header information - headers already sent by (output started at /home/xxxxxx/public_html/consumersurvey/application/controllers/admin/update.php:377)
/home/xxxxxx/public_html/consumersurvey/application/core/Survey_Common_Action.php(204)
192 /**
193 * Renders template(s) wrapped in header and footer
194 *
195 * Addition of parameters should be avoided if they can be added to $aData
196 *
197 * @param string $sAction Current action, the folder to fetch views from
198 * @param string|array $aViewUrls View url(s)
199 * @param array $aData Data to be passed on. Optional.
200 */
201 protected function _renderWrappedTemplate($sAction = '', $aViewUrls = array(), $aData = array())
202 {
203 // Gather the data
204 $aData = $clang = Yii::app()->lang;
205 $aData = Yii::app()->getConfig('adminimageurl');
206
207 $aData = $this->_addPseudoParams($aData);
208 $aViewUrls = (array) $aViewUrls;
209 $sViewPath = '/admin/';
210
211 if (!empty($sAction))
212 {
213 $sViewPath .= $sAction . '/';
214 }
215
216
Stack Trace
#0
–
/home/xxxxxx/public_html/consumersurvey/application/core/Survey_Common_Action.php(204): header("Content-type: text/html; charset=UTF-8")
199 * @param array $aData Data to be passed on. Optional.
200 */
201 protected function _renderWrappedTemplate($sAction = '', $aViewUrls = array(), $aData = array())
202 {
203 // Gather the data
204 $aData = $clang = Yii::app()->lang;
205 $aData = Yii::app()->getConfig('adminimageurl');
206
207 $aData = $this->_addPseudoParams($aData);
208 $aViewUrls = (array) $aViewUrls;
209 $sViewPath = '/admin/';
#1
–
/home/xxxxxx/public_html/consumersurvey/application/controllers/admin/update.php(571): Survey_Common_Action->_renderWrappedTemplate("update", "step4", array("clang" => Limesurvey_lang, "new_files" => true, "downloaderror" => false, "display" => array("menu_bars" => false)))
566 * Renders template(s) wrapped in header and footer
567 *
568 * @param string $sAction Current action, the folder to fetch views from
569 * @param string|array $aViewUrls View url(s)
570 * @param array $aData Data to be passed on. Optional.
571 */
572 protected function _renderWrappedTemplate($sAction = 'update', $aViewUrls = array(), $aData = array())
573 {
574 $aData = false;
575 parent::_renderWrappedTemplate($sAction, $aViewUrls, $aData);
576 }
#2
–
/home/xxxxxx/public_html/consumersurvey/application/controllers/admin/update.php(426): update->_renderWrappedTemplate("update", "step4", array("clang" => Limesurvey_lang, "new_files" => true, "downloaderror" => false))
421 setGlobalSetting('updatelastcheck','1980-01-01 00:00');
422 setGlobalSetting('updateavailable','0');
423 setGlobalSetting('updatebuild','');
424 setGlobalSetting('updateversion','');
425 // We create this new language object here because the language files might have been overwritten earlier
426 // and the pointers to the file from the application language are not valid anymore
427 $aLanguage = new Limesurvey_lang(Yii::app()->session);
428 $aData = array('clang' => $aLanguage);
429
430 $this->_renderWrappedTemplate('update', 'step4', $aData);
431 }
#3
unknown(0): update->step4()
#4
+
/home/xxxxxx/public_html/consumersurvey/framework/web/actions/CAction.php(107): ReflectionMethod->invokeArgs(update, array())
#5
+
/home/xxxxxx/public_html/consumersurvey/application/core/Survey_Common_Action.php(82): CAction->runWithParamsInternal(update, ReflectionMethod, array("sa" => "step4"))
#6
+
/home/xxxxxx/public_html/consumersurvey/framework/web/CController.php(309): Survey_Common_Action->runWithParams(array("sa" => "step4"))
#7
+
/home/xxxxxx/public_html/consumersurvey/framework/web/CController.php(287): CController->runAction(update)
#8
+
/home/xxxxxx/public_html/consumersurvey/framework/web/CController.php(266): CController->runActionWithFilters(update, array())
#9
+
/home/xxxxxx/public_html/consumersurvey/application/controllers/AdminController.php(169): CController->run("update")
#10
+
/home/xxxxxx/public_html/consumersurvey/framework/web/CWebApplication.php(276): AdminController->run("update")
#11
+
/home/xxxxxx/public_html/consumersurvey/framework/web/CWebApplication.php(135): CWebApplication->runController("admin/update/sa/step4")
#12
+
/home/xxxxxx/public_html/consumersurvey/framework/base/CApplication.php(162): CWebApplication->processRequest()
#13
+
/home/xxxxxx/public_html/consumersurvey/index.php(178): CApplication->run()
2013-01-04 04:07:54 Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 PHP/5.3.15 mod_perl/2.0.6 Perl/v5.8.8 Yii Framework/1.1.10