1.8.4 and OVH

Hi

I tested OVH fix for the previous versions of Piwik, it resolved my problem.
But I updated to the 1.8.4 version of Piwik, and I cannot apply the OVH fix anymore, as the files does not exit anymore.

Is there a way to make 1.8.4 work at OVH ? (it freezes at startup, and only one or two widget can load…the other can’t.)

Regards
Mikk

Sorry, i checked again and now the files are there… so I succesfully applied the old patch :

change in piwik/core/Session.php

this : $sessionPath = PIWIK_USER_PATH . ‘/tmp/sessions’;

by : $sessionPath = ‘/tmp/’;

Add in Piwik/config/config.ini.php
[General]
session_save_handler = dbtable

Problem fixed

The other solution not involving a patch si to use DB sessions: Installation - Analytics Platform - Matomo