If server is not using at least PHP 5.3, make sure Piwik displays a useful error message #4653
Comments
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our index.php should be compatible with older PHP versions such as PHP 4 and PHP 5.1 and PHP 5.2.
Currently it spits out a PARSE error when it hits the "use" statement. Instead, let's rewrite the index.php so that is is parsable by Php4 and early php5. This will prevent a lot of user frustration and support requests. See faq and Piwik requirements.
The text was updated successfully, but these errors were encountered: