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?
The use of multiple foreign keys on same column in SQL Server
How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?
Book about a traveler who helps planets in need
Why is "Reports" in sentence down without "The"
Japan - Plan around max visa duration
How can I hide my bitcoin transactions to protect anonymity from others?
Is it possible to do 50 km distance without any previous training?
Is there a familial term for apples and pears?
Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).
How is it possible for user to changed after storage was encrypted? (on OS X, Android)
Banach space and Hilbert space topology
What typically incentivizes a professor to change jobs to a lower ranking university?
Are tax years 2016 & 2017 back taxes deductible for tax year 2018?
Can I make popcorn with any corn?
How does one intimidate enemies without having the capacity for violence?
How to re-create Edward Weson's Pepper No. 30?
What would happen to a modern skyscraper if it rains micro blackholes?
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
How to add power-LED to my small amplifier?
DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?
Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?
Copenhagen passport control - US citizen
TGV timetables / schedules?
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/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
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/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
add a comment |
Try to remove all content invar/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
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: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 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: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 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: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 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: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 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: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 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/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