4

I install

Magento version 2.3 with sample data on local server

  • Wamp PHP 7.2.4

  • Apache 2.4.33

  • MySQL 5.7

After successfully install, my interface has nothing, as picture below.

Please Help me!.

Thank you.

enter image description here

Ronak Rathod
  • 6,322
  • 17
  • 42

1 Answers1

1

In core_config_data Table

Try This Query

UPDATE `core_config_data` SET `value`=1 WHERE `path` = 'dev/static/sign';

UPDATE `core_config_data` SET `value`=1 WHERE `path` = 'dev/template/allow_symlink';
fmsthird
  • 4,592
  • 4
  • 17
  • 41