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

A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?

Chess with symmetric move-square

Japan - Plan around max visa duration

Banach space and Hilbert space topology

XeLaTeX and pdfLaTeX ignore hyphenation

Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).

Motorized valve interfering with button?

Is Social Media Science Fiction?

How do you conduct xenoanthropology after first contact?

Is there a minimum number of transactions in a block?

If Manufacturer spice model and Datasheet give different values which should I use?

Is it possible to do 50 km distance without any previous training?

Example of a relative pronoun

Should I join office cleaning event for free?

I see my dog run

What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?

When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

How do I create uniquely male characters?

Validation accuracy vs Testing accuracy

DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?

Why Is Death Allowed In the Matrix?

Why is the design of haulage companies so “special”?

Can Medicine checks be used, with decent rolls, to completely mitigate the risk of death from ongoing damage?



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;








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?










share|improve this question
















bumped to the homepage by Community 6 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 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

















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?










share|improve this question
















bumped to the homepage by Community 6 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 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













0












0








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?










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 6 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 6 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 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

















  • 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
















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










1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer























  • 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











  • 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











  • 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












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
);



);













draft saved

draft discarded


















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









0














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.






share|improve this answer























  • 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











  • 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











  • 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
















0














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.






share|improve this answer























  • 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











  • 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











  • 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














0












0








0







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.






share|improve this answer













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.







share|improve this answer












share|improve this answer



share|improve this answer










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 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











  • 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


















  • 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











  • 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











  • 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


















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

منجزی محتویات تیره‌های طایفه منجزی[ویرایش] مشاهیر طایفه منجزی[ویرایش] محل سکونت[ویرایش] پانویس[ویرایش] منابع[ویرایش] منوی ناوبری«نمودار اجتماعی طوایف بختیاری»«BakhtyārBAḴTĪĀRĪ TRIBE»«اسامی طوایف و شعب ایل بختیاری»ووگسترش آن

What does the writing on Poe's helmet say? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Favorite questions and answers from first quarter of 2019 Latest Blog Post: Avengers: Endgame PredictionsWhat is the purpose of the blast shield helmet?Why was the Stormtrooper helmet designed this way?What does Kylo Ren place his helmet on?What does the writing on Poe Dameron's flight vest say?Is this Poe Damerons dad? (Kes Dameron)Is Poe Dameron Force-Sensitive?Why is Poe Dameron so shocked in the First Order star destroyer hangar?What does the code breaker's hat say?In “The Last Jedi” was it actually Poe's fault that so much of the resistance died?Did Poe Dameron make custom modifications to his black X-Wing?

How to implement Time Range Picker in Magento 2 Admin system.xml? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Date field system.xmlMagento 2 - time picker on backend (xml form)How to overwrite System.xml?Magento 2 Pattern Library — Date & Time SelectorsHTTP 500 Error in System ConfigurationMagento 2 - time picker on backend (xml form)Magento 2 Add Datetime picker in system.xmlDate Time picker and time zone woesHow to implement Single Date and Time Picker in Magento 2Custom Module for Custom Column using Plugin Yes/No optionMagento 2 DateTime picker - Limit time selection rangeMagento2 UI Component admin Grid / Listing stuck loading