View Issue Details

This bug affects 1 person(s).
 8
IDProjectCategoryView StatusLast Update
05158Bug reportsInstallationpublic2011-05-13 00:10
Reporterdadyo Assigned ToDenisChenu  
PriorityhighSeverityblock 
Status closedResolutionfixed 
Product Version1.91 
Fixed in Version1.91+ 
Summary05158: Missing backslash in index.php gives throws a "unexpected T_STRING error"
Description

Parse error: syntax error, unexpected T_STRING in C:\XAMPP\xampp\htdocs\gsp\limesurvey\index.php on line 2914

Steps To Reproduce

Just follow the installation directions when using:
limesurvey191plus-build10060-20110510.zip

Opening the limesurvey root dir or previewing a new build questiongroup throws the error.

Additional Information

Putting a backslash in the end of the line 2914 stops the error.

This:
.submit();"
Should be this:
.submit();\"

But this might not be complete thing but solves it for me at this moment.

TagsNo tags attached.
Bug heat8
Complete LimeSurvey version number (& build)10060
I will donate to the project if issue is resolvedNo
BrowserFF 3.6.17
Database type & versionMySql 5.1.41
Server OS (if known)Win XP / Xampp
Webserver software & version (if known)Apache/2.2.14 (Win32)
PHP Version5.3.1

Users monitoring this issue

There are no users monitoring this issue.

Activities

dadyo

dadyo

2011-05-11 02:39

reporter   ~14979

It's actualy 1.91+ and not 1.91

DenisChenu

DenisChenu

2011-05-11 11:19

developer   ~14982

Fixed in 10061

user13974

2011-05-12 23:31

  ~14995

The proposed download release (12. may 2011 @22.29) from limesurvey's website is build 10060!
Please backport the fix or change the "stable" version to be downloaded.

Issue History

Date Modified Username Field Change
2011-05-11 02:36 dadyo New Issue
2011-05-11 02:39 dadyo Note Added: 14979
2011-05-11 11:18 DenisChenu Assigned To => DenisChenu
2011-05-11 11:18 DenisChenu Status new => assigned
2011-05-11 11:19 DenisChenu Note Added: 14982
2011-05-11 11:19 DenisChenu Status assigned => resolved
2011-05-11 11:19 DenisChenu Fixed in Version => 1.91+
2011-05-11 11:19 DenisChenu Resolution open => fixed
2011-05-12 23:31 user13974 Note Added: 14995
2011-05-12 23:55 c_schmitz Issue Monitored: user9586
2011-05-13 00:10 c_schmitz Status resolved => closed