Page MenuHomePhabricator

session.save_path verified incorrectly when using "N;MODE;/path" format
Closed, ResolvedPublic

Description

Author: bsauls

Description:
When using a format where you specify the number of sub directories to use and/or the mode, the installation process complains that the directory is invalid.

Removing the N; and MODE; fixes the problem and re-enabling after the initial check seems to cause no side effects thus far.

session.save_path = "N;MODE;/path"

Examples:

session.save_path = "3;/tmp/session"
session.save_path = "9;600;/tmp"


Version: 1.11.x
Severity: normal

Details

Reference
bz9978

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:39 PM
bzimport set Reference to bz9978.
bzimport added a subscriber: Unknown Object (MLST).