-
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
Module Manager module grid is not working Magento 2.2.4 #15192
Comments
I too am able to reproduce this. |
Hi guys, can you please take a look in the log files of your webserver (apache/nginx/...), because "Internal Server Errors" are getting logged over there. Those log files will probably give you more info about what's wrong. |
Nothing in Apache logs is being generated. I can't do a deep dive in this instance as I'm looking at a Shared Hosting Account that I use for Sandboxing. I don't particularly want to try and reproduce this on my Production/Dev Dedicated servers. Perhaps @jignesh-baldha can produce logs. |
I am having same issue on Fresh Install of Magento CE 2.2.4 with PHP 7.1.6 JS is No Where (500) for |
Facing the same issues using Magento CE 2.2.4 & PHP 7.0.28 |
@hostep , No logs in apache. |
@hostep Not found any error in apache logs. |
Ok, and how about the log locations of your Magento installation, for example in:
Also: if you take a look in your inspector to the network tab and you see that request which throws a 500 error, can you take a look at the response if something interesting is in there? |
You guys can get further than I can. I get HTTP ERROR 500 when trying to just access the Web Setup Wizard on 2.2.4. I updated via composer. |
same problem here. |
Hi guys, I just saw this PR which seems to fix this problem: #15211 |
Thanks for confirming @DigitalStartupUK, great! So if the PR gets approved it should get released in an upcoming new version. I agree this isn't the correct fix to edit the core files, this was only for verifying if it fixes the issue. People should consider for themselves how to workaround the issue, or just wait for a new version to be released in which the fix is included. |
Hi @jignesh-baldha. Thank you for your report. The fix will be available with the upcoming 2.2.5 release. |
Hi @jignesh-baldha. Thank you for your report. The fix will be available with the upcoming 2.1.15 release. |
Hi @jignesh-baldha. Thank you for your report. The fix will be available with the upcoming 2.3.0 release. |
I've bumped into the same issue with Magento 2.2.5 which was just released today. The issue is not fixed. However, the fix mentioned above does work for me. |
I can confirm, the issue with blank page on "Module Manager" is still in magento 2.2.5 |
Hi there, I can confirm same issue still with 2.2.5 here. |
@Shellanza and @Jacob-Wilsons The changes have been made and tested successfully. Please go to setup/src/Magento/Setup/Model/Grid/Module.php Change from: Change to: at line 181 |
It worked. |
As key-dev said, I have changed 181 line of Module.php but the problem is still there, can anyone have a solution to this problem? |
Preconditions
Steps to reproduce
Expected result
Actual result
Console shows following error
GET http://127.0.0.1/magento224/setup/index.php/moduleGrid/modules 500 (Internal Server Error)
The text was updated successfully, but these errors were encountered: