Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-07-24 11:58:22 +0300
committermattab <matthieu.aubry@gmail.com>2015-07-24 11:58:31 +0300
commit4da18b62ed54c9a5e43da4e2c4f7c9bce77d31ee (patch)
tree7d2512ac9edcc841d5f7157e5e2fab8c7551335b /plugins/Installation
parent08ea0db3d0b529961fbce4a4f038474d7d15573c (diff)
improve error message to redirect users to error log file
this is a recurrent support request eg. http://forum.piwik.org/read.php?2,128447
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Installation/lang/en.json b/plugins/Installation/lang/en.json
index 5758213024..98e7ad4bf2 100644
--- a/plugins/Installation/lang/en.json
+++ b/plugins/Installation/lang/en.json
@@ -103,7 +103,7 @@
"SystemCheckSummaryThereWereWarnings": "There are some issues with your system. Piwik will run, but you might experience some minor problems.",
"SystemCheckTimeLimitHelp": "On a high traffic website, executing the archiving process may require more time than currently allowed. If necessary, change the max_execution_time directive in your php.ini file.",
"SystemCheckTracker": "Tracker status",
- "SystemCheckTrackerHelp": "GET request to piwik.php failed. Try whitelisting this URL from HTTP Authentication and disable mod_security (you may have to ask your webhost).",
+ "SystemCheckTrackerHelp": "GET request to piwik.php failed. Try whitelisting this URL from HTTP Authentication and disable mod_security (you may have to ask your webhost). For more information about the error, check your web server error log file.",
"SystemCheckWarnDomHelp": "You should enable the \"dom\" extension (e.g., install the \"php-dom\" and\/or \"php-xml\" package).",
"SystemCheckWarning": "Piwik will work normally but some features may be missing",
"SystemCheckWarnJsonHelp": "You should enable \"json\" extension (e.g., install the \"php-json\" package) for better performance.",