1

At admin, the Catalog is showing a blank page at the backend. Can someone guide me on what is creating trouble. FYI modules Magento_Elasticsearch Magento_Elasticsearch6 Magento_Elasticsearch7 Magento_TwoFactorAuth are disabled when I checked the status. Also, while creating any custom category error log is showing.

Rashi

rashi
  • 125
  • 1
  • 14

3 Answers3

0

Elasticsearch is a requirement for magento 2.4

https://devdocs.magento.com/guides/v2.4/install-gde/prereq/elasticsearch.html

You'll need to enable the elasticsearch extensions and also install elasticsearch to get things up and running

Andrew
  • 12,617
  • 1
  • 34
  • 48
0

Your admin configuration is not displayed because your system has no full permission for var/generation folder. No new directory is generated because of the permission issue.

Please give full permissions for var generation folder, clear cache.

0
  • It is a permission related issue, please fire below commands and check.
chown -R owner:group /your magento root path
chmod 775 /your magento root path
php bin/magento cache:clean

Dharman
  • 30,962
  • 25
  • 85
  • 135
Yudiz Solutions
  • 4,216
  • 2
  • 7
  • 21