Skip to content
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

Closed
flipflap opened this issue Feb 23, 2016 · 19 comments
Closed

Magento 2 links in admin/backend don't work #3514

flipflap opened this issue Feb 23, 2016 · 19 comments

Comments

@flipflap
Copy link

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/

@mazhalai
Copy link
Contributor

@flipflap are there any browser errors? What server are you on?

@flipflap
Copy link
Author

flipflap commented Mar 1, 2016

I tried all browsers. All links on the left icons goes to the same url:
admin/admin/dashboard/index/key/6561974a85c481df22c6423cb57656edcb68974725c37a7e5b8bd41b85ee6f2b/#

@flipflap
Copy link
Author

flipflap commented Mar 1, 2016

error

It ist full of script errors.

@mazhalai
Copy link
Contributor

mazhalai commented Mar 1, 2016

Please run bin/magento setup:static-content:deploy on command line.

@cyberbloke
Copy link

Having same issue - ran bin/magento setup:static-content:deploy --- still the admin dashboard as well as store front broken...

@flipflap
Copy link
Author

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%.

@mazhalai
Copy link
Contributor

@cyberbloke can you check file permissions especially for pub folder? Please see this and this

@flipflap please check if your max_execution_time is set to the recommended 18000

@flipflap
Copy link
Author

@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.

@mazhalai
Copy link
Contributor

@flipflap what is your configuration like so that we can reproduce this issue.

@flipflap
Copy link
Author

@mazhalai thanks, it is ok now as I installed by installatron. Aniway, here is my PHP setting:
php

@mazhalai
Copy link
Contributor

@flipflap what OS and what Webserver?

@flipflap
Copy link
Author

Here is my server information. Interesting, it shows me a lower PHP Version here 5.5.3 and not 5.6.
php

@mazhalai
Copy link
Contributor

@flipflap but this does not show what OS and what webserver you have.

@flipflap
Copy link
Author

Sorry, I took the wrong picture :-(
server

@medma-infomatix
Copy link

Hi I having solution of the above problem.

open the terminal and navigate to magento web root

$ cd /var/www/html/magento2
Step 1.

$ php bin/magento setup:static-content:deploy
Step 2.

$ php bin/magento indexer:reindex
Step 3.

make sure apache “rewrite_module” is enable and then restart the server

Step 4.

$ chown -R www-data:www-data /var/www/html/magento2
Step 5.

$ chmod -R 777 /var/www/html/magento2
Step 6.

delete cache folder under var/cache

http://gotechnies.com/css-javascript-files-loading-magento-2-installation/

@mazhalai
Copy link
Contributor

mazhalai commented May 9, 2016

@flipflap do you still have this issue?

@flipflap
Copy link
Author

Thanks for your feedbacks.
I deleted Files and DB and setup all again. Now I don't have that problem anymore.

@maksek maksek closed this as completed May 10, 2016
@manojind
Copy link

2
down vote
accepted
I have find the simple solution: Open the file di.xml at the location:

app/etc/di.xml
Go to the line number 574 line:
Older line:
Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink
Replace it with (New line)
Magento\Framework\App\View\Asset\MaterializationStrategy\copy

@moytho
Copy link

moytho commented Apr 13, 2018

@manojind solution fixed my errors too. Thank you.

magento-engcom-team pushed a commit that referenced this issue Dec 11, 2018
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants