passbolt / passbolt_api

Passbolt Community Edition (CE) API. The JSON API for the open source password manager for teams!
https://passbolt.com
GNU Affero General Public License v3.0
4.73k stars 311 forks source link

migrate: Undefined constant "no" in /etc/passbolt/passbolt.php:56 #496

Closed lprosch closed 1 year ago

lprosch commented 1 year ago

migrate: Undefined constant "no" in /etc/passbolt/passbolt.php:56

What you did

What happened

Migrate script failed with Undefined constant "no"

What you expected to happen

Migrate script should have run smoothly. config migrate_fail

stripthis commented 1 year ago

Hello,

We use github for bug reports. Please use the community forum if you have problem with your installation: https://community.passbolt.com.

For your problem, this is not a bug, "no" is not a valid option, it should be null if you don't want to use TLS.

lprosch commented 1 year ago

Interestingly enough, quoting 'no' works.