View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
12274Bug reportsInstallationpublic2017-07-21 17:11
Reportertammo Assigned ToLouisGac 
PrioritynoneSeveritypartial_block 
Status closedResolutionfixed 
Target Version3.0.x 
Summary12274: PHP Warning: crash
Description

file_get_contents(D:\Dropbox\sites\drupal\hoofdtoegang\limegit.toolsforresearch.com\public_html\templates\default\views\/surveylist.pstpl): failed to open stream: No such file or directory

D:\Dropbox\sites\drupal\hoofdtoegang\limegit.toolsforresearch.com\public_html\application\views\surveys\publicSurveyList.php(101)

089 ".gT("The following surveys are available:")."
090 </div>";
091 if( $outputSurveys==0)
092 {
093 $list=CHtml::openTag('div',array('class'=>'col-xs-12')).gT("No available surveys").CHtml::closeTag('div');
094 }
095 $data = array(
096 "NOSID"=> "",
097 "SURVEYLISTHEADING"=> $listheading,
098 "SURVEYLIST"=> $list,
099 );
100 $oTemplate = Template::model()->getInstance(App()->getconfig("defaulttemplate"));
101 echo templatereplace(file_get_contents($oTemplate->pstplPath."/surveylist.pstpl"),$data,$this->aGlobalData,'survey['.LINE.']');
102 ?>

Additional Information

Something with forward slash/backslash?

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)3.0 develop
I will donate to the project if issue is resolvedYes
Browserff
Database type & versionff
Server OS (if known)ff
Webserver software & version (if known)ff
PHP Versionff

Users monitoring this issue

There are no users monitoring this issue.

Activities

LouisGac

LouisGac

2017-04-20 13:03

developer   ~43422

first bug report for alpha :-D

LouisGac

LouisGac

2017-04-21 17:03

developer   ~43428

Fix committed to develop branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&amp;id=22651

c_schmitz

c_schmitz

2017-07-21 17:11

administrator   ~44192

Version 3.0.0-beta.1 released

Related Changesets

LimeSurvey: develop 82d2bd1f

2017-04-21 17:02:21

LouisGac

Details Diff
Fixed issue 12025: Survey listing page broken
Fixed issue 12274: PHP Warning: crash
Affected Issues
12025, 12274
mod - application/controllers/SurveysController.php Diff File

Issue History

Date Modified Username Field Change
2017-04-20 12:44 tammo New Issue
2017-04-20 12:44 tammo Status new => assigned
2017-04-20 12:44 tammo Assigned To => LouisGac
2017-04-20 13:03 LouisGac Note Added: 43422
2017-04-21 17:03 LouisGac Changeset attached => LimeSurvey develop 82d2bd1f
2017-04-21 17:03 LouisGac Note Added: 43428
2017-04-21 17:03 LouisGac Resolution open => fixed
2017-04-26 17:33 LouisGac Status assigned => resolved
2017-07-21 17:11 c_schmitz Note Added: 44192
2017-07-21 17:11 c_schmitz Status resolved => closed