Ticket #1515 (closed Bug: fixed)

Opened 22 months ago

Last modified 22 months ago

PHP flag session.save_handler 'mm' doesn't work for Piwik

Reported by: dak Owned by:
Priority: major Milestone: Piwik 0.6.5
Component: Core Keywords:
Cc: Sensitive: no

Description

For the moment it is not possible to install Piwik on some Linux machines, if the session.save_handler 'mm' (Memory) is used. The problem lies in Session.php, where the session is initialized only for 'files'. As for type 'user' a manual switch to 'files' is made, I suggest doing the same for 'mm'. This worked in our case.

Change History

Changed 22 months ago by vipsoft

  • status changed from new to closed
  • resolution set to fixed

(In [2681]) fixes #1515; refs #806; mm is not supported

Changed 22 months ago by vipsoft

  • milestone set to 0 - Piwik 0.6.5
Note: See TracTickets for help on using tickets.