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

返回列表 發(fā)帖
查看: 1099|回復(fù): 2

[問題求助] 是不是切換php版本會(huì)導(dǎo)致出錯(cuò)?

1

主題

0

回帖

6

積分

初學(xué)乍練

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


  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}
復(fù)制代碼


回復(fù)

使用道具 舉報(bào)

1

主題

360

回帖

408

積分

爐火純青

貢獻(xiàn)
1 點(diǎn)
金幣
33 個(gè)
QQ
沙發(fā)
發(fā)表于 2024-3-11 20:26:15 | 只看Ta
有的時(shí)候是插件不支持php8照成的
回復(fù)

使用道具 舉報(bào)

6

主題

1020

回帖

1404

積分

應(yīng)用開發(fā)者

貢獻(xiàn)
24 點(diǎn)
金幣
170 個(gè)
QQ
板凳
發(fā)表于 2024-3-12 09:49:18 | 只看Ta
看版本有些是不支持8.2的
回復(fù)

使用道具 舉報(bào)

本版積分規(guī)則

  • 關(guān)注公眾號(hào)
  • 有償服務(wù)微信
  • 有償服務(wù)QQ

手機(jī)版|小黑屋|Discuz! 官方交流社區(qū) ( 皖I(lǐng)CP備16010102號(hào) |皖公網(wǎng)安備34010302002376號(hào) )|網(wǎng)站地圖|star

GMT+8, 2025-7-1 21:33 , Processed in 0.039915 second(s), 7 queries , Redis On.

Powered by Discuz! W1.0 Licensed

Cpoyright © 2001-2025 Discuz! Team.

關(guān)燈 在本版發(fā)帖
有償服務(wù)QQ
有償服務(wù)微信
返回頂部
快速回復(fù) 返回頂部 返回列表