Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation requirements incomplete #4951

Closed
anonymous-matomo-user opened this issue Apr 4, 2014 · 3 comments
Closed

Installation requirements incomplete #4951

anonymous-matomo-user opened this issue Apr 4, 2014 · 3 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

Just installed piwik on a fresh ubuntu server 13.10 installation, and found that the piwik requirements list is incomplete: http://piwik.org/docs/requirements/

I got a blank page after installation. My logs show the following:
Apr 04 07:58:01.522986 2014 [pid 11563 10.0.3.1:57176 PHP Fatal error: Call to undefined function Piwik\json_decode() in /var/www/piwik/core/Translate.php on line 76
Apr 04 07:58:01.530556 2014 [pid 11563 10.0.3.1:57176 PHP Fatal error: Call to undefined function Piwik\Plugin\json_decode() in /var/www/piwik/core/Plugin/Manager.php on line 10

After installing php5-json, everything worked fine

@mattab
Copy link
Member

mattab commented Apr 6, 2014

Thanks for the report! we should use Common::json_encode instead of the default php function.

@mattab
Copy link
Member

mattab commented Apr 8, 2014

In 792de6b: Fixes #4951 Added php5-json to the list of required extensions

@mattab
Copy link
Member

mattab commented Apr 8, 2014

In 58faad9: Refs #4951

@anonymous-matomo-user anonymous-matomo-user added this to the 2.2.1 - Piwik 2.2.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants