error-2024-02-23.log 136 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719
  1. [2024-02-23 11:16:12] production.ERROR: http parameters {"search":{"ztIds":[]},"page":1,"route":"plugin.goods-handle.backend.zt.getZtGoods"}
  2. [2024-02-23 11:16:12] production.ERROR: InvalidArgumentException: Database connection [zt_mysql] not configured. in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:152
  3. Stack trace:
  4. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(115): Illuminate\Database\DatabaseManager->configuration('zt_mysql')
  5. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(86): Illuminate\Database\DatabaseManager->makeConnection('zt_mysql')
  6. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(1257): Illuminate\Database\DatabaseManager->connection('zt_mysql')
  7. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(1223): Illuminate\Database\Eloquent\Model::resolveConnection('zt_mysql')
  8. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(1052): Illuminate\Database\Eloquent\Model->getConnection()
  9. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(969): Illuminate\Database\Eloquent\Model->newBaseQueryBuilder()
  10. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(1005): Illuminate\Database\Eloquent\Model->newModelQuery()
  11. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(958): Illuminate\Database\Eloquent\Model->newQueryWithoutScopes()
  12. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(1622): Illuminate\Database\Eloquent\Model->newQuery()
  13. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php(72): Illuminate\Database\Eloquent\Model->__call('select', Array)
  14. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->getZtGoods()
  15. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('getZtGoods', Array)
  16. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('getZtGoods', Array)
  17. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'getZtGoods')
  18. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  19. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  20. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  21. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  22. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  23. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  24. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  25. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  26. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  27. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  28. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  29. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  30. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  31. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  32. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  33. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  34. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  35. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  36. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  37. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  38. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  39. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  40. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  41. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  42. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  43. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  44. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  45. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  46. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  47. #43 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  48. #44 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  49. #45 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  50. #46 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  51. #47 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  52. #48 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  53. #49 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  54. #50 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  55. #51 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  56. #52 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  57. #53 {main}
  58. [2024-02-23 11:16:21] production.ERROR: http parameters {"search":{"ztIds":[]},"page":1,"route":"plugin.goods-handle.backend.zt.getZtGoods"}
  59. [2024-02-23 11:16:21] production.ERROR: InvalidArgumentException: Database connection [zt_mysql] not configured. in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:152
  60. Stack trace:
  61. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(115): Illuminate\Database\DatabaseManager->configuration('zt_mysql')
  62. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php(86): Illuminate\Database\DatabaseManager->makeConnection('zt_mysql')
  63. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(1257): Illuminate\Database\DatabaseManager->connection('zt_mysql')
  64. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(1223): Illuminate\Database\Eloquent\Model::resolveConnection('zt_mysql')
  65. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(1052): Illuminate\Database\Eloquent\Model->getConnection()
  66. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(969): Illuminate\Database\Eloquent\Model->newBaseQueryBuilder()
  67. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(1005): Illuminate\Database\Eloquent\Model->newModelQuery()
  68. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(958): Illuminate\Database\Eloquent\Model->newQueryWithoutScopes()
  69. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(1622): Illuminate\Database\Eloquent\Model->newQuery()
  70. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php(72): Illuminate\Database\Eloquent\Model->__call('select', Array)
  71. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->getZtGoods()
  72. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('getZtGoods', Array)
  73. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('getZtGoods', Array)
  74. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'getZtGoods')
  75. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  76. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  77. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  78. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  79. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  80. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  81. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  82. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  83. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  84. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  85. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  86. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  87. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  88. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  89. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  90. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  91. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  92. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  93. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  94. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  95. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  96. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  97. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  98. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  99. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  100. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  101. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  102. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  103. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  104. #43 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  105. #44 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  106. #45 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  107. #46 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  108. #47 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  109. #48 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  110. #49 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  111. #50 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  112. #51 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  113. #52 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  114. #53 {main}
  115. [2024-02-23 13:43:53] production.ERROR: http parameters {"route":"plugin.goods-handle.backend.zt.goodsSet"}
  116. [2024-02-23 13:43:53] production.ERROR: BadMethodCallException: Method Yunshop\GoodsHandle\backend\ZtController::goodsSet does not exist. in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php:68
  117. Stack trace:
  118. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Illuminate\Routing\Controller->__call('goodsSet', Array)
  119. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('goodsSet', Array)
  120. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('goodsSet', Array)
  121. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'goodsSet')
  122. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  123. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  124. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  125. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  126. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  127. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  128. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  129. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  130. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  131. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  132. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  133. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  134. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  135. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  136. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  137. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  138. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  139. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  140. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  141. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  142. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  143. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  144. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  145. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  146. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  147. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  148. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  149. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  150. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  151. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  152. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  153. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  154. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  155. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  156. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  157. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  158. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  159. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  160. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  161. #43 {main}
  162. [2024-02-23 14:32:56] production.ERROR: http parameters {"route":"plugin.goods-handle.backend.zt.ztGoodsSet"}
  163. [2024-02-23 14:32:56] production.ERROR: InvalidArgumentException: Cannot end a section without first starting one. in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Concerns\ManagesLayouts.php:86
  164. Stack trace:
  165. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\storage\framework\views\0d01fefcc8d70bb7c48e335cbc5ae71346f7f809.php(309): Illuminate\View\Factory->stopSection()
  166. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Engines\PhpEngine.php(43): include('F:\\phpstudy_pro...')
  167. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Engines\CompilerEngine.php(59): Illuminate\View\Engines\PhpEngine->evaluatePath('F:\\phpstudy_pro...', Array)
  168. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\View.php(143): Illuminate\View\Engines\CompilerEngine->get('F:\\phpstudy_pro...', Array)
  169. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\View.php(126): Illuminate\View\View->getContents()
  170. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\View.php(91): Illuminate\View\View->renderContents()
  171. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php(687): Illuminate\View\View->render()
  172. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->ztGoodsSet()
  173. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('ztGoodsSet', Array)
  174. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('ztGoodsSet', Array)
  175. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'ztGoodsSet')
  176. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  177. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  178. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  179. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  180. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  181. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  182. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  183. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  184. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  185. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  186. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  187. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  188. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  189. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  190. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  191. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  192. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  193. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  194. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  195. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  196. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  197. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  198. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  199. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  200. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  201. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  202. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  203. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  204. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  205. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  206. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  207. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  208. #43 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  209. #44 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  210. #45 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  211. #46 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  212. #47 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  213. #48 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  214. #49 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  215. #50 {main}
  216. Next ErrorException: Cannot end a section without first starting one. (View: F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\views\backend\goods-set.blade.php) in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Concerns\ManagesLayouts.php:86
  217. Stack trace:
  218. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Engines\PhpEngine.php(45): Illuminate\View\Engines\CompilerEngine->handleViewException(Object(InvalidArgumentException), 1)
  219. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Engines\CompilerEngine.php(59): Illuminate\View\Engines\PhpEngine->evaluatePath('F:\\phpstudy_pro...', Array)
  220. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\View.php(143): Illuminate\View\Engines\CompilerEngine->get('F:\\phpstudy_pro...', Array)
  221. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\View.php(126): Illuminate\View\View->getContents()
  222. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\View.php(91): Illuminate\View\View->renderContents()
  223. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php(687): Illuminate\View\View->render()
  224. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->ztGoodsSet()
  225. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('ztGoodsSet', Array)
  226. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('ztGoodsSet', Array)
  227. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'ztGoodsSet')
  228. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  229. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  230. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  231. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  232. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  233. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  234. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  235. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  236. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  237. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  238. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  239. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  240. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  241. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  242. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  243. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  244. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  245. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  246. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  247. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  248. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  249. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  250. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  251. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  252. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  253. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  254. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  255. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  256. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  257. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  258. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  259. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  260. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  261. #43 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  262. #44 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  263. #45 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  264. #46 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  265. #47 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  266. #48 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  267. #49 {main}
  268. [2024-02-23 16:13:01] production.ERROR: http parameters {"route":"plugin.goods-handle.backend.zt.ztGoodsSet"}
  269. [2024-02-23 16:13:01] production.ERROR: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'hemall_terabims.ims_ims_yz_zt_goods_set' doesn't exist in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:77
  270. Stack trace:
  271. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php(77): PDO->prepare('select * from `...', Array)
  272. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(331): Doctrine\DBAL\Driver\PDOConnection->prepare('select * from `...')
  273. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(662): Illuminate\Database\Connection->Illuminate\Database\{closure}('select * from `...', Array)
  274. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(629): Illuminate\Database\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
  275. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(338): Illuminate\Database\Connection->run('select * from `...', Array, Object(Closure))
  276. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\framework\Database\MySqlConnection.php(27): Illuminate\Database\Connection->select('select * from `...', Array, true)
  277. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2149): app\framework\Database\MySqlConnection->select('select * from `...', Array, true)
  278. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2137): Illuminate\Database\Query\Builder->runSelect()
  279. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2609): Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure}()
  280. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2138): Illuminate\Database\Query\Builder->onceWithColumns(Array, Object(Closure))
  281. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Concerns\BuildsQueries.php(143): Illuminate\Database\Query\Builder->get(Array)
  282. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php(687): Illuminate\Database\Query\Builder->first()
  283. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->ztGoodsSet()
  284. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('ztGoodsSet', Array)
  285. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('ztGoodsSet', Array)
  286. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'ztGoodsSet')
  287. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  288. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  289. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  290. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  291. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  292. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  293. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  294. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  295. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  296. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  297. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  298. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  299. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  300. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  301. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  302. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  303. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  304. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  305. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  306. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  307. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  308. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  309. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  310. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  311. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  312. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  313. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  314. #43 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  315. #44 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  316. #45 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  317. #46 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  318. #47 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  319. #48 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  320. #49 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  321. #50 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  322. #51 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  323. #52 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  324. #53 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  325. #54 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  326. #55 {main}
  327. Next Doctrine\DBAL\Driver\PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'hemall_terabims.ims_ims_yz_zt_goods_set' doesn't exist in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:79
  328. Stack trace:
  329. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(331): Doctrine\DBAL\Driver\PDOConnection->prepare('select * from `...')
  330. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(662): Illuminate\Database\Connection->Illuminate\Database\{closure}('select * from `...', Array)
  331. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(629): Illuminate\Database\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
  332. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(338): Illuminate\Database\Connection->run('select * from `...', Array, Object(Closure))
  333. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\framework\Database\MySqlConnection.php(27): Illuminate\Database\Connection->select('select * from `...', Array, true)
  334. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2149): app\framework\Database\MySqlConnection->select('select * from `...', Array, true)
  335. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2137): Illuminate\Database\Query\Builder->runSelect()
  336. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2609): Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure}()
  337. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2138): Illuminate\Database\Query\Builder->onceWithColumns(Array, Object(Closure))
  338. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Concerns\BuildsQueries.php(143): Illuminate\Database\Query\Builder->get(Array)
  339. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php(687): Illuminate\Database\Query\Builder->first()
  340. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->ztGoodsSet()
  341. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('ztGoodsSet', Array)
  342. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('ztGoodsSet', Array)
  343. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'ztGoodsSet')
  344. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  345. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  346. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  347. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  348. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  349. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  350. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  351. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  352. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  353. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  354. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  355. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  356. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  357. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  358. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  359. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  360. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  361. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  362. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  363. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  364. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  365. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  366. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  367. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  368. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  369. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  370. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  371. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  372. #43 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  373. #44 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  374. #45 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  375. #46 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  376. #47 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  377. #48 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  378. #49 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  379. #50 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  380. #51 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  381. #52 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  382. #53 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  383. #54 {main}
  384. Next Illuminate\Database\QueryException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'hemall_terabims.ims_ims_yz_zt_goods_set' doesn't exist (SQL: select * from `ims_ims_yz_zt_goods_set` where (`uniacid` = 4) limit 1) in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php:669
  385. Stack trace:
  386. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(629): Illuminate\Database\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
  387. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(338): Illuminate\Database\Connection->run('select * from `...', Array, Object(Closure))
  388. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\framework\Database\MySqlConnection.php(27): Illuminate\Database\Connection->select('select * from `...', Array, true)
  389. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2149): app\framework\Database\MySqlConnection->select('select * from `...', Array, true)
  390. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2137): Illuminate\Database\Query\Builder->runSelect()
  391. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2609): Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure}()
  392. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2138): Illuminate\Database\Query\Builder->onceWithColumns(Array, Object(Closure))
  393. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Concerns\BuildsQueries.php(143): Illuminate\Database\Query\Builder->get(Array)
  394. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php(687): Illuminate\Database\Query\Builder->first()
  395. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->ztGoodsSet()
  396. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('ztGoodsSet', Array)
  397. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('ztGoodsSet', Array)
  398. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'ztGoodsSet')
  399. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  400. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  401. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  402. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  403. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  404. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  405. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  406. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  407. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  408. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  409. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  410. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  411. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  412. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  413. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  414. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  415. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  416. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  417. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  418. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  419. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  420. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  421. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  422. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  423. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  424. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  425. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  426. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  427. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  428. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  429. #43 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  430. #44 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  431. #45 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  432. #46 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  433. #47 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  434. #48 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  435. #49 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  436. #50 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  437. #51 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  438. #52 {main}
  439. [2024-02-23 16:13:21] production.ERROR: http parameters {"route":"plugin.goods-handle.backend.zt.ztGoodsSet"}
  440. [2024-02-23 16:13:21] production.ERROR: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'hemall_terabims.ims_ims_yz_zt_goods_set' doesn't exist in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:77
  441. Stack trace:
  442. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php(77): PDO->prepare('select * from `...', Array)
  443. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(331): Doctrine\DBAL\Driver\PDOConnection->prepare('select * from `...')
  444. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(662): Illuminate\Database\Connection->Illuminate\Database\{closure}('select * from `...', Array)
  445. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(629): Illuminate\Database\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
  446. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(338): Illuminate\Database\Connection->run('select * from `...', Array, Object(Closure))
  447. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\framework\Database\MySqlConnection.php(27): Illuminate\Database\Connection->select('select * from `...', Array, true)
  448. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2149): app\framework\Database\MySqlConnection->select('select * from `...', Array, true)
  449. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2137): Illuminate\Database\Query\Builder->runSelect()
  450. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2609): Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure}()
  451. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2138): Illuminate\Database\Query\Builder->onceWithColumns(Array, Object(Closure))
  452. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Concerns\BuildsQueries.php(143): Illuminate\Database\Query\Builder->get(Array)
  453. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php(687): Illuminate\Database\Query\Builder->first()
  454. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->ztGoodsSet()
  455. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('ztGoodsSet', Array)
  456. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('ztGoodsSet', Array)
  457. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'ztGoodsSet')
  458. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  459. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  460. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  461. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  462. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  463. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  464. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  465. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  466. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  467. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  468. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  469. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  470. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  471. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  472. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  473. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  474. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  475. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  476. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  477. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  478. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  479. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  480. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  481. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  482. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  483. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  484. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  485. #43 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  486. #44 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  487. #45 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  488. #46 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  489. #47 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  490. #48 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  491. #49 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  492. #50 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  493. #51 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  494. #52 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  495. #53 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  496. #54 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  497. #55 {main}
  498. Next Doctrine\DBAL\Driver\PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'hemall_terabims.ims_ims_yz_zt_goods_set' doesn't exist in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:79
  499. Stack trace:
  500. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(331): Doctrine\DBAL\Driver\PDOConnection->prepare('select * from `...')
  501. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(662): Illuminate\Database\Connection->Illuminate\Database\{closure}('select * from `...', Array)
  502. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(629): Illuminate\Database\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
  503. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(338): Illuminate\Database\Connection->run('select * from `...', Array, Object(Closure))
  504. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\framework\Database\MySqlConnection.php(27): Illuminate\Database\Connection->select('select * from `...', Array, true)
  505. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2149): app\framework\Database\MySqlConnection->select('select * from `...', Array, true)
  506. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2137): Illuminate\Database\Query\Builder->runSelect()
  507. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2609): Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure}()
  508. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2138): Illuminate\Database\Query\Builder->onceWithColumns(Array, Object(Closure))
  509. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Concerns\BuildsQueries.php(143): Illuminate\Database\Query\Builder->get(Array)
  510. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php(687): Illuminate\Database\Query\Builder->first()
  511. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->ztGoodsSet()
  512. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('ztGoodsSet', Array)
  513. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('ztGoodsSet', Array)
  514. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'ztGoodsSet')
  515. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  516. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  517. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  518. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  519. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  520. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  521. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  522. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  523. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  524. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  525. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  526. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  527. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  528. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  529. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  530. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  531. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  532. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  533. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  534. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  535. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  536. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  537. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  538. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  539. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  540. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  541. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  542. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  543. #43 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  544. #44 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  545. #45 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  546. #46 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  547. #47 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  548. #48 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  549. #49 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  550. #50 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  551. #51 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  552. #52 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  553. #53 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  554. #54 {main}
  555. Next Illuminate\Database\QueryException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'hemall_terabims.ims_ims_yz_zt_goods_set' doesn't exist (SQL: select * from `ims_ims_yz_zt_goods_set` where (`uniacid` = 4) limit 1) in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php:669
  556. Stack trace:
  557. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(629): Illuminate\Database\Connection->runQueryCallback('select * from `...', Array, Object(Closure))
  558. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Connection.php(338): Illuminate\Database\Connection->run('select * from `...', Array, Object(Closure))
  559. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\framework\Database\MySqlConnection.php(27): Illuminate\Database\Connection->select('select * from `...', Array, true)
  560. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2149): app\framework\Database\MySqlConnection->select('select * from `...', Array, true)
  561. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2137): Illuminate\Database\Query\Builder->runSelect()
  562. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2609): Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure}()
  563. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2138): Illuminate\Database\Query\Builder->onceWithColumns(Array, Object(Closure))
  564. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Database\Concerns\BuildsQueries.php(143): Illuminate\Database\Query\Builder->get(Array)
  565. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php(687): Illuminate\Database\Query\Builder->first()
  566. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->ztGoodsSet()
  567. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('ztGoodsSet', Array)
  568. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('ztGoodsSet', Array)
  569. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'ztGoodsSet')
  570. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  571. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  572. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  573. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  574. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  575. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  576. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  577. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  578. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  579. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  580. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  581. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  582. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  583. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  584. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  585. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  586. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  587. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  588. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  589. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  590. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  591. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  592. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  593. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  594. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  595. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  596. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  597. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  598. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  599. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  600. #43 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  601. #44 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  602. #45 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  603. #46 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  604. #47 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  605. #48 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  606. #49 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  607. #50 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  608. #51 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  609. #52 {main}
  610. [2024-02-23 17:10:30] production.ERROR: http parameters {"route":"plugin.goods-handle.backend.zt.ztGoodsSet"}
  611. [2024-02-23 17:10:30] production.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: syntax error, unexpected '}', expecting ';' or ',' in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\storage\framework\views\0d01fefcc8d70bb7c48e335cbc5ae71346f7f809.php:47
  612. Stack trace:
  613. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Engines\CompilerEngine.php(59): Illuminate\View\Engines\PhpEngine->evaluatePath('F:\\phpstudy_pro...', Array)
  614. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\View.php(143): Illuminate\View\Engines\CompilerEngine->get('F:\\phpstudy_pro...', Array)
  615. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\View.php(126): Illuminate\View\View->getContents()
  616. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\View.php(91): Illuminate\View\View->renderContents()
  617. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php(693): Illuminate\View\View->render()
  618. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->ztGoodsSet()
  619. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('ztGoodsSet', Array)
  620. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('ztGoodsSet', Array)
  621. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'ztGoodsSet')
  622. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  623. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  624. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  625. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  626. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  627. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  628. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  629. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  630. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  631. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  632. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  633. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  634. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  635. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  636. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  637. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  638. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  639. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  640. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  641. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  642. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  643. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  644. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  645. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  646. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  647. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  648. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  649. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  650. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  651. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  652. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  653. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  654. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  655. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  656. #43 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  657. #44 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  658. #45 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  659. #46 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  660. #47 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  661. #48 {main}
  662. Next ErrorException: syntax error, unexpected '}', expecting ';' or ',' (View: F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\views\backend\goods-set.blade.php) in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\storage\framework\views\0d01fefcc8d70bb7c48e335cbc5ae71346f7f809.php:47
  663. Stack trace:
  664. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Engines\PhpEngine.php(47): Illuminate\View\Engines\CompilerEngine->handleViewException(Object(Symfony\Component\Debug\Exception\FatalThrowableError), 1)
  665. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Engines\CompilerEngine.php(59): Illuminate\View\Engines\PhpEngine->evaluatePath('F:\\phpstudy_pro...', Array)
  666. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\View.php(143): Illuminate\View\Engines\CompilerEngine->get('F:\\phpstudy_pro...', Array)
  667. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\View.php(126): Illuminate\View\View->getContents()
  668. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\View.php(91): Illuminate\View\View->renderContents()
  669. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php(693): Illuminate\View\View->render()
  670. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->ztGoodsSet()
  671. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('ztGoodsSet', Array)
  672. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('ztGoodsSet', Array)
  673. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'ztGoodsSet')
  674. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  675. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  676. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  677. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  678. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  679. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  680. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  681. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  682. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  683. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  684. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  685. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  686. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  687. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  688. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  689. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  690. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  691. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  692. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  693. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  694. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  695. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  696. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  697. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  698. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  699. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  700. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  701. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  702. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  703. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  704. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  705. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  706. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  707. #43 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  708. #44 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  709. #45 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  710. #46 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  711. #47 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  712. #48 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  713. #49 {main}