久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

返回列表 發帖
查看: 1184|回復: 2

[問題求助] 是不是切換php版本會導致出錯?

1

主題

0

回帖

6

積分

初學乍練

貢獻
0 點
金幣
5 個
樓主
發表于 2024-3-11 19:05:02 | 只看樓主 |倒序瀏覽 |閱讀模式
把php7.4(好像)換成了8.2,現在打不開了:


  1. Deprecated: Return type of Illuminate\Container\Container::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/container/Container.php on line 1271

  2. Deprecated: Return type of Illuminate\Container\Container::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/container/Container.php on line 1282

  3. Deprecated: Return type of Illuminate\Container\Container::offsetSet($key, $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 /www/wwwroot/q.csgo.link/vendor/illuminate/container/Container.php on line 1294

  4. Deprecated: Return type of Illuminate\Container\Container::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/container/Container.php on line 1307

  5. Deprecated: Return type of Illuminate\Config\Repository::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/config/Repository.php on line 141

  6. Deprecated: Return type of Illuminate\Config\Repository::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/config/Repository.php on line 152

  7. Deprecated: Return type of Illuminate\Config\Repository::offsetSet($key, $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 /www/wwwroot/q.csgo.link/vendor/illuminate/config/Repository.php on line 164

  8. Deprecated: Return type of Illuminate\Config\Repository::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/config/Repository.php on line 175

  9. Deprecated: Opis\Closure\SerializableClosure implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /www/wwwroot/q.csgo.link/vendor/opis/closure/src/SerializableClosure.php on line 18

  10. Deprecated: Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/database/Eloquent/Model.php on line 1658

  11. Deprecated: Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/database/Eloquent/Model.php on line 1669

  12. Deprecated: Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $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 /www/wwwroot/q.csgo.link/vendor/illuminate/database/Eloquent/Model.php on line 1681

  13. Deprecated: Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/database/Eloquent/Model.php on line 1692

  14. Deprecated: Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/database/Eloquent/Model.php on line 1203

  15. Deprecated: Creation of dynamic property App\Listeners\Post\SaveLikesToDatabase::$userRepo is deprecated in /www/wwwroot/q.csgo.link/app/Listeners/Post/SaveLikesToDatabase.php on line 50

  16. Deprecated: Creation of dynamic property App\Listeners\Post\SaveLikesToDatabase::$events is deprecated in /www/wwwroot/q.csgo.link/app/Listeners/Post/SaveLikesToDatabase.php on line 58

  17. Deprecated: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/support/Collection.php on line 1349

  18. Deprecated: Return type of Illuminate\Support\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/support/Collection.php on line 1360

  19. Deprecated: Return type of Illuminate\Support\Collection::offsetSet($key, $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 /www/wwwroot/q.csgo.link/vendor/illuminate/support/Collection.php on line 1372

  20. Deprecated: Return type of Illuminate\Support\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/support/Collection.php on line 1387

  21. Deprecated: Return type of Illuminate\Support\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/support/Collection.php on line 1304

  22. Deprecated: Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/support/Collection.php on line 1294

  23. Deprecated: Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/support/Traits/EnumeratesValues.php on line 768

  24. Deprecated: Return type of Illuminate\Cache\Repository::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/cache/Repository.php on line 577

  25. Deprecated: Return type of Illuminate\Cache\Repository::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/cache/Repository.php on line 588

  26. Deprecated: Return type of Illuminate\Cache\Repository::offsetSet($key, $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 /www/wwwroot/q.csgo.link/vendor/illuminate/cache/Repository.php on line 600

  27. Deprecated: Return type of Illuminate\Cache\Repository::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/illuminate/cache/Repository.php on line 611

  28. Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /www/wwwroot/q.csgo.link/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 1238

  29. Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /www/wwwroot/q.csgo.link/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 1247

  30. Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /www/wwwroot/q.csgo.link/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 2456

  31. Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /www/wwwroot/q.csgo.link/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 2581

  32. Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /www/wwwroot/q.csgo.link/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 2593

  33. Deprecated: Return type of Carbon\CarbonInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/wwwroot/q.csgo.link/vendor/nesbot/carbon/src/Carbon/CarbonInterface.php on line 3025
  34. Discuz Q! encountered a boot error (TypeError)
  35. thrown in /www/wwwroot/q.csgo.link/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php on line 927
  36. Carbon\Carbon::setLastErrors(): Argument #1 ($lastErrors) must be of type array, bool given, called in /www/wwwroot/q.csgo.link/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php on line 97
  37. #0 /www/wwwroot/q.csgo.link/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php(97): Carbon\Carbon::setLastErrors() #1 /www/wwwroot/q.csgo.link/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php(251): Carbon\Carbon->__construct() #2 /www/wwwroot/q.csgo.link/vendor/illuminate/support/InteractsWithTime.php(62): Carbon\Carbon::now() #3 /www/wwwroot/q.csgo.link/vendor/illuminate/cache/FileStore.php(216): Illuminate\Cache\FileStore->currentTime() #4 /www/wwwroot/q.csgo.link/vendor/illuminate/cache/FileStore.php(58): Illuminate\Cache\FileStore->getPayload() #5 /www/wwwroot/q.csgo.link/vendor/illuminate/cache/Repository.php(97): Illuminate\Cache\FileStore->get() #6 /www/wwwroot/q.csgo.link/vendor/illuminate/cache/Repository.php(409): Illuminate\Cache\Repository->get() #7 /www/wwwroot/q.csgo.link/vendor/illuminate/cache/Repository.php(397): Illuminate\Cache\Repository->rememberForever() #8 /www/wwwroot/q.csgo.link/vendor/illuminate/support/Manager.php(166): Illuminate\Cache\Repository->sear() #9 /www/wwwroot/q.csgo.link/app/Settings/SettingsRepository.php(50): Illuminate\Support\Manager->__call() #10 /www/wwwroot/q.csgo.link/app/Settings/SettingsRepository.php(82): App\Settings\SettingsRepository->all() #11 /www/wwwroot/q.csgo.link/app/Providers/SettingsServiceProvider.php(53): App\Settings\SettingsRepository->tag() #12 /www/wwwroot/q.csgo.link/vendor/illuminate/container/BoundMethod.php(36): App\Providers\SettingsServiceProvider->boot() #13 /www/wwwroot/q.csgo.link/vendor/illuminate/container/Util.php(37): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}() #14 /www/wwwroot/q.csgo.link/vendor/illuminate/container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure() #15 /www/wwwroot/q.csgo.link/vendor/illuminate/container/BoundMethod.php(35): Illuminate\Container\BoundMethod::callBoundMethod() #16 /www/wwwroot/q.csgo.link/vendor/illuminate/container/Container.php(596): Illuminate\Container\BoundMethod::call() #17 /www/wwwroot/q.csgo.link/vendor/discuz/core/src/Foundation/Application.php(523): Illuminate\Container\Container->call() #18 /www/wwwroot/q.csgo.link/vendor/discuz/core/src/Foundation/Application.php(495): Discuz\Foundation\Application->bootProvider() #19 [internal function]: Discuz\Foundation\Application->Discuz\Foundation\{closure}() #20 /www/wwwroot/q.csgo.link/vendor/discuz/core/src/Foundation/Application.php(494): array_walk() #21 /www/wwwroot/q.csgo.link/vendor/discuz/core/src/Foundation/SiteApp.php(96): Discuz\Foundation\Application->boot() #22 /www/wwwroot/q.csgo.link/vendor/discuz/core/src/Http/Server.php(41): Discuz\Foundation\SiteApp->siteBoot() #23 /www/wwwroot/q.csgo.link/public/index.php(29): Discuz\Http\Server->listen() #24 {main}
復制代碼


回復

使用道具 舉報

1

主題

361

回帖

409

積分

爐火純青

貢獻
1 點
金幣
33 個
QQ
沙發
發表于 2024-3-11 20:26:15 | 只看Ta
有的時候是插件不支持php8照成的
回復

使用道具 舉報

6

主題

1286

回帖

1748

積分

應用開發者

貢獻
36 點
金幣
183 個
QQ
板凳
發表于 2024-3-12 09:49:18 | 只看Ta
看版本有些是不支持8.2的
回復

使用道具 舉報

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規則

  • 關注公眾號
  • 有償服務微信
  • 有償服務QQ

手機版|小黑屋|Discuz! 官方交流社區 ( 皖ICP備16010102號 |皖公網安備34010302002376號 )|網站地圖|star

GMT+8, 2025-9-18 13:18 , Processed in 0.070230 second(s), 23 queries .

Powered by Discuz! W1.0 Licensed

Copyright © 2001-2025 Discuz! Team.

關燈 在本版發帖
有償服務QQ
有償服務微信
返回頂部
快速回復 返回頂部 返回列表