View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
14235Feature requestsInstallationpublic2018-11-08 23:05
Reporterjelo Assigned To 
PrioritynoneSeverityfeature 
Status newResolutionopen 
Summary14235: Expand systemcheck from installer and allow check from installed LS as well.
Description

We should consider adding the checkroutines of environment of the installer to the application it self.
Just a section which provides phpinfo, the version infos and the installer check routines.

When PHP 7.2 upgrades take place, the missing OpenSSL on Windows environments will cause trouble.
A check section inside of LimeSurvey would be a good investment to save time on debugging too.

The transition from PHP 5.X or PHP 7.1 to PHP 7.2 will hit many LS installations in the next 12 months.
Mostly Windows, but expanding the sysinfos for a LimeSurvey installation will help.

Could be a core plugin, which bundles
phpinfo
systeminfos
checkroutines of the installer
Could be expanded with routines for proxy check, connection check

Would allow easier PR and additions and would improve the installer check routines (cause we would use them more often :-)

Additional Information

From the bugreport:
https://bugs.limesurvey.org/view.php?id=14055

TagsNo tags attached.
Bug heat2
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2018-11-08 23:05

developer   ~49589

We already have phpinfo and systemcheck (for superadmin)

But a check routine can be interseting. Starting by same than installer, but can do some other check when we have a new issue where system are broken.

Some example : create directory, create a file in this directory (we have it some times, dir can not be read after creation etc …)

Issue History

Date Modified Username Field Change
2018-11-08 19:50 jelo New Issue
2018-11-08 20:12 jelo Description Updated
2018-11-08 23:05 DenisChenu Note Added: 49589