ページ 22

1.2.0RC版です

Posted: 2025年12月25日(木) 15:54
by yama
https://github.com/modxcms-jp/evolution ... caping.zip
meteorさん
上記を試していただいてよいでしょうか?
https://github.com/modxcms-jp/evolution ... ss.inc.php
このファイルを上書きするだけでもいいと思います。

1.2.0RC版です

Posted: 2025年12月25日(木) 20:31
by meteor
ありがとうございます!
1ファイル上書きで試しました!
 " 付きURLはエスケープできていました!

1.2.0RC版です

Posted: 2026年1月02日(金) 13:09
by okazunori
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='']]
とした方が良かったかもしれません)


重ねてお礼申し上げます。ありがとうございました!

1.2.0RC版です

Posted: 2026年1月06日(火) 00:29
by yama
https://github.com/modxcms-jp/evolution ... -error.zip
ありがとうございます、さっそく修正しておきました!
次リリースで取り込みます。