当我进行内容/设计/配置时 我看到3个站点,其中2个在添加或更新水印时工作正常,但是一个在更新时出现错误
我无法添加或更新水印?我什至无法删除它,我能够通过删除与具有“水印”的“路径”相关的所有值从数据库核心表中删除
我什至将文件夹权限重置为:
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
find ./var -type d -exec chmod 777 {} \;
find ./pub/media -type d -exec chmod 777 {} \;
find ./pub/static -type d -exec chmod 777 {} \;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
chown -R :ztgcdath .
chmod u+x bin/magento`
但仍然不起作用