View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
10035Bug reportsComfortUpdatepublic2016-03-07 11:55
Reporterhabakuk Assigned ToLouisGac 
PriorityurgentSeverityblock 
Status closedResolutionfixed 
Product Version2.06+ 
Summary10035: ComfortUpdate crashes with CException in Step 4
Description

AdminController cannot find the requested view "/admin/update/step4".

Steps To Reproduce

Try to upgrade with ComfortUpdate

Additional Information

CException

AdminController cannot find the requested view "/admin/update/step4".

/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/framework/web/CController.php(878)

866 {
867 if(($viewFile=$this->getViewFile($view))!==false)
868 {
869 $output=$this->renderFile($viewFile,$data,true);
870 if($processOutput)
871 $output=$this->processOutput($output);
872 if($return)
873 return $output;
874 else
875 echo $output;
876 }
877 else
878 throw new CException(Yii::t('yii','{controller} cannot find the requested view "{view}".',
879 array('{controller}'=>get_class($this), '{view}'=>$view)));
880 }
881
882 /*
883
Renders a named clip with the supplied parameters.
884 This is similar to directly accessing the {@link clips} property.
885
The main difference is that it can take an array of named parameters
886 which will replace the corresponding placeholders in the clip.
887
@param string $name the name of the clip
888 @param array $params an array of named parameters (name=>value) that should replace
889
their corresponding placeholders in the clip
890 * @param boolean $return whether to return the clip content or echo it.

Stack Trace
#0

/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/application/core/Survey_Common_Action.php(305): CController->renderPartial("/admin/update/step4", array("new_files" => true, "downloaderror" => false, "display" => array("menu_bars" => false), "sImageURL" => "/styles/gringegreen/images/"))

300 }
301
302 // Load views
303 foreach ($aViewUrls as $sViewKey => $viewUrl)
304 {
305 if (empty($sViewKey) || !in_array($sViewKey, array('message', 'output')))
306 {
307 if (is_numeric($sViewKey))
308 {
309 Yii::app()->getController()->renderPartial($sViewPath . $viewUrl, $aData);
310 }

#1

/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/application/controllers/admin/update.php(624): Survey_Common_Action->_renderWrappedTemplate("update", "step4", array("new_files" => true, "downloaderror" => false, "display" => array("menu_bars" => false)))
#2

/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/application/controllers/admin/update.php(472): update->_renderWrappedTemplate("update", "step4", array("new_files" => true, "downloaderror" => false))

467 echo $this->_renderError($serverAnswer);
468
469 }
470
471
472 /*
473
This method renders the error view
474 @param object $errorObject
475
@return html
476 */
477 private function _renderError($errorObject)

#3
unknown(0): update->step4b()
#4
+
/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/framework/web/actions/CAction.php(108): ReflectionMethod->invokeArgs(update, array())
#5
+
/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/application/core/Survey_Common_Action.php(99): CAction->runWithParamsInternal(update, ReflectionMethod, array("sa" => "step4b"))
#6
+
/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/framework/web/CController.php(308): Survey_Common_Action->runWithParams(array("sa" => "step4b"))
#7
+
/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/framework/web/CController.php(286): CController->runAction(update)
#8
+
/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/framework/web/CController.php(265): CController->runActionWithFilters(update, array())
#9
+
/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/application/controllers/AdminController.php(164): CController->run("update")
#10
+
/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/framework/web/CWebApplication.php(282): AdminController->run("update")
#11
+
/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/framework/web/CWebApplication.php(141): CWebApplication->runController("admin/update/sa/step4b")
#12
+
/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/framework/base/CApplication.php(184): CWebApplication->processRequest()
#13
+
/var/www/virtual/cvjmweb/xyz.cvjm-nuernberg.de/index.php(211): CApplication->run()
2015-11-13 21:46:28 Apache/2.2.15 (CentOS) Yii Framework/1.1.15

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)Version 2.06+ Build 150731
I will donate to the project if issue is resolvedNo
Browser
Database type & version?
Server OS (if known)Linux
Webserver software & version (if known)Apache
PHP Version?

Users monitoring this issue

There are no users monitoring this issue.

Activities

LouisGac

LouisGac

2015-12-09 10:11

developer   ~33781

Thank you for reporting.

Issue History

Date Modified Username Field Change
2015-11-13 21:53 habakuk New Issue
2015-11-13 21:53 habakuk Status new => assigned
2015-11-13 21:53 habakuk Assigned To => c_schmitz
2015-12-09 10:07 c_schmitz Assigned To c_schmitz => LouisGac
2015-12-09 10:11 LouisGac Note Added: 33781
2016-03-03 13:12 LouisGac Status assigned => resolved
2016-03-03 13:12 LouisGac Resolution open => fixed
2016-03-07 11:55 c_schmitz Status resolved => closed