Magento 2.2.9 problem after installing not loading some JS filesMagento2: Errors installing Sample Data: Class “MagentoSampleDataModel” not found / no commands defined in “sampledata” namespaceSomething went wrong while installing sample data. Please check var/log/system.log for details during Magento installationerror while installing magento on localhostMagento 2 - Problem with datetime attribute productError during installing Magento 2CSS and JS not loadingMagento 2.2.2 not working after the setup:di:compileHow To Debug Custom Feedback Form Sidebar Slider JavaScript Error?Discount Codes Not Working After Update (Magento 2.2.9)
Are the A380 engines interchangeable (given they are not all equipped with reverse)?
Did the British navy fail to take into account the ballistics correction due to Coriolis force during WW1 Falkland Islands battle?
Is for(( ... )) ... ; a valid shell syntax? In which shells?
Most natural way to use the negative with つもり
How to respectfully refuse to assist co-workers with IT issues?
I don't have the theoretical background in my PhD topic. I can't justify getting the degree
Localization at a multiplicative set is a localization at a prime ideal if local
Uri tokenizer as a simple state machine
“T” in subscript in formulas
Papers on arXiv solving the same problem at the same time
How would a Creature that needs to be seen by Humans evolve?
Why is 1. d4 Nf6 2. c4 e6 3. Bg5 almost never played?
How do you interpolate outside the range of data?
Is "The life is beautiful" incorrect or just very non-idiomatic?
Duplicate instruments in unison in an orchestra
Would the Republic of Ireland and Northern Ireland be interested in reuniting?
Can a Rogue PC teach an NPC to perform Sneak Attack?
pgfplots: Missing one group of bars
French abbreviation for comparing two items ("vs")
'Us students' - Does this apposition need a comma?
Is gzip atomic?
Was it ever possible to target a zone?
Why is 7 Bd3 in the Cambridge Springs QGD more often met with 7...Ne4 than 7...dxc4?
Why in most German places is the church the tallest building?
Magento 2.2.9 problem after installing not loading some JS files
Magento2: Errors installing Sample Data: Class “MagentoSampleDataModel” not found / no commands defined in “sampledata” namespaceSomething went wrong while installing sample data. Please check var/log/system.log for details during Magento installationerror while installing magento on localhostMagento 2 - Problem with datetime attribute productError during installing Magento 2CSS and JS not loadingMagento 2.2.2 not working after the setup:di:compileHow To Debug Custom Feedback Form Sidebar Slider JavaScript Error?Discount Codes Not Working After Update (Magento 2.2.9)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
After successfully installing Magento 2.2.9 (Windows 10, wamp server) I got the following picture. Does someone know how to solve this?
I'm a beginner in Magento. I will be grateful for your answers.

magento2 javascript
add a comment |
After successfully installing Magento 2.2.9 (Windows 10, wamp server) I got the following picture. Does someone know how to solve this?
I'm a beginner in Magento. I will be grateful for your answers.

magento2 javascript
add a comment |
After successfully installing Magento 2.2.9 (Windows 10, wamp server) I got the following picture. Does someone know how to solve this?
I'm a beginner in Magento. I will be grateful for your answers.

magento2 javascript
After successfully installing Magento 2.2.9 (Windows 10, wamp server) I got the following picture. Does someone know how to solve this?
I'm a beginner in Magento. I will be grateful for your answers.

magento2 javascript
magento2 javascript
edited Aug 12 at 21:16
Rafael Corrêa Gomes
5,1602 gold badges37 silver badges72 bronze badges
5,1602 gold badges37 silver badges72 bronze badges
asked Aug 12 at 19:29
Назар КолцунНазар Колцун
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It might be caused by many things, I recommend change your base URL to use dev.local instead of localhost, then make sure that you are using developer mode and the generate all static files, you might be able to do all of this stuff running these commands below in your Magento root folder via terminal.
wget https://files.magerun.net/n98-magerun2.phar && chmod +x ./n98-magerun2.phar && alias n98="./n98-magerun2.phar"
n98 deploy:mode:set developer
n98 config:store:set web/unsecure/base_url http://dev.local/
n98 config:store:set web/secure/base_url http://dev.local/
n98 config:store:set web/cookie/cookie_domain dev.local
n98 dev:asset:clear
n98 generation:flush
composer install
n98 setup:upgrade
n98 setup:static-content:deploy -f
n98 setup:di:compile
n98 maintenance:disable
n98 i:reindex
n98 c:flush
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%2f285217%2fmagento-2-2-9-problem-after-installing-not-loading-some-js-files%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
It might be caused by many things, I recommend change your base URL to use dev.local instead of localhost, then make sure that you are using developer mode and the generate all static files, you might be able to do all of this stuff running these commands below in your Magento root folder via terminal.
wget https://files.magerun.net/n98-magerun2.phar && chmod +x ./n98-magerun2.phar && alias n98="./n98-magerun2.phar"
n98 deploy:mode:set developer
n98 config:store:set web/unsecure/base_url http://dev.local/
n98 config:store:set web/secure/base_url http://dev.local/
n98 config:store:set web/cookie/cookie_domain dev.local
n98 dev:asset:clear
n98 generation:flush
composer install
n98 setup:upgrade
n98 setup:static-content:deploy -f
n98 setup:di:compile
n98 maintenance:disable
n98 i:reindex
n98 c:flush
add a comment |
It might be caused by many things, I recommend change your base URL to use dev.local instead of localhost, then make sure that you are using developer mode and the generate all static files, you might be able to do all of this stuff running these commands below in your Magento root folder via terminal.
wget https://files.magerun.net/n98-magerun2.phar && chmod +x ./n98-magerun2.phar && alias n98="./n98-magerun2.phar"
n98 deploy:mode:set developer
n98 config:store:set web/unsecure/base_url http://dev.local/
n98 config:store:set web/secure/base_url http://dev.local/
n98 config:store:set web/cookie/cookie_domain dev.local
n98 dev:asset:clear
n98 generation:flush
composer install
n98 setup:upgrade
n98 setup:static-content:deploy -f
n98 setup:di:compile
n98 maintenance:disable
n98 i:reindex
n98 c:flush
add a comment |
It might be caused by many things, I recommend change your base URL to use dev.local instead of localhost, then make sure that you are using developer mode and the generate all static files, you might be able to do all of this stuff running these commands below in your Magento root folder via terminal.
wget https://files.magerun.net/n98-magerun2.phar && chmod +x ./n98-magerun2.phar && alias n98="./n98-magerun2.phar"
n98 deploy:mode:set developer
n98 config:store:set web/unsecure/base_url http://dev.local/
n98 config:store:set web/secure/base_url http://dev.local/
n98 config:store:set web/cookie/cookie_domain dev.local
n98 dev:asset:clear
n98 generation:flush
composer install
n98 setup:upgrade
n98 setup:static-content:deploy -f
n98 setup:di:compile
n98 maintenance:disable
n98 i:reindex
n98 c:flush
It might be caused by many things, I recommend change your base URL to use dev.local instead of localhost, then make sure that you are using developer mode and the generate all static files, you might be able to do all of this stuff running these commands below in your Magento root folder via terminal.
wget https://files.magerun.net/n98-magerun2.phar && chmod +x ./n98-magerun2.phar && alias n98="./n98-magerun2.phar"
n98 deploy:mode:set developer
n98 config:store:set web/unsecure/base_url http://dev.local/
n98 config:store:set web/secure/base_url http://dev.local/
n98 config:store:set web/cookie/cookie_domain dev.local
n98 dev:asset:clear
n98 generation:flush
composer install
n98 setup:upgrade
n98 setup:static-content:deploy -f
n98 setup:di:compile
n98 maintenance:disable
n98 i:reindex
n98 c:flush
answered Aug 12 at 21:24
Rafael Corrêa GomesRafael Corrêa Gomes
5,1602 gold badges37 silver badges72 bronze badges
5,1602 gold badges37 silver badges72 bronze badges
add a comment |
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%2f285217%2fmagento-2-2-9-problem-after-installing-not-loading-some-js-files%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