-
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
Magento 2 links in admin/backend don't work #3514
Comments
@flipflap are there any browser errors? What server are you on? |
I tried all browsers. All links on the left icons goes to the same url: |
Please run |
Having same issue - ran bin/magento setup:static-content:deploy --- still the admin dashboard as well as store front broken... |
For me the Magento installer didn't work. It seems full of bugs. But my hosters has a tool in cpanel called installatron. Using that tool I could install Magento in 10 minutes. It also works with sample data. While Magento Installer stops at 90%. |
@cyberbloke can you check file permissions especially for @flipflap please check if your |
@mazhalai max_execution_time is already at 18000. I really tried everithing, it just don't work. I recommend to use installatron until this things are fixed. |
@flipflap what is your configuration like so that we can reproduce this issue. |
@mazhalai thanks, it is ok now as I installed by installatron. Aniway, here is my PHP setting: |
@flipflap what OS and what Webserver? |
@flipflap but this does not show what OS and what webserver you have. |
Hi I having solution of the above problem. open the terminal and navigate to magento web root $ cd /var/www/html/magento2 $ php bin/magento setup:static-content:deploy $ php bin/magento indexer:reindex make sure apache “rewrite_module” is enable and then restart the server Step 4. $ chown -R www-data:www-data /var/www/html/magento2 $ chmod -R 777 /var/www/html/magento2 delete cache folder under var/cache http://gotechnies.com/css-javascript-files-loading-magento-2-installation/ |
@flipflap do you still have this issue? |
Thanks for your feedbacks. |
2 app/etc/di.xml |
@manojind solution fixed my errors too. Thank you. |
Fixed issues: MAGETWO-91526 [2.3] Authorize.net Direct Post does not show credit card information MAGETWO-91769 Credit Memo - Wrong tax calculation! #10982 MAGETWO-91639 Tax is added despite customer group changes
All the links in the left admin bar don't work. They all end on #3513
But the Icons are shown.
The following solution doesn't help in my case:
https://www.envisionecommerce.com/magento-2-admin-links-not-working-on-localhost-easy-solution/
The text was updated successfully, but these errors were encountered: