Ubuntu 管理心得

搜尋此網誌

2024年10月21日 星期一

drupal no theme layout show

進入「管理」的「效能」,將最底下的「整合 CSS 檔案」及「整合 Javascript 檔案」unclick ! 即可展現 theme 的 layout

清除快取
快取
This is used as the value for max-age in Cache-Control headers.
頻寬最佳化
外部資源可自動優化,可以減少網站的檔案大小及請求數量。

The followings are from ChatGPT:

5. CSS/JS Aggregation Issues:

  • Cause: Sometimes, Drupal's CSS/JS aggregation can cause issues, especially during development.
  • Fix: Disable CSS/JS aggregation temporarily by unchecking the options under Admin > Configuration > Development > Performance.

 

no hdmi sound

在「系統設定值」中改變「顯示器」的解析度,例如: 1680x1050 即有 hdmi 音效選項了。

可以再改回 1920x1080


2024年10月20日 星期日

init_printing(use_unicode=False, wrap_line=False)

 init_printing(use_unicode=False, wrap_line=False)

update core

cf: https://www.drupal.org/project/drupal/releases/10.2.10

For example, upgrade to core 10.2.10

composer require drupal/core-recommended:10.2.10 drupal/core-composer-scaffold:10.2.10 drupal/core-project-message:10.2.10 --update-with-all-dependencies