Magento 2.3调试路径提示未显示

时间:2019-01-23 13:39:10

标签: magento2

我启用了Magento的前端调试路径提示,但未显示。

Infos:
- Magento 2.3.0 with Porto Theme
- Php 7.2
- Already tested to change Magento Single Store MOde and Multistore Mode
- Already made di:compile
- Already tested blank Dev IP and my own IP
- Already changed Magento Modes default and developer
- Already cleaned and flushed the cache
- Already removed generated and pub static folders

但是,Frontend中的红色 Hintlines 仍然没有显示。

2 个答案:

答案 0 :(得分:5)

请按照以下步骤操作-

Stores->Configuration->Advanced->Developer->Store View: Default Store View->
Enabled Template Path Hints for Storefront --> Yes
Enable Hints for Storefront with URL Parameter --> Yes
Parameter Value --> magento

设置此参数后,通过将param(?templatehints = magento)放在url中来检查前端-

http://localhost/test/index.php?templatehints=magento

答案 1 :(得分:0)

您应该使用以下步骤:-

  1. 在管理侧边栏上,转到商店 > 设置 > 配置。

  2. 在左侧面板中,展开高级并选择开发人员。

  3. 展开 enter image description here 调试部分并执行以下操作: enter image description here

  4. 之后你应该清理缓存。

您可以使用以下命令

为了方便 php bin/magento dev:template-hints:enable

禁用 php bin/magento dev:template-hints:disable

然后清理缓存 php bin/magento clean:cache