View Issue Details

IDProjectCategoryView StatusLast Update
0026974mantisbtinstallationpublic2023-11-03 13:55
Reporteratrol Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version2.25.0Fixed in Version2.25.0 
Summary0026974: Required PHP json extension not documented and checked
Description

Starting from early 1.3.0-beta.1, functions that are part of PHP json extension have become essential to run MantisBT.

This was not documented and is not checked in admin checks.
On most PHP installations, the extensions is enabled, so there was hardly any user affected until now.

TagsNo tags attached.

Relationships

related to 0026971 closedatrol Login Page Broken 
related to 0027416 closeddregad Internal error when using chrome connected to my gmail account 
related to 0033084 closeddregad The summary section of mantis when installing it sends me an error message 

Activities

Related Changesets

MantisBT: master 8d8d40e0

2020-05-21 02:40

atrol

Committer: dregad


Details Diff
Check for PHP json extension in admin checks

Fixes 0026974
Affected Issues
0026974
mod - admin/check/check_php_inc.php Diff File

MantisBT: master 8e068784

2020-05-21 02:49

atrol

Committer: dregad


Details Diff
Add missing required PHP extensions to documentation

Issue 0026974
Affected Issues
0026974
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

MantisBT: master af7f8dcb

2020-05-21 03:06

atrol

Committer: dregad


Details Diff
Composer: add required json extension

This avoids warnings in code inspection tools (e.g. PHPStorm).

Issue 0026974
Affected Issues
0026974
mod - composer.json Diff File