Alanaktion / phproject

A high performance full-featured project management system
https://www.phproject.org
GNU General Public License v3.0
388 stars 106 forks source link

safe-Mode #358

Closed ChrMue closed 6 years ago

ChrMue commented 6 years ago

Hallo, on start of phproject I get an error Fatal error: Directive 'safe_mode_protected_env_vars' is no longer available in PHP 5.4 or newer

After 2 reloads it works fine. The webspace is running witth PHP 7.1 and therefore safmode is off (answer of the hoster) Do you check the safe-mode or use safe_mode commands?

KR ChrMue

Alanaktion commented 6 years ago

Nothing is intentionally done with safe mode that I know of, but I can look into this.

Alanaktion commented 6 years ago

This directive (safe_mode_protected_env_vars) isn't accessed anywhere in Phproject or any of its dependencies, and is running fine in several other PHP 7.1 environments, so this is likely an issue with your server configuration in some way. I would make sure that your php.ini file doesn't contain anything related to safe_mode, but I don't think this error is related to Phproject.