cancel
Showing results for 
Search instead for 
Did you mean: 

Fresh Install of 2.3.7 showing links only on admin and frontend - tried all fixes.

Fresh Install of 2.3.7 showing links only on admin and frontend - tried all fixes.

Hi i really need some help i am having this problem in my admin and frontend of fresh install magento 2.3.7:

Admin Screen

Top of Form

  • Dashboard
  • Sales

Sales

o    Operations

  • Orders
  • Invoices
  • Shipments
  • Pickups
  • Dispatches
  • Batches
  • Credit Memos
  • Billing Agreements
  • Transactions
  • Catalog

Catalog

o    Inventory

  • Products
  • Categories
  • Customers

Customers

o    All Customers

o    Now Online

o    Customer Groups

  • Marketing

Marketing

o     

  • Promotions
  • Catalog Price Rule
  • Cart Price Rules
  • Communications
  • Email Templates
  • Newsletter Template
  • Newsletter Queue
  • Newsletter Subscribers

o     

  • SEO & Search
  • URL Rewrites
  • Search Terms
  • Search Synonyms
  • Site Map
  • User Content
  • Reviews
  • Marketing Automation
  • Automation Studio
  • Exclusion Rules
  • Content

Content

o    Elements

  • Pages
  • Blocks
  • Widgets

o    Design

  • Configuration
  • Themes
  • Schedule

 

Main Webpage Screen

Skip to Content

  •  
  • Sign In
  • Create an Account

Toggle Nav

My Cart

Search

Top of Form

Search

Advanced Search

Search

Bottom of Form

  • Compare Products

Menu

Account

Home Page

CMS homepage content goes here.

Newsletter

Top of Form

Sign Up for Our Newsletter:

Subscribe

Bottom of Form

  • Search Terms
  • Privacy and Cookie Policy
  • Orders and Returns
  • Advanced Search

I did the following fixes from this post:

https://community.magento.com/t5/Installing-Magento-2-x/Admin-Panel-amp-Home-Pages-Not-loading-properly/td-p/118936

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

 

2. Edited Validator.php

$realPath = str_replace('\\', '/', $this->fileDriver->getRealPath($path));

3. All permissions to var, pub, generated are 0777
 
Still no effect to changes after compiling, upgrading and flushing. Please advise what I am doing wrong. Apologies for repeat posting, as my version is different from the previous posters.
1 REPLY 1

Re: Fresh Install of 2.3.7 showing links only on admin and frontend - tried all fixes.

Hi @potatocake,

 

I understood your issue and you do not need to worry. It causes because some of the CSS files couldn't load properly. Sometimes it happens when you install the new version.

 

Please, try and check these commands:

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento setup:di:compile
php bin/magento indexer:reindex
php bin/magento cache:flush

Hope it will work.
If still having the same issue. Contact us.

Click KUDO and accept as a solution.
Thank you!