Found the problem.
It's in
/core/Piwik.php
function checkIfFileSystemIsNFS()
It crash in
@exec($command, $output, $returnCode);
i don't know why.
I've fix it just putting a return false; after declaration of function.
Installation and piwik work well now.
It's in
/core/Piwik.php
function checkIfFileSystemIsNFS()
It crash in
@exec($command, $output, $returnCode);
i don't know why.
I've fix it just putting a return false; after declaration of function.
Installation and piwik work well now.