我尝试使用 Android 搭建 MDClub,在 Termux 里配置好了 LNMP 环境,访问 MDClub 路径/public/index.php 出现了报错。
Deprecated: Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /data/data/com.termux/files/usr/share/nginx/html/vendor/pimple/pimple/src/Pimple/Container.php on line 133
Deprecated: Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /data/data/com.termux/files/usr/share/nginx/html/vendor/pimple/pimple/src/Pimple/Container.php on line 98
Deprecated: Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /data/data/com.termux/files/usr/share/nginx/html/vendor/pimple/pimple/src/Pimple/Container.php on line 79
Deprecated: Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /data/data/com.termux/files/usr/share/nginx/html/vendor/pimple/pimple/src/Pimple/Container.php on line 143
Fatal error: Uncaught ErrorException: Trying to access array offset on value of type bool in /data/data/com.termux/files/usr/share/nginx/html/src/Initializer/Error.php:52 Stack trace: #0 /data/data/com.termux/files/usr/share/nginx/html/src/Initializer/Error.php(52): MDClub\Initializer\Error->appError(2, 'Trying to acces...', '/data/data/com....', 52) #1 [internal function]: MDClub\Initializer\Error->appShutdown() #2 {main} thrown in /data/data/com.termux/files/usr/share/nginx/html/src/Initializer/Error.php on line 52
求报错分析及解决方法。