At the installation on free.fr host, one gets this message :
To run Piwik you need at least PHP version 5.1.3
Unfortunately it seems your webserver is using PHP version 5.1.3RC4-dev.
Since differences between theses two versions of PHP are probably not a real limitation for using Piwik, is it possible to manage a turn-around for this obstacle ?
I tried to set config/global.ini.php with minimum_php_version = 5.1.0 but with no success style_emoticons/<#EMO_DIR#>/sad.gif
Now I found a taround around for this, by setting core/testMinimumPhpVersion.php with $piwik_minimumPHPVersion = ‘5.1.0’;
Unfortunatly another problem comes up :
Warning: require_once(Zend/Registry.php) [function.require-once]: failed to open stream: No such file or directory in /mnt/166/sda/3/3/xxx/piwik/core/ErrorHandler.php on line 12
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Registry.php' (include_path='/mnt/166/sda/3/3/xxx/include:.:/usr/php5/lib/php') in /mnt/166/sda/3/3/flostyle/piwik/core/ErrorHandler.php on line 12
No, I have tried to edit the “faulty” file to include that libs/Zend/Session.php file, but it don’t works.
I have tried a relative and an absolute link to this file, but it seems to be a ghost. Present, but invisible by php include()…
Hi.
I just tried to do it (install Piwik on a free.fr hosted website).
As the PHP version is an old one, I followed this page advice : http://piwik.org/faq/how-to-install/#faq_77
and I add an .htaccess with