Magento 2 static deploy en_US argument invalid on XAMPPProblem with Magento 2 installation and JS/CSS...
Email Account under attack (really) - anything I can do?
Could a US political party gain complete control over the government by removing checks & balances?
Is Social Media Science Fiction?
Check if two datetimes are between two others
How to answer pointed "are you quitting" questioning when I don't want them to suspect
How can I fix this gap between bookcases I made?
Is ipsum/ipsa/ipse a third person pronoun, or can it serve other functions?
Is Fable (1996) connected in any way to the Fable franchise from Lionhead Studios?
Is there a name of the flying bionic bird?
Unbreakable Formation vs. Cry of the Carnarium
Hosting Wordpress in a EC2 Load Balanced Instance
What happens when a metallic dragon and a chromatic dragon mate?
Need help identifying/translating a plaque in Tangier, Morocco
Shall I use personal or official e-mail account when registering to external websites for work purpose?
Does the average primeness of natural numbers tend to zero?
Eliminate empty elements from a list with a specific pattern
What is the offset in a seaplane's hull?
What is the command to reset a PC without deleting any files
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Add an angle to a sphere
extract characters between two commas?
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
Can I legally use front facing blue light in the UK?
Information to fellow intern about hiring?
Magento 2 static deploy en_US argument invalid on XAMPP
Problem with Magento 2 installation and JS/CSS filesstatic-content deploy errorStatic content deploy - Compilation from sourcestatic content deploy issuesstatic deploy not taking correct files to Pub/Static foldersManaging M2 projects with GIT (workflow)Magento 2 | deploy static content errorMagento 2.1 - Deploy static view files without deleting pub/staticMagento 2 - Really Bad Performance in DockerMagento 2 Static content deploy error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've cloned a working magento 2 repo, done composer install and when I'm trying do do: setup:static-content:deploy I get the error:
[InvalidArgumentException]
en_US argument has invalid value, please run info:language:list for list of available locales
When I run info:language:list I've got an empty list.
This is happening only on windows with xampp - on other computer with linux/mac everything is working fine.
What could be the problem?
EDIT:
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?
magento2 cli static-content
bumped to the homepage by Community♦ 32 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I've cloned a working magento 2 repo, done composer install and when I'm trying do do: setup:static-content:deploy I get the error:
[InvalidArgumentException]
en_US argument has invalid value, please run info:language:list for list of available locales
When I run info:language:list I've got an empty list.
This is happening only on windows with xampp - on other computer with linux/mac everything is working fine.
What could be the problem?
EDIT:
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?
magento2 cli static-content
bumped to the homepage by Community♦ 32 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
i also same problem on ubuntu lamp , stackoverflow.com/questions/34054617/… not hlep me , if got solution update here
– matinict
Apr 1 '18 at 6:37
add a comment |
I've cloned a working magento 2 repo, done composer install and when I'm trying do do: setup:static-content:deploy I get the error:
[InvalidArgumentException]
en_US argument has invalid value, please run info:language:list for list of available locales
When I run info:language:list I've got an empty list.
This is happening only on windows with xampp - on other computer with linux/mac everything is working fine.
What could be the problem?
EDIT:
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?
magento2 cli static-content
I've cloned a working magento 2 repo, done composer install and when I'm trying do do: setup:static-content:deploy I get the error:
[InvalidArgumentException]
en_US argument has invalid value, please run info:language:list for list of available locales
When I run info:language:list I've got an empty list.
This is happening only on windows with xampp - on other computer with linux/mac everything is working fine.
What could be the problem?
EDIT:
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?
magento2 cli static-content
magento2 cli static-content
edited Mar 1 '16 at 7:21
Tom
asked Feb 11 '16 at 14:15
TomTom
276310
276310
bumped to the homepage by Community♦ 32 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 32 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
i also same problem on ubuntu lamp , stackoverflow.com/questions/34054617/… not hlep me , if got solution update here
– matinict
Apr 1 '18 at 6:37
add a comment |
i also same problem on ubuntu lamp , stackoverflow.com/questions/34054617/… not hlep me , if got solution update here
– matinict
Apr 1 '18 at 6:37
i also same problem on ubuntu lamp , stackoverflow.com/questions/34054617/… not hlep me , if got solution update here
– matinict
Apr 1 '18 at 6:37
i also same problem on ubuntu lamp , stackoverflow.com/questions/34054617/… not hlep me , if got solution update here
– matinict
Apr 1 '18 at 6:37
add a comment |
1 Answer
1
active
oldest
votes
Try to remove var/*
of magento2 and recompile all again by execute command php bin/magento setup:static-content:deploy
. If problems still there you should re-install magento
Latest version 2.0.2 here
The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?
– Tom
Feb 12 '16 at 7:20
Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code
– mrtuvn
Feb 12 '16 at 14:40
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?
– Tom
Mar 1 '16 at 7:19
you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem
– mrtuvn
Mar 1 '16 at 8:13
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f101415%2fmagento-2-static-deploy-en-us-argument-invalid-on-xampp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try to remove var/*
of magento2 and recompile all again by execute command php bin/magento setup:static-content:deploy
. If problems still there you should re-install magento
Latest version 2.0.2 here
The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?
– Tom
Feb 12 '16 at 7:20
Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code
– mrtuvn
Feb 12 '16 at 14:40
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?
– Tom
Mar 1 '16 at 7:19
you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem
– mrtuvn
Mar 1 '16 at 8:13
add a comment |
Try to remove var/*
of magento2 and recompile all again by execute command php bin/magento setup:static-content:deploy
. If problems still there you should re-install magento
Latest version 2.0.2 here
The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?
– Tom
Feb 12 '16 at 7:20
Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code
– mrtuvn
Feb 12 '16 at 14:40
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?
– Tom
Mar 1 '16 at 7:19
you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem
– mrtuvn
Mar 1 '16 at 8:13
add a comment |
Try to remove var/*
of magento2 and recompile all again by execute command php bin/magento setup:static-content:deploy
. If problems still there you should re-install magento
Latest version 2.0.2 here
Try to remove var/*
of magento2 and recompile all again by execute command php bin/magento setup:static-content:deploy
. If problems still there you should re-install magento
Latest version 2.0.2 here
answered Feb 12 '16 at 2:19
mrtuvnmrtuvn
1,88411829
1,88411829
The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?
– Tom
Feb 12 '16 at 7:20
Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code
– mrtuvn
Feb 12 '16 at 14:40
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?
– Tom
Mar 1 '16 at 7:19
you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem
– mrtuvn
Mar 1 '16 at 8:13
add a comment |
The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?
– Tom
Feb 12 '16 at 7:20
Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code
– mrtuvn
Feb 12 '16 at 14:40
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?
– Tom
Mar 1 '16 at 7:19
you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem
– mrtuvn
Mar 1 '16 at 8:13
The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?
– Tom
Feb 12 '16 at 7:20
The first thing I tried was removing var/* but it did not help. Reinstalling magento is not a solution for me at the moment. Any other ideas?
– Tom
Feb 12 '16 at 7:20
Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code
– mrtuvn
Feb 12 '16 at 14:40
Backup db and try to install clean. Have you try to download full code i already answer above? Install new may help to solve conflict or missing packages. I don't have experience about this problem. My case works fine with Windows 10 and xampp install along with full zip source code
– mrtuvn
Feb 12 '16 at 14:40
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?
– Tom
Mar 1 '16 at 7:19
Every new install of magento 2 fails on two computers with win7 and xampp. I've tried wamp but it failed as well. It doesn't matter how magento is installed - though composer, git clone or zip package. Any ideas?
– Tom
Mar 1 '16 at 7:19
you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem
– mrtuvn
Mar 1 '16 at 8:13
you should download from previous link in comment. I have tested in windows 10 + xampp. I works fine in latest release. Make sure you install version with sample data. By the way , you should make sure to check all files you have changed. Maybe it contain error or typo issues may cause your problem
– mrtuvn
Mar 1 '16 at 8:13
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f101415%2fmagento-2-static-deploy-en-us-argument-invalid-on-xampp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
i also same problem on ubuntu lamp , stackoverflow.com/questions/34054617/… not hlep me , if got solution update here
– matinict
Apr 1 '18 at 6:37