Skip to content
Extraits de code Groupes Projets
Valider 2e1384b1 rédigé par mattab's avatar mattab
Parcourir les fichiers

Minor change to erro message

parent d0c39152
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -60,7 +60,7 @@ class UIAssetMinifier extends Singleton ...@@ -60,7 +60,7 @@ class UIAssetMinifier extends Singleton
private static function validateDependency() private static function validateDependency()
{ {
if (!class_exists("JShrink\\Minifier")) if (!class_exists("JShrink\\Minifier"))
throw new Exception("JShrink could not be found, maybe you are using Piwik from git and need to have update Composer. <br>php composer.phar update"); throw new Exception("JShrink could not be found, maybe you are using Piwik from git and need to update Composer. $ php composer.phar update");
} }
} }
...@@ -39,7 +39,7 @@ class Menu extends \Piwik\Plugin\Menu ...@@ -39,7 +39,7 @@ class Menu extends \Piwik\Plugin\Menu
} }
if (!class_exists("DeviceDetector\\DeviceDetector")) { if (!class_exists("DeviceDetector\\DeviceDetector")) {
throw new \Exception("DeviceDetector could not be found, maybe you are using Piwik from git and need to have update Composer. <br>php composer.phar update"); throw new \Exception("DeviceDetector could not be found, maybe you are using Piwik from git and need to update Composer. Execute this command: php composer.phar update");
} }
$ua = new OperatingSystem($_SERVER['HTTP_USER_AGENT']); $ua = new OperatingSystem($_SERVER['HTTP_USER_AGENT']);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter