View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
11827 | Bug reports | Survey participants (Tokens) | public | 2016-10-24 11:10 | 2016-10-24 13:27 |
Reporter | drodero | Assigned To | c_schmitz | ||
Priority | none | Severity | block | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.06+ | ||||
Fixed in Version | 2.06+ | ||||
Summary | 11827: Email bounce processing fails on PHP 7 | ||||
Description | When you try to start email bounce processing, the "pop up" window appears with a loading image, but it doesn't dissapears. It calls the web (i.e.): /index.php/admin/tokens/sa/bounceproces Where you get a Internal Server Error: Call to undefined functino split() | ||||
Additional Information | In file: /application/controllers/admin/tokens.php In line 107 you have: @list($hostname, $port) = split(':', $hostname); If you change split for explode, it works properly in PHP7. | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | Versión 2.06lts Build 160801 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | All | ||||
Database type & version | MySQL 5.7.13 | ||||
Server OS (if known) | Ubuntu 16.04.2 | ||||
Webserver software & version (if known) | Apache 2.4.7 | ||||
PHP Version | 7.0.12 | ||||
Correct, split is removed in PHP 7. Use explode instead? |
|
Fix committed to 2.06lts branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=21124 |
|
New version released |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2016-10-24 11:10 | drodero | New Issue | |
2016-10-24 12:12 | ollehar | Note Added: 41530 | |
2016-10-24 12:28 | ollehar | Note Edited: 41530 | |
2016-10-24 13:13 | c_schmitz | Assigned To | => c_schmitz |
2016-10-24 13:13 | c_schmitz | Status | new => assigned |
2016-10-24 13:13 | c_schmitz | Changeset attached | => LimeSurvey 2.06lts 55adc402 |
2016-10-24 13:13 | c_schmitz | Note Added: 41531 | |
2016-10-24 13:13 | c_schmitz | Resolution | open => fixed |
2016-10-24 13:14 | c_schmitz | Status | assigned => resolved |
2016-10-24 13:14 | c_schmitz | Fixed in Version | => 2.06+ |
2016-10-24 13:27 | c_schmitz | Note Added: 41532 | |
2016-10-24 13:27 | c_schmitz | Status | resolved => closed |
2016-12-08 10:39 | c_schmitz | Category | Tokens => Survey participants (Tokens) |