如何应用块/modx 模板更改?

How to apply chunk / modx template changes?

我对模板文件进行了更改,通过 ftp(或通过管理面板)上传它们。在管理面板中,块的代码发生了变化,但站点本身没有变化。为什么?

我试过了:

  1. 清除缓存通过modx管理面板-》管理-清除 缓存
  2. 删除位于"core \ cache"中的缓存文件夹 目录
  3. 我试过完全删除模板文件夹,看看有没有 会有变化。
  4. 修改 .htaccess 文件

None 这有帮助。管理面板发生了变化,但一切都与网站上的一样

关于 MODX Revolution 2.6.5 的网站 在服务器(托管)的设置中写着 Apache 2.* 和 PHP 7.1 被使用

这是 .htaccess 文件

# MODX supports Friendly URLs via this .htaccess file. You must serve web
# pages via Apache with mod_rewrite to use this functionality, and you must
# change the file name from ht.access to .htaccess.
#
# Make sure RewriteBase points to the directory where you installed MODX.
RewriteRule ^.*[-/]v(\d+)-.*$ index\.php?id=&%{QUERY_STRING} [L]
RewriteRule ^v(\d+)-.*$ index\.php?id=&%{QUERY_STRING} [L]
RewriteRule ^k(\d+)[-/].*[-/]v(\d+)-.*$ index\.php?id=-&%{QUERY_STRING} [L]
RewriteRule ^k(\d+)[-/]v(\d+)[-/].*$ index\.php?id=-&%{QUERY_STRING} [L]
RewriteRule ^v(\d+)[-/].*[-/]k(\d+)[-/].*$ index\.php?id=-&%{QUERY_STRING} [L]
RewriteRule ^v(\d+)[-/]k(\d+)[-/].*$ index\.php?id=-&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]v(\d+)[-/]k(\d+)[-/].*$ index\.php?id=-&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]v(\d+)[-/].*[-/]k(\d+)[-/].*$ index\.php?id=-&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]k(\d+)[-/].*[-/]v(\d+)[-/].*$ index\.php?id=-&%{QUERY_STRING} [L]
RewriteRule ^.*[-/]k(\d+)[-/]v(\d+)[-/].*$ index\.php?id=-&%{QUERY_STRING} [L]

RewriteEngine On
RewriteBase /

# The Friendly URLs part
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q= [L,QSA]

#php_flag register_globals Off

#php_flag zlib.output_compression On
#php_value zlib.output_compression_level 5

#ExpiresActive On
#ExpiresByType image/gif A2592000
#ExpiresByType image/jpeg A2592000
#ExpiresByType image/png A2592000
#BrowserMatch "MSIE" brokenvary=1
#BrowserMatch "Mozilla/4.[0-9]{2}" brokenvary=1
#BrowserMatch "Opera" !brokenvary
#SetEnvIf brokenvary 1 force-no-vary

怎么办? 也许有人遇到过类似的?

你的浏览器缓存怎么样?你怎么冲洗它?是只有一个块的问题还是所有块的问题?你怎么称呼他们?我的意思是这样 - [[!...]]?每个资源都有"cacheable"设置,那又如何呢?

PS: 设置 "cacheable" 应该与其他资源设置一起在 "Settings" 选项卡上,例如是否是容器等

https://docs.modx.com/revolution/2.x/making-sites-with-modx/structuring-your-site/resources