PHP warning

file_get_contents(/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/templates/default/startpage.pstpl): failed to open stream: No such file or directory

/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/application/controllers/survey/index.php(753)

741         echo "\t<p id='tokenmessage'>\n";
742         if ( $sError != null )
743         {
744             echo "\t<span class='error'>".$sError."</span><br /><br />\n";
745         }
746         echo "\t".implode ("<br /><br />\n\t", $asLines)."<br /><br />\n";
747         echo "\t</p>\n";
748         echo "\t</div>\n";
749     }
750 
751     function _printTemplateContent($sTemplateFile, &$redata, $iDebugLine = -1)
752     {
753         echo templatereplace(file_get_contents($sTemplateFile),array(),$redata,'survey['.$iDebugLine.']');
754     }
755 }
756 
757 /* End of file survey.php */
758 /* Location: ./application/controllers/survey.php */

Stack Trace

#0
+
 /home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/application/controllers/survey/index.php(753): file_get_contents("/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/templates/de...")
748         echo "\t</div>\n";
749     }
750 
751     function _printTemplateContent($sTemplateFile, &$redata, $iDebugLine = -1)
752     {
753         echo templatereplace(file_get_contents($sTemplateFile),array(),$redata,'survey['.$iDebugLine.']');
754     }
755 }
756 
757 /* End of file survey.php */
758 /* Location: ./application/controllers/survey.php */
#1
+
 /home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/application/controllers/survey/index.php(491): index->_printTemplateContent("/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/templates/de...", array("surveyid" => "946566", "thissurvey" => array("template" => "default", "language" => "fr", "sid" => "946566", "owner_id" => "1", ...), "thisstep" => "2", "tokensexist" => 0, ...), 491)
486             killSurveySession($surveyid);
487             sendCacheHeaders();
488             doHeader();
489 
490             $redata = compact(array_keys(get_defined_vars()));
491             $this->_printTemplateContent($thistpl.'/startpage.pstpl', $redata, __LINE__);
492             echo "\n\n<!-- JAVASCRIPT FOR CONDITIONAL QUESTIONS -->\n"
493             ."\t<script type='text/javascript'>\n"
494             ."\t<!--\n"
495             ."function checkconditions(value, name, type, evt_type)\n"
496             ."\t{\n"
#2
+
 /home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/application/controllers/survey/index.php(68): index->action()
63             App()->getClientScript()->render($buffer);
64             App()->getClientScript()->reset();
65             return $buffer;
66         });
67         ob_implicit_flush(false);
68         $this->action();
69         ob_flush();
70     }
71 
72     function action()
73     {
2016-02-06 19:42:16 Apache/2.2.22 (Debian) Yii Framework/1.1.16