Web Dev Tuts

/ Stuffs About Website Development /

Menu
  • Home
  • Wp Plugins
  • How To
  • FAQ
    • GIT
    • JQuery
    • PHP
    • WooCommerce
    • WordPress
  • Contact Us
Menu

Errors I Encountered When Setting Up a Magento Site

Posted on February 4, 2018February 5, 2018 by Edesa Cee

I have been using WordPress all my life (just exaggerating) in building websites, and everything that I need for a website, may it be a blog, a portfolio, or an e-commerce one, can be achieved using WordPress. Despite that, other website owners opt other CMS for several reasons.

One of the most popular CMS (for e-comemerce) is Magento. I had used this CMS many years ago, so I decided to refresh my knowledge about it. I have read Magento is still the most popular CMS for e-commerce so being knowledgeable about it can surely be an advantage.

It took me a while to install it, and finally, there it is. I can see the front end looking good and I was able to login to the dashboard. However, I encountered several errors which I listed below. Hopefully, this will help anyone who is new to Magento.

Dashboard Menu Panel Not Working

When I clicked on the menus, it doesn’t work. I searched online for the fix and the ff. is what worked for me:

  1. Open App/etc/di.xml
  2. Find Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink
  3. Replace it with Magento\Framework\App\View\Asset\MaterializationStrategy\Copy

One or more indexers are invalid. Make sure your Magento cron job is running.

  • Install Magento CLI

(I realized I should have installed this first of all and set up Magento using this tool, but I already set it up and I don’t wanna to start all over again.)

Open the command line at the root of your magento installation, and enter bin/magento.

Run php bin/magento indexer:reindex

One or more of the Cache Types are invalidated: Page Cache. Please go to Cache Management and refresh cache types.

Go to System -> Cache management, check the item with INVALIDATED status and click Refresh. (see image below)

 

Category: Magento

Leave a Reply Cancel reply

You must be logged in to post a comment.

Recent Posts

  • How to add wp_editor Dynamically
  • How to Hide Certain Pages from Certain Users (WP Dashboard)
  • How to Set Up Gmail SMTP
  • How to Set Up Virtual Host in Localhost & Xampp
  • How to Determine the Current WordPress Version Used
  • AngularJs
  • CSS
  • For Me Only
  • geo location api
  • GIT
  • GoDaddy
  • Hosting
  • How To
  • Javascript
  • JQuery
  • Magento
  • My Notes
  • PHP
  • Private
  • Sass
  • WooCommerce
  • Wordpress
  • Xampp
© 2023 Web Dev Tuts | Powered by Minimalist Blog WordPress Theme