View Issue Details

IDProjectCategoryView StatusLast Update
0016035mantisbtadministrationpublic2014-12-08 02:07
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0016035: Admin check issues unnecessary warning messages
Description

The admin checks issues warnings for

  • disabled pcntl functions: should not as these should not be enabled in web server environments

  • existence of 'scripts' directory: this directory contains server-based scripts (e.g. sendmail), and while these do not need to be in the mantisbt root in a production site, the warning message is misleading

TagsNo tags attached.

Activities

govind

govind

2013-12-01 22:04

reporter   ~0038692

sdfgdf

govind

govind

2013-12-01 22:05

reporter   ~0038741

xdfjghjgh

Related Changesets

MantisBT: master 45942804

2013-06-08 12:38

Damien Regad


Details Diff
Admin check (PHP): ignore disabled pcntl_* functions

As per PHP documentation, Process Control functions should be disabled
within a web server environment, and therefore should not pop up as
warnings.

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

MantisBT: master edaaa0a5

2013-06-08 12:49

Damien Regad


Details Diff
Admin checks (Paths): remove 'scripts' from developers dirs

This directory is not for development use, it contains server back-end
scripts, e.g. to send e-mails via cron.

Fixes 0016035
Affected Issues
0016035
mod - admin/check/check_paths_inc.php Diff File