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

返回列表 發帖
查看: 1223|回復: 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

主題

1328

回帖

1798

積分

應用開發者

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

使用道具 舉報

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

本版積分規則

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

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

GMT+8, 2025-10-20 12:19 , Processed in 0.049403 second(s), 10 queries , Redis On.

Powered by Discuz! X5.0 Licensed

© 2001-2025 Discuz! Team.

關燈 在本版發帖
有償服務QQ
有償服務微信
返回頂部
快速回復 返回頂部 返回列表
久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线
销魂美女一区二区三区视频在线| 青青青伊人色综合久久| 欧美午夜电影网| 国产人成亚洲第一网站在线播放| 午夜成人免费电影| 91蜜桃免费观看视频| 99精品国产一区二区青青牛奶| 91.com视频| 亚洲成av人片一区二区三区| 99免费精品视频| 欧美日韩国产大片| 午夜精品aaa| 亚洲国产专区校园欧美| xf在线a精品一区二区视频网站| 免费久久99精品国产| 1024日韩| 国产精品日韩成人| 成人av在线资源| 欧美日韩国产乱码电影| 亚洲成av人片在线观看无码| 黄色成人精品网站| 久久久精品2019中文字幕之3| 午夜欧美2019年伦理| 国内激情久久| 久久久亚洲午夜电影| 国产又粗又猛又爽又黄91精品| 久久久久久久久久久一区| 亚洲精品免费一二三区| 黄色国产精品| 国产欧美综合色| 成人精品免费视频| 欧美精品一二三| 婷婷综合另类小说色区| 亚洲国内精品| 国产精品人成在线观看免费| 91免费版pro下载短视频| 久久免费精品国产久精品久久久久| 精品在线一区二区三区| 在线一区二区三区四区五区| 视频一区二区三区在线| 一本色道久久精品| 亚洲国产精品久久久男人的天堂 | 国产xxx精品视频大全| 91精品婷婷国产综合久久性色 | 黄页网站一区| 亚洲人成在线播放网站岛国| 一区二区精品在线| 婷婷综合五月天| 久久精品五月| 香港成人在线视频| 欧美亚洲动漫精品| 国产精品一线二线三线| 精品少妇一区二区三区在线播放| av不卡免费在线观看| 中文字幕制服丝袜一区二区三区| 国产一区日韩一区| 亚洲一级不卡视频| 欧洲一区二区三区免费视频| 国产精品77777| 精品国产一二三| 黑人巨大精品欧美一区二区小视频| 亚洲婷婷在线视频| 久久精品麻豆| 国内精品伊人久久久久av影院 | 成人app网站| 亚洲欧美二区三区| 九九久久精品视频 | 综合久久给合久久狠狠狠97色 | 国产成人av影院| 久久久精品黄色| 国产婷婷精品| 久久99国产精品久久99| 26uuuu精品一区二区| 一区二区三区视频在线播放| 久久精品久久99精品久久| 精品美女一区二区三区| 亚洲精品国产日韩| 国产毛片一区二区| 一区二区三区四区高清精品免费观看| 欧美一卡2卡三卡4卡5免费| 亚洲激精日韩激精欧美精品| 免费在线成人网| 中文字幕第一区| 久色成人在线| 成人在线视频一区| 亚洲美女淫视频| 欧美日韩亚洲高清一区二区| 欧美精品三区| 国产曰批免费观看久久久| 1000部国产精品成人观看| 在线亚洲一区二区| 女人香蕉久久**毛片精品| 午夜激情综合网| 欧美国产精品专区| 欧美日韩免费不卡视频一区二区三区| 欧美日韩在线精品| 国内久久婷婷综合| 亚洲二区视频在线| 日韩视频在线观看一区二区| 亚洲精品三级| 成人激情开心网| 日本欧美一区二区三区乱码| 中文字幕第一区二区| 91精品国产综合久久蜜臀| 亚洲一区黄色| 欧美视频亚洲视频| 国产91在线看| 三级在线观看一区二区| 亚洲人成伊人成综合网小说| 国产亚洲女人久久久久毛片| 欧美日韩国产一级片| 亚洲欧美成人综合| 亚洲香蕉视频| 91在线播放网址| 黑人巨大精品欧美黑白配亚洲| 亚洲精品免费一二三区| 国产欧美视频一区二区三区| 在线不卡中文字幕播放| 色哟哟一区二区在线观看| 夜夜嗨一区二区| 亚洲国产精品一区在线观看不卡| 成人国产免费视频| 久久99精品久久久久| 亚洲一级在线观看| 国产精品乱人伦| 欧美激情一区二区在线| 精品福利一区二区三区免费视频| 91精品久久久久久久久99蜜臂| 色综合久久九月婷婷色综合| 国产欧美另类| 在线观看视频日韩| 欧美日韩一区在线视频| 99久久精品免费看国产| 成av人片一区二区| a美女胸又www黄视频久久| 国产精品2024| 韩国av一区二区三区在线观看| 看国产成人h片视频| 天堂在线亚洲视频| 亚洲午夜一区二区| 亚洲另类春色国产| 一区二区三区免费| 亚洲图片有声小说| 亚洲成人精品影院| 日韩国产欧美在线视频| 亚洲一区二区三区四区在线| 亚洲色图第一区| 亚洲欧美一区二区三区国产精品| 欧美mv和日韩mv的网站| 精品国免费一区二区三区| 日韩一区二区三区视频| 欧美大片在线观看一区二区| 精品国产亚洲一区二区三区在线观看| 精品久久久久久久人人人人传媒| 欧美mv和日韩mv的网站| 国产性色一区二区| 成人欧美一区二区三区视频网页| 亚洲欧美视频在线观看视频| 亚洲一区在线播放| 五月激情综合网| 国内精品国产三级国产a久久| 国产成人免费视频 | 午夜精品999| 亚洲三级观看| 久久婷婷亚洲| 51精品视频一区二区三区| 精品国产青草久久久久福利| 国产精品久久国产精麻豆99网站| 一区二区三区自拍| 久久精品免费观看| aaa国产一区| 亚洲精品男同| 久久综合九色综合久99| 欧美日韩国产123区| 欧美精品一区二区三区高清aⅴ| 国产精品毛片高清在线完整版| 亚洲小说春色综合另类电影| 国内精品伊人久久久久av影院| av电影在线观看完整版一区二区| 国产在线观看一区| 一本大道久久精品懂色aⅴ| 制服丝袜亚洲网站| 亚洲国产高清在线| 奇米一区二区三区av| 99国产精品99久久久久久| 午夜综合激情| 精品国产免费视频| 亚洲已满18点击进入久久| 国模冰冰炮一区二区| 午夜激情一区| 日本韩国一区二区三区视频| 欧美成人vr18sexvr| 一区二区三区免费看视频| 国产一区二区导航在线播放| 亚洲网站在线| 日韩欧美自拍偷拍| 亚洲福利一二三区| 欧美呦呦网站| 欧美日韩国产精选| 夜夜精品浪潮av一区二区三区 |