I have tried a fresh restart of Magento 2.3.0 after the admin panel and home pages went to a menu type shown below. I shortened the Admin Menu for the example. Also using PHP 7.2
I thought I may have accidentally deleted a file while I was removing countries from the country menu to try and stop the massive spam attach by qq.com (china origin)
After removing and reinstalling the files I kept getting the same problem with the admin and home pages not loading properly. Clinking on the links only cycled me to the top of the page.
I loaded a copy of Magento 1.9.4 with no problems, Admin Panel and Home Page worked fine on 1.9.4
Admin Screen
Top of Form
Sales
o Operations
Catalog
o Inventory
Customers
o All Customers
o Now Online
o Customer Groups
Marketing
o
o
Content
o Elements
o Design
Main Webpage Screen
Skip to Content
Toggle Nav
My Cart
Search
Top of Form
Search
Advanced Search
Search
Bottom of Form
Menu
Account
Home Page
CMS homepage content goes here.
Newsletter
Top of Form
Sign Up for Our Newsletter:
Subscribe
Bottom of Form
Copyright © 2013-present Magento, Inc. All rights reserved.
Hello @Algrium
Please clear cache as follows:
ROOT > var > cache > *DELETE ALL* ROOT > var > page_cache > *DELETE ALL* ROOT > var > session > *DELETE ALL*
also delete old files generated in ROOT > pub > static > DELETE ALL EXCEPT .HTACCESS
Now run below commands once:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento cache:flush sudo chmod -R 0777 var/ pub/ generated/
It should work, try it.
Thank you. This solved the issue for me!
Hi Manish,
I was wondering if you could help me.
After running through the advised steps i now recieve the following upon attempting to access my Magento Admin mage:
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 1519827011273
Any ideas? I'm currently using this as a test server therefore am not concened about losing any customer data. Is there a quick fix or alternatively cleardown/rerun cmds you could advise?
Swift response, thanks!
It says the following:
{"0":"Class Magento\\Backend\\Model\\Auth\\Session\\Interceptor does not exist","1":"
I've since tried rerunning the following installation steps:
Run below command to give permission:
cd /var/www/html/magento2 && find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} \; && find var vendor pub/static pub/media app/etc -type d -exec chmod g+w {} \; && chmod u+x bin/magento
However, upon executing the above I receive: 'changing permissions of 'bin/magento': Operation not permitted'
According to articles, this is because I executed chmod -R cmd previously?
Cheers,
Now working after executing the following:
chmod -R 0777 var/ pub/ generated/rm -rf var/cache/* pub/static/* generated/* php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento indexer:reindex php bin/magento cache:flush chmod -R 0777 var/ pub/ generated/
I have the same issue. can you please explain me how to resolve the issue
@Manish Mittal wrote:Hello @Algrium
Please clear cache as follows:
ROOT > var > cache > *DELETE ALL* ROOT > var > page_cache > *DELETE ALL* ROOT > var > session > *DELETE ALL*also delete old files generated in ROOT > pub > static > DELETE ALL EXCEPT .HTACCESS
Now run below commands once:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento cache:flush sudo chmod -R 0777 var/ pub/ generated/It should work, try it.
I am new and making my first website. So i don't know. Can you explain me please?
@awais_786 wrote:I have the same issue. can you please explain me how to resolve the issue
@Manish Mittal wrote:Hello @Algrium
Please clear cache as follows:
ROOT > var > cache > *DELETE ALL* ROOT > var > page_cache > *DELETE ALL* ROOT > var > session > *DELETE ALL*also delete old files generated in ROOT > pub > static > DELETE ALL EXCEPT .HTACCESS
Now run below commands once:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento cache:flush sudo chmod -R 0777 var/ pub/ generated/It should work, try it.
@awais_786 wrote:I have the same issue. can you please explain me how to resolve the issue
@Manish Mittal wrote:Hello @Algrium
Please clear cache as follows:
ROOT > var > cache > *DELETE ALL* ROOT > var > page_cache > *DELETE ALL* ROOT > var > session > *DELETE ALL*also delete old files generated in ROOT > pub > static > DELETE ALL EXCEPT .HTACCESS
Now run below commands once:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento cache:flush sudo chmod -R 0777 var/ pub/ generated/It should work, try it.
i have an same issue and i try your steps but it is not working
can you help me out