-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Access Component Manager #4159
Comments
/cc @tanya-soroka |
and cc @alankent as this is the MEC install model |
Hello @astorm . Thanks for reporting this issue. I have create a ticket for our team to review it: MAGETWO-51929. |
Based on the latest changes so far it won't be possible to access web wizard when located in pub unless you set up separate domain to access the top level. It should be fixed better in a future version. |
Internal issue for proper fix MAGETWO-52799 |
…ot work when Magento is installed in pub #4159 - Updates based on review comments - Moved MenuBuilder plugin to adminhtml/di.xml - Updated DocRootLocator logic to look for "/pub" at the end of the base path
Hello @astorm, this issue has been fixed in the 2.1.0 Release, that's why I'm closing it. If you any questions or additional information regarding the issue feel free to reopen it or create a new one. |
Thank you @tanya-soroka, confirmed fix, and much appreciated! |
@astorm @KrystynaKabannyk @tanya-soroka @xcomSteveJohnson i'm reopening this issue as it was not fixed. The only change is that there is no longer link to setup wizard in menu if Magento is installed in /pub but proper solution is scheduled for next version and tracked as MAGETWO-52799. It turned out it is harder to fix than expected and it was not merged into 2.1. |
Hello, we are a Magento partner with multiple clients moving to Magento 2, and this is impacting the installation of our plugin. What is the ETA for this fix/version, and is there a workaround in the meantime besides manual installation? |
@CalebWC To get the Component Manager to work, try configuring your Virtual Host to use the Magento root directory instead of |
Hi, you closed 5247 as a duplicate of this one. But I do have web root set to magento root, and still I get the odd unlogin message. And a warning that my webserver allows acces to files which it shouldn't, obviously. |
Update: Chrome seems to be the issue, firefox works |
Same issue here, clean install of CE 2.1 using composer and CLI install. Switching web root to Magento root worked, thanks! Look forward to the 'full fix' as don't want to use this workaround in production. |
Magento 2.1.1 doc root /pub/ i do even have php-fpm in chroot and nginx has two doc roots defined, still no menu, but manual redirect works... |
No comment for this issue. What in the world could happen to make such a failure in a release, to disable menu item?! @magenx thanks a lot for this hint, you saved not a day but a month! 👍 Contrary to this, @ Magento core team who let this just happen w/o resolving it ASAP I just don't have words to say but that it is not only unacceptable but lame. |
Just a note for people coming along after the fact -- per this comment, the underlying issue remains in the latest versions of Magento. This specific issue was closed when the original poster decided Magento wasn't going to address it. |
yes this should really be re-opened, it is confusing as the issue still exists in 2.1.2 and it is a big issue as without the web installer you can only install modules/components with composer |
I just Tried it in google chrome "incognito modus" and it worked. magento 2.1.2 clean install. Hope it helps. |
Using the nginx.conf.sample from magento2 (.1.5) directory I managed to access http:////admin/backendapp/redirect/app/setup/ which redirected me to http:///setup/#/home . There I was able to define the marketplace public and private keys to be presented a spinning wheel of death ("Please Wait...") - or is it normal that this takes > 20 minutes? Pretty dissappointing, was so happy to finally be presented with the Web Setup Tool thing .... |
@fwolfst I also tried to just access it by URL, though I never even saw the marketplace key selection screen but the text Welcome to Magento Admin, your online store headquarters. To use the Magento setup wizard sign into your Admin account and navigate to System => Tools => Web Setup Wizard |
make sure you are logged in as admin (or similar) in a different tab in
your browser session, then visit
http://<shopurl>/<adminurl>/admin/backendapp/redirect/app/setup/ .
…On 19.04.2017 18:35, Mo wrote:
@fwolfst <https://github.com/fwolfst> I also tried to just access it by
URL, though I never even saw the marketplace key selection screen but
the text /Welcome to Magento Admin, your online store headquarters. To
use the Magento setup wizard sign into your Admin account and navigate
to System => Tools => Web Setup Wizard/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4159 (comment)>, or
mute the thread
<https://github.com/notifications/unsubscribe-auth/AANY7cpW8xNBHRzZ5y_Jv-SxWvatOuthks5rxjfSgaJpZM4IHguY>.
|
Yes, this is the problem we have been reporting.
It has been in Magento since version 2.0.2 and is still there.
It seems to be related to the /var folder contents.
But even so, the php diagnostics on the next step are broken too, so even if they finally get this fixed, there will be further problems.
Version 2 of magento is totally useless so far.
|
@rgjoyce I completely understand your point! 👍 |
Using 2.1.6 and the issue is still unresolved. |
@alyhugo with all due respect for the Magento team, I've given up any hope for a timely fix. Of you are like everyone else and have projects due, move on and try to solve it by yourself. This may be unacceptable for an enterprise software product, but I don't have time to wait another year with a project due next month. |
Hello, |
@drpit, well, as a workaround I could suggest doing installs and updates via composer and not use the web setup wizard, at all. That's probably the most resilient way to do it right now. Other than that, you'll probably need to wait for some updated from Magento representatives. |
As I am having this issue on 2.3 in 2019 I am trying to find the easiest workaround. The above suggestion... I have tried running it from my folders and it doesn't change anything. I still get "Access Denied" when I try and got to /setup in my browser. What folder do I run this from and do I need to clear any caches or any other CLI commands after I do the symlink? thanks |
Hey guys, I solved this mystery, sorry you are still suffering with this. Since Magento 2.0 I've had this issue and finally in 2.3 found the answer a few days ago on https://magento.stackexchange.com/questions/222345/magento-2-2-2-web-setup-wizard-not-visible-in-backend. Before I give the solution, warning, do not be too excited. I tried using the Component manager and it gave me so many problems. I have it now, and won't use it because it will disappoint you and invariably crash. That said, solution:
/**
I tried installing modules, enabling/disabling modules and it was all garbage. Only good to see what modules are enabled/disabled in a visual format. Hope that helps. |
Thanks... I gave up and found command line ways to do what I wanted to do with /setup... |
[TSG] Backporting for 2.2 (pr94) (2.2-develop)
I have applied this fix and it works, thanks! However when trying to install extensions I get composer status How do I bypass this in able to use composer or web setup? |
Hello! It's 2020 here and this issue still exists(ver. 2.3.4)! are you serious guys? o_O |
it is working, if you have webroot in /pub/ |
uh silly me. I just used nginx.conf.sample from magento and it worked |
Not working in OpenLiteSpeed with webroot in /pub/ Still getting 404 with Magento 2.3.4 |
The big question is not this bug. The big question is Magento 2 Q/A, speed of fixing things, inadequate closing of tickets then further neglect. @KrystynaKabannyk was the issue really fixed when you closed it? Following all the scrolling thereafter it's obvious that it at least returned very soon, or likely never been truly fixed. Based on the volume of complaints, it has to be reopened. It takes a second to realize how people are filing issues here and in other closed tickets: Something must change with the Magento team's workflow. |
I gave up trying to use docker for magento |
Hopefully Adobe help steer them in a better direction 🤞 |
@dharake no they won't. It just can not be done :) |
Magento system is flawed ... its too complex and confused UX make it more difficult ... Magento developer should learn from Wordpress how to make easy to install and use.. i was hoping they would change the direction with magento 2 but they moved to totally different direction and making it harder and harder .. |
The component manager page returns a 404 when Magento is installed using the more secure
/path/to/magento/pub
(vs./path/to/magento
) as the system web root.pub
folderSystem -> Web Setup Wizard
Expected result
Actual result
The text was updated successfully, but these errors were encountered: