exceedone / exment

Exment is open source software for managing information assets on the Web. / Exmentは、情報資産をWeb上で管理するための、オープンソースソフトウェアです。
https://exment.net/docs/#
GNU General Public License v3.0
258 stars 62 forks source link

exment 6.0.2 LDAP #1450

Open issg-matsuo opened 2 months ago

issg-matsuo commented 2 months ago

Describe the bug / バグの説明

A clear and concise description of what the bug is. / バグの内容のかんたんな説明を記載してください。 composerのLDAPモジュールをインストール

To Reproduce / 再現手順

Please describe the reproduction procedure in as much detail as possible. / 再現手順を、可能な限り詳細に記載してください。 composer require adldap2/adldap2-laravel

Version / 発生バージョン

Please describe version. / ご利用のバージョンを記載してください。 6.0.2

Error log / エラーログ

If possible, paste error log. Log's path is "storage/logs/laravel.log". / 可能であれば、ログを貼り付けてください。ログのパスは"storage/logs/laravel.log"です。

Screenshots / スクリーンショット

If possible, paste the screenshot. / 可能であれば、スクリーンショットを貼り付けてください。

Additional context / その他

Add any other context about the problem here. / その他に記載すべき内容がありましたら、ご記載ください。

がめんに以下のような依存関係の問題が報告される

Package adldap2/adldap2 is abandoned, you should avoid using it. No replacement was suggested. Package adldap2/adldap2-laravel is abandoned, you should avoid using it. No replacement was suggested. Package laravelcollective/html is abandoned, you should avoid using it. Use spatie/laravel-html instead. Package tightenco/collect is abandoned, you should avoid using it. Use illuminate/collections instead.

PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/exment/vendor/exceedone/exment/src/Model/CustomTable.php on line 445 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/exment/vendor/exceedone/exment/src/Model/CustomTable.php on line 453

変数の記述に警告がでるので ガイドどうりに修正

KajitoriAdmin commented 2 months ago

@issg-matsuo 確認させてください。 PHP は、8.2 でよろしかったですか?

issg-matsuo commented 1 month ago

8.2です

php -v

PHP 8.2.18 (cli) (built: Apr 9 2024 18:46:23) (NTS gcc x86_64) Copyright (c) The PHP Group Zend Engine v4.2.18, Copyright (c) Zend Technologies with Zend OPcache v8.2.18, Copyright (c), by Zend Technologies