View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
11277Bug reportsInstallationpublic2016-05-26 17:41
ReporterMatherion Assigned Toc_schmitz  
PrioritynoneSeverityblock 
Status closedResolutionduplicate 
Product Version2.50.x 
Fixed in Version2.50.x 
Summary11277: On line 65 of precheck_view.php, there's a dollar sign which shouldn't be there causing the installation to crash
Description

Just downloaded a fresh copy of LS2.5. When installing, I get "Function name must be a string in /home/ppusr/public_html/ls250/application/views/installer/precheck_view.php on line 65". Inspection reveals line 65 to be:

           if (isset($bMemoryError) && $bMemoryError) { ?><span style='font-weight:bold; color: red'><?php eT("Too low"); ?>: <?php echo $convertPHPSizeToBytes(ini_get('memory_limit'))/1024/1024; ?>MB</span>

On line 66, the dollar sign in from of 'convertPHPSizeToBytes' is not included, which seems to make more sense. Easily fixed, but also seems to crash the installation. I'm surprised it didn't come up earlier? Maybe it's only in the .7z version I downloaded?

Steps To Reproduce

Download "limesurvey250plus-build160526.7z", FTP it to a server, browse to the directory and start the installation script. After the license is accepted, LS crashes; full page contents below in 'additional information'.

Additional Information

Progress

20% completed

Welcome
License
Pre-installation check
Configuration
Database settings
Optional settings

Pre-installation check

Pre-installation check for LimeSurvey 2.50+
Minimum requirements
Required Current
PHP version 5.3.3+ 5.5.35
Minimum memory available 64MB Too low:
Fatal error: Function name must be a string in /home/ppusr/public_html/ls250/application/views/installer/precheck_view.php on line 65

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)160526
I will donate to the project if issue is resolvedNo
BrowserFireFox
Database type & version5.5.49-cll - MySQL Community Server (GPL)
Server OS (if known)CentOS 6
Webserver software & version (if known)Apache/2.2.31
PHP Version5.5.35

Relationships

duplicate of 11210 closedc_schmitz installation failure with LS 2.5 

Users monitoring this issue

There are no users monitoring this issue.

Activities

Matherion

Matherion

2016-05-26 16:06

reporter   ~38942

PS: for me, this is fixed now of course - so for me, there's no hurry. Of course, given how quickly this can be resolved, and given that others might run into it, that may cause for prioritisation anyway :-)

c_schmitz

c_schmitz

2016-05-26 17:41

administrator   ~38947

Thank you - great catch!

Issue History

Date Modified Username Field Change
2016-05-26 16:04 Matherion New Issue
2016-05-26 16:06 Matherion Note Added: 38942
2016-05-26 17:40 c_schmitz Relationship added duplicate of 11210
2016-05-26 17:40 c_schmitz Status new => closed
2016-05-26 17:40 c_schmitz Assigned To => c_schmitz
2016-05-26 17:40 c_schmitz Resolution open => fixed
2016-05-26 17:40 c_schmitz Fixed in Version => 2.5
2016-05-26 17:41 c_schmitz Note Added: 38947
2016-05-26 17:41 c_schmitz Resolution fixed => duplicate
2016-05-26 17:41 c_schmitz Additional Information Updated