https://github.com/modxcms-jp/evolution ... caping.zip
meteorさん
上記を試していただいてよいでしょうか?
https://github.com/modxcms-jp/evolution ... ss.inc.php
このファイルを上書きするだけでもいいと思います。
1.2.0RC版です
1.2.0RC版です
ありがとうございます!
1ファイル上書きで試しました!
" 付きURLはエスケープできていました!
1ファイル上書きで試しました!
" 付きURLはエスケープできていました!
1.2.0RC版です
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にアップデートしましたが問題ないようです。
(スニペットコールをとした方が良かったかもしれません)
重ねてお礼申し上げます。ありがとうございました!
さくらのレンタルサーバ
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='']]重ねてお礼申し上げます。ありがとうございました!
