View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
17351 | Bug reports | Survey editing | public | 2021-06-03 20:25 | 2021-08-12 08:46 |
Reporter | gabrieljenik | Assigned To | gabrieljenik | ||
Priority | normal | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 3.25.20 | ||||
Summary | 17351: Also check that GD implement jpeg support | ||||
Description | When working on 17347, we got to the following error: We understand this is talking about the requirements during installation, but almost sure, they were complied. | ||||
Steps To Reproduce | Same as 17347
| ||||
Additional Information | This could happen as well on master. | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 3.25.20 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | Mysql | ||||
Server OS (if known) | Windows + Unix | ||||
Webserver software & version (if known) | |||||
PHP Version | 8 | ||||
Time to add a test for file manager? |
|
This only happens when you don't have gd installed. I installed it and now get a white square instead. |
|
OK, we have re-installed GD extension with JPEG support and now works. In my case, GD is installed, but it has no JPEG support.
Note that it doesn't have FreeText support either, but the installer only checks if the key exists (it doesn't check if there is actually support, but I'm not sure if it's needed). @ollehar Should we review this installer check as to ensure JPEG support is there? On the other hand, KCFinder checks the availability of GD driver like this:
So, basically the installer confirms GD is installed (it's true), but KCFinder cannot use it. |
|
Maybe open a separate ticket for that, Gabriel? |
|
Or, you mean, everything works with GD + jpeg support? Have to check my own config. |
|
Changed priority and title. You can keep this bug report and implement your suggested solution. |
|
Checking that GD supports JPEG during install checks LTS: https://github.com/LimeSurvey/LimeSurvey/pull/1917 |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=32078 |
|
Fix committed to 3.x-LTS branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=32079 |
|
LimeSurvey: master ace6944c 2021-06-14 17:57 Committer: GitHub Details Diff |
Fixed issue 17351: Also check that GD implement jpeg support (#1918) Co-authored-by: encuestabizdevgit <devgit@encuesta.biz> |
Affected Issues 17351 |
|
mod - application/models/InstallerConfigForm.php | Diff File | ||
mod - application/views/installer/precheck_view.php | Diff File | ||
LimeSurvey: 3.x-LTS cfb22da7 2021-06-14 17:58 Committer: GitHub Details Diff |
Fixed issue 17351: Also check that GD implement jpeg support (#1917) Co-authored-by: encuestabizdevgit <devgit@encuesta.biz> |
Affected Issues 17351 |
|
mod - application/controllers/InstallerController.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-06-03 20:25 | gabrieljenik | New Issue | |
2021-06-04 17:03 | ollehar | Assigned To | => ollehar |
2021-06-04 17:03 | ollehar | Status | new => confirmed |
2021-06-04 17:06 | ollehar | Note Added: 64747 | |
2021-06-05 11:18 | ollehar | Priority | none => immediate |
2021-06-05 11:18 | ollehar | Sync to Zoho Project | Yes => |Yes| |
2021-06-07 14:35 | ollehar | Note Added: 64768 | |
2021-06-07 14:35 | ollehar | Note Added: 64769 | |
2021-06-07 14:35 | ollehar | File Added: Selection_999(408).png | |
2021-06-07 20:45 | gabrieljenik | Note Added: 64773 | |
2021-06-07 20:45 | gabrieljenik | File Added: image.png | |
2021-06-07 20:45 | gabrieljenik | File Added: image-2.png | |
2021-06-07 20:45 | gabrieljenik | File Added: image-3.png | |
2021-06-08 09:41 | ollehar | Note Added: 64778 | |
2021-06-08 10:16 | ollehar | Note Added: 64779 | |
2021-06-08 10:23 | ollehar | Priority | immediate => normal |
2021-06-08 10:23 | ollehar | Sync to Zoho Project | Yes => |Yes| |
2021-06-08 10:23 | ollehar | Summary | Image Extension are missing on PHP8 => Also check that GD implement jpeg support |
2021-06-08 10:23 | ollehar | Sync to Zoho Project | Yes => |Yes| |
2021-06-08 10:23 | ollehar | Note Added: 64780 | |
2021-06-09 13:41 | ollehar | Severity | crash => partial_block |
2021-06-09 13:41 | ollehar | Sync to Zoho Project | Yes => |Yes| |
2021-06-10 17:42 | gabrieljenik | Note Added: 64854 | |
2021-06-10 17:43 | gabrieljenik | Status | confirmed => ready for testing |
2021-06-14 16:09 | gabrieljenik | Changeset attached | => LimeSurvey master ace6944c |
2021-06-14 16:09 | gabrieljenik | Note Added: 64891 | |
2021-06-14 16:09 | gabrieljenik | Assigned To | ollehar => gabrieljenik |
2021-06-14 16:09 | gabrieljenik | Resolution | open => fixed |
2021-06-14 16:10 | gabrieljenik | Changeset attached | => LimeSurvey 3.x-LTS cfb22da7 |
2021-06-14 16:10 | gabrieljenik | Note Added: 64892 | |
2021-07-21 17:26 | ollehar | Status | ready for testing => resolved |
2021-08-12 08:46 | c_schmitz | Status | resolved => closed |