Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #4108 [bc-front]ページネーションsimpleのcatchの記載の問題を解決 #4109

Closed
wants to merge 1 commit into from

Conversation

katokaisya
Copy link
Collaborator

@ryuring
取り急ぎ、第二引数を入れれば問題は解消するので、
一旦はそちらで対応しています。

お手数ですが、ご確認の上マージをお願いします。

@ryuring
Copy link
Collaborator

ryuring commented Dec 31, 2024

@katokaisya 構文上、Catch の引数はなくても、型さえ定義すれば問題ないはずです。

根本解決でないとマージできないです。
BcThemeSample の場合、特に問題なく動作するのですが、再現方法を教えて頂けますか?

もしくは、問題発生時のスクリーンショットが欲しいです。

@ryuring ryuring added the Reviewed レビュー済 label Dec 31, 2024
@katokaisya
Copy link
Collaborator Author

@ryuring
申し訳ございません。

エラーが出ていたのは
「PHP 8.0.0 より前のバージョンでは、この変数定義は必須」だったためで、
$modules が取得できなかったのは、
$this->Paginator->numbers(['separator' => '', 'modulus' => $modulus])
と記載してしまったからでした。

実際にはbaserCMSはphp 8系以降対応のため、エラーは出ず、
また、bc-frontのpaginations/simple.phpでは,
変数名は
modulus(モジュラス: 係数)ではなく
modules(モジュール)と記載されているため
$this->Paginator->numbers(['separator' => '', 'modulus' => $modules])
正常に動作しました。

確認不足で申し訳ございません。
プルリクとISSUEはクローズします。

@katokaisya katokaisya closed this Jan 6, 2025
@ryuring
Copy link
Collaborator

ryuring commented Jan 6, 2025

@katokaisya 了解しました!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewed レビュー済
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants