PHP8対応ありがとうございます!おつかれさまでした。
さくらのレンタルサーバ
PHP 7.4.33
MySQL 8.0.40
でアップデートしたところ、TopicPathで下記のエラーが発生しました。
« MODX Parse Error »
MODX encountered the following error while attempting to parse the requested resource:
« Uncaught Throwable »
PHP error debug
Error : Exception: Theme 'string' not found in configuration.
ErrorType[num] : ERROR[1]
File : ~/assets/snippets/topicpath/topicpath.class.inc.php
Line : 74
Source : Snippet - TopicPath
Execution Context : Snippet - TopicPath
スニペットの作成/編集画面の規定のプロパティ
&theme=Theme;list;string,list;string
を
&theme=Theme;list;
simple,list;
list
に変更することで対応しました。
その後PHP 8.3.8にアップデートしましたが問題ないようです。
(スニペットコールを
コード: 全て選択
[[TopicPath? &theme='']]
とした方が良かったかもしれません)
重ねてお礼申し上げます。ありがとうございました!