migration Magento 2 to localhost with xampp Admin stuck to login box without fieldsCan't login to Magento admin after migrationMagento2 doesn't load images and cssWhy does the web based install of Magento 2 on Windows 7 localhost using XAMPP always fail?Magento 2 css problem on fronted and backendYou did not sign in correctly or Your account is temporarily disabled Magento 2Cannot create symlink in magentoMagento 2.2.2 :Error with read-only folder while setup:upgrade and with a module while :di.compileStylesheet could not be loaded in magento 2.2When I set client side less compilation shows me error
How is this relation reflexive?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Do Phineas and Ferb ever actually get busted in real time?
How does one intimidate enemies without having the capacity for violence?
How long does it take to type this?
Copenhagen passport control - US citizen
How to make payment on the internet without leaving a money trail?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Set-theoretical foundations of Mathematics with only bounded quantifiers
What is the offset in a seaplane's hull?
Is there a familial term for apples and pears?
If Manufacturer spice model and Datasheet give different values which should I use?
TGV timetables / schedules?
Can a German sentence have two subjects?
Download, install and reboot computer at night if needed
What is the command to reset a PC without deleting any files
Example of a relative pronoun
How is it possible for user to changed after storage was encrypted? (on OS X, Android)
Why are 150k or 200k jobs considered good when there are 300k+ births a month?
How much RAM could one put in a typical 80386 setup?
What would happen to a modern skyscraper if it rains micro blackholes?
Possibly bubble sort algorithm
Why CLRS example on residual networks does not follows its formula?
How is it possible to have an ability score that is less than 3?
migration Magento 2 to localhost with xampp Admin stuck to login box without fields
Can't login to Magento admin after migrationMagento2 doesn't load images and cssWhy does the web based install of Magento 2 on Windows 7 localhost using XAMPP always fail?Magento 2 css problem on fronted and backendYou did not sign in correctly or Your account is temporarily disabled Magento 2Cannot create symlink in magentoMagento 2.2.2 :Error with read-only folder while setup:upgrade and with a module while :di.compileStylesheet could not be loaded in magento 2.2When I set client side less compilation shows me error
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
i have a magento 2.0.4 website working on a server. As I want to upgrade it to 2.1.0, I did a backup and installed it on my local server W10 with xampp & composer, localhost (127.0.0.1).
I did clean the cache and removed everything, except .htaccess file from pub/static folder, run the command on Magento root :
php bin/magento setup:static-content:deploy
I opened up app/etc/di.xml find the path MagentoFrameworkAppViewAssetMaterializationStrategySymlink and replaced to MagentoFrameworkAppViewAssetMaterializationStrategyCopy
the website frontend is good but not the admin backend, it shows just white box in admin and no fields to login in to admin as well. There's no error in the console dev.
I checked as well, my account is not locked.
I did try to install a new fresh magento2 version with xampp and it's working... But not my website version.
Do you have any idea how to make the admin work again?
magento2 admin magento-2.0.4 windows xampp
bumped to the homepage by Community♦ 3 hours 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 have a magento 2.0.4 website working on a server. As I want to upgrade it to 2.1.0, I did a backup and installed it on my local server W10 with xampp & composer, localhost (127.0.0.1).
I did clean the cache and removed everything, except .htaccess file from pub/static folder, run the command on Magento root :
php bin/magento setup:static-content:deploy
I opened up app/etc/di.xml find the path MagentoFrameworkAppViewAssetMaterializationStrategySymlink and replaced to MagentoFrameworkAppViewAssetMaterializationStrategyCopy
the website frontend is good but not the admin backend, it shows just white box in admin and no fields to login in to admin as well. There's no error in the console dev.
I checked as well, my account is not locked.
I did try to install a new fresh magento2 version with xampp and it's working... But not my website version.
Do you have any idea how to make the admin work again?
magento2 admin magento-2.0.4 windows xampp
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Try to remove all content invar/cache,var/page_cache,var/generation,pub/staticfolders. After that run admin url in private browser and check it.
– Aman Alam
Jul 6 '16 at 19:24
Did you figured out something?
– Gediminas
Jun 22 '17 at 13:38
add a comment |
i have a magento 2.0.4 website working on a server. As I want to upgrade it to 2.1.0, I did a backup and installed it on my local server W10 with xampp & composer, localhost (127.0.0.1).
I did clean the cache and removed everything, except .htaccess file from pub/static folder, run the command on Magento root :
php bin/magento setup:static-content:deploy
I opened up app/etc/di.xml find the path MagentoFrameworkAppViewAssetMaterializationStrategySymlink and replaced to MagentoFrameworkAppViewAssetMaterializationStrategyCopy
the website frontend is good but not the admin backend, it shows just white box in admin and no fields to login in to admin as well. There's no error in the console dev.
I checked as well, my account is not locked.
I did try to install a new fresh magento2 version with xampp and it's working... But not my website version.
Do you have any idea how to make the admin work again?
magento2 admin magento-2.0.4 windows xampp
i have a magento 2.0.4 website working on a server. As I want to upgrade it to 2.1.0, I did a backup and installed it on my local server W10 with xampp & composer, localhost (127.0.0.1).
I did clean the cache and removed everything, except .htaccess file from pub/static folder, run the command on Magento root :
php bin/magento setup:static-content:deploy
I opened up app/etc/di.xml find the path MagentoFrameworkAppViewAssetMaterializationStrategySymlink and replaced to MagentoFrameworkAppViewAssetMaterializationStrategyCopy
the website frontend is good but not the admin backend, it shows just white box in admin and no fields to login in to admin as well. There's no error in the console dev.
I checked as well, my account is not locked.
I did try to install a new fresh magento2 version with xampp and it's working... But not my website version.
Do you have any idea how to make the admin work again?
magento2 admin magento-2.0.4 windows xampp
magento2 admin magento-2.0.4 windows xampp
edited Oct 31 '16 at 12:53
7ochem
5,84493768
5,84493768
asked Jul 6 '16 at 19:16
FabriceFabrice
1
1
bumped to the homepage by Community♦ 3 hours 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♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Try to remove all content invar/cache,var/page_cache,var/generation,pub/staticfolders. After that run admin url in private browser and check it.
– Aman Alam
Jul 6 '16 at 19:24
Did you figured out something?
– Gediminas
Jun 22 '17 at 13:38
add a comment |
Try to remove all content invar/cache,var/page_cache,var/generation,pub/staticfolders. After that run admin url in private browser and check it.
– Aman Alam
Jul 6 '16 at 19:24
Did you figured out something?
– Gediminas
Jun 22 '17 at 13:38
Try to remove all content in
var/cache, var/page_cache, var/generation, pub/static folders. After that run admin url in private browser and check it.– Aman Alam
Jul 6 '16 at 19:24
Try to remove all content in
var/cache, var/page_cache, var/generation, pub/static folders. After that run admin url in private browser and check it.– Aman Alam
Jul 6 '16 at 19:24
Did you figured out something?
– Gediminas
Jun 22 '17 at 13:38
Did you figured out something?
– Gediminas
Jun 22 '17 at 13:38
add a comment |
1 Answer
1
active
oldest
votes
Try below mentioned steps it should resolve your problem.
Remove all content in from below mentioned folders:
var/cache
var/page_cache
var/generation
pub/static
After that run admin url from private browser. Hope this will resolve your issue.
Thanks for your feedback, I followed your steps but it still the same
– Fabrice
Jul 6 '16 at 19:48
Ok after making this change tryphp bin/magento setup:static-content:deployfrom command line.
– Aman Alam
Jul 6 '16 at 20:46
It doesn't change, I still have login box without fields
– Fabrice
Jul 6 '16 at 21:12
After upgrade have you runphp bin/magento setup:upgrade
– Aman Alam
Jul 6 '16 at 21:57
I didn't do the upgrade yet, I want to transfer it on my local server (xampp) to do the upgrade after but I'm stuck with the admin login without fields
– Fabrice
Jul 6 '16 at 22:46
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%2f124554%2fmigration-magento-2-to-localhost-with-xampp-admin-stuck-to-login-box-without-fie%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 below mentioned steps it should resolve your problem.
Remove all content in from below mentioned folders:
var/cache
var/page_cache
var/generation
pub/static
After that run admin url from private browser. Hope this will resolve your issue.
Thanks for your feedback, I followed your steps but it still the same
– Fabrice
Jul 6 '16 at 19:48
Ok after making this change tryphp bin/magento setup:static-content:deployfrom command line.
– Aman Alam
Jul 6 '16 at 20:46
It doesn't change, I still have login box without fields
– Fabrice
Jul 6 '16 at 21:12
After upgrade have you runphp bin/magento setup:upgrade
– Aman Alam
Jul 6 '16 at 21:57
I didn't do the upgrade yet, I want to transfer it on my local server (xampp) to do the upgrade after but I'm stuck with the admin login without fields
– Fabrice
Jul 6 '16 at 22:46
add a comment |
Try below mentioned steps it should resolve your problem.
Remove all content in from below mentioned folders:
var/cache
var/page_cache
var/generation
pub/static
After that run admin url from private browser. Hope this will resolve your issue.
Thanks for your feedback, I followed your steps but it still the same
– Fabrice
Jul 6 '16 at 19:48
Ok after making this change tryphp bin/magento setup:static-content:deployfrom command line.
– Aman Alam
Jul 6 '16 at 20:46
It doesn't change, I still have login box without fields
– Fabrice
Jul 6 '16 at 21:12
After upgrade have you runphp bin/magento setup:upgrade
– Aman Alam
Jul 6 '16 at 21:57
I didn't do the upgrade yet, I want to transfer it on my local server (xampp) to do the upgrade after but I'm stuck with the admin login without fields
– Fabrice
Jul 6 '16 at 22:46
add a comment |
Try below mentioned steps it should resolve your problem.
Remove all content in from below mentioned folders:
var/cache
var/page_cache
var/generation
pub/static
After that run admin url from private browser. Hope this will resolve your issue.
Try below mentioned steps it should resolve your problem.
Remove all content in from below mentioned folders:
var/cache
var/page_cache
var/generation
pub/static
After that run admin url from private browser. Hope this will resolve your issue.
answered Jul 6 '16 at 19:31
Aman AlamAman Alam
958519
958519
Thanks for your feedback, I followed your steps but it still the same
– Fabrice
Jul 6 '16 at 19:48
Ok after making this change tryphp bin/magento setup:static-content:deployfrom command line.
– Aman Alam
Jul 6 '16 at 20:46
It doesn't change, I still have login box without fields
– Fabrice
Jul 6 '16 at 21:12
After upgrade have you runphp bin/magento setup:upgrade
– Aman Alam
Jul 6 '16 at 21:57
I didn't do the upgrade yet, I want to transfer it on my local server (xampp) to do the upgrade after but I'm stuck with the admin login without fields
– Fabrice
Jul 6 '16 at 22:46
add a comment |
Thanks for your feedback, I followed your steps but it still the same
– Fabrice
Jul 6 '16 at 19:48
Ok after making this change tryphp bin/magento setup:static-content:deployfrom command line.
– Aman Alam
Jul 6 '16 at 20:46
It doesn't change, I still have login box without fields
– Fabrice
Jul 6 '16 at 21:12
After upgrade have you runphp bin/magento setup:upgrade
– Aman Alam
Jul 6 '16 at 21:57
I didn't do the upgrade yet, I want to transfer it on my local server (xampp) to do the upgrade after but I'm stuck with the admin login without fields
– Fabrice
Jul 6 '16 at 22:46
Thanks for your feedback, I followed your steps but it still the same
– Fabrice
Jul 6 '16 at 19:48
Thanks for your feedback, I followed your steps but it still the same
– Fabrice
Jul 6 '16 at 19:48
Ok after making this change try
php bin/magento setup:static-content:deploy from command line.– Aman Alam
Jul 6 '16 at 20:46
Ok after making this change try
php bin/magento setup:static-content:deploy from command line.– Aman Alam
Jul 6 '16 at 20:46
It doesn't change, I still have login box without fields
– Fabrice
Jul 6 '16 at 21:12
It doesn't change, I still have login box without fields
– Fabrice
Jul 6 '16 at 21:12
After upgrade have you run
php bin/magento setup:upgrade– Aman Alam
Jul 6 '16 at 21:57
After upgrade have you run
php bin/magento setup:upgrade– Aman Alam
Jul 6 '16 at 21:57
I didn't do the upgrade yet, I want to transfer it on my local server (xampp) to do the upgrade after but I'm stuck with the admin login without fields
– Fabrice
Jul 6 '16 at 22:46
I didn't do the upgrade yet, I want to transfer it on my local server (xampp) to do the upgrade after but I'm stuck with the admin login without fields
– Fabrice
Jul 6 '16 at 22:46
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%2f124554%2fmigration-magento-2-to-localhost-with-xampp-admin-stuck-to-login-box-without-fie%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
Try to remove all content in
var/cache,var/page_cache,var/generation,pub/staticfolders. After that run admin url in private browser and check it.– Aman Alam
Jul 6 '16 at 19:24
Did you figured out something?
– Gediminas
Jun 22 '17 at 13:38