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;
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♦ 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.
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♦ 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 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♦ 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 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