#0 [0]Error in Index.php line 136

Class "app\studio\controller\StudioMemberViewModel" not found

  1. View::assign('Members',$studioMembers);
  2. return View::fetch();
  3. }
  4. //导师学员个人介绍主页
  5. public function show(Request $request){
  6. View::config(['layout_on' => false]);
  7. $in=$request::param();
  8. $studioMemberViewObj = new StudioMemberViewModel();
  9. if(!isset($in['id']))$this->error("出错了!");
  10. $userId =$wh['adminId'] = $con['memberId'] = $in['id'];
  11. if(isset($in['tag']))
  12. {
  13. $studioAdminObj = new StudioAdminModel();
  14. $memberArr = $studioAdminObj->field('studioId')->where($wh)->select();
  15. }else{
  16. $studioMemberObj = new StudioMemberModel();
  17. $memberArr = $studioMemberObj->field('studioId')->where($con)->select();

Call Stack

  1. in Index.php line 136
  2. at Index->show(object(Request))
  3. at ReflectionMethod->invokeArgs(object(Index), [object(Request)]) in Container.php line 344
  4. at Container->invokeReflectMethod(object(Index), object(ReflectionMethod), ['id' => '379']) in Controller.php line 110
  5. at Controller->think\route\dispatch\{closure}(object(Request)) in Pipeline.php line 59
  6. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 66
  7. at Pipeline->then(object(Closure)) in Controller.php line 84
  8. at Controller->exec() in Dispatch.php line 90
  9. at Dispatch->run() in Route.php line 785
  10. at Route->think\{closure}(object(Request)) in Pipeline.php line 59
  11. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 66
  12. at Pipeline->then(object(Closure)) in Route.php line 784
  13. at Route->dispatch(object(Request), object(Closure)) in Http.php line 216
  14. at Http->dispatchToRoute(object(Request)) in Http.php line 206
  15. at Http->think\{closure}(object(Request)) in Pipeline.php line 59
  16. at Pipeline->think\{closure}(object(Request)) in MultiApp.php line 71
  17. at MultiApp->think\app\{closure}(object(Request)) in Pipeline.php line 59
  18. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 66
  19. at Pipeline->then(object(Closure)) in MultiApp.php line 70
  20. at MultiApp->handle(object(Request), object(Closure))
  21. at call_user_func([object(MultiApp), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  22. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 85
  23. at Pipeline->think\{closure}(object(Request)) in SessionInit.php line 67
  24. at SessionInit->handle(object(Request), object(Closure))
  25. at call_user_func([object(SessionInit), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  26. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 85
  27. at Pipeline->think\{closure}(object(Request)) in TraceDebug.php line 71
  28. at TraceDebug->handle(object(Request), object(Closure))
  29. at call_user_func([object(TraceDebug), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  30. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 85
  31. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 66
  32. at Pipeline->then(object(Closure)) in Http.php line 205
  33. at Http->runWithRequest(object(Request)) in Http.php line 170
  34. at Http->run() in index.php line 20

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_PATH_INFO studio.php/index/show/id/379
REDIRECT_STATUS 200
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST slypzx.com
PATH C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\dotnet\;E:\wangzhan\bin\php\php8.2.13;C:\ProgramData\ComposerSetup\bin;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps
SystemRoot C:\Windows
COMSPEC C:\Windows\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\Windows
SERVER_SIGNATURE <address>Apache/2.4.58 (Win64) PHP/8.2.13 mod_fcgid/2.3.10-dev Server at slypzx.com Port 80</address>
SERVER_SOFTWARE Apache/2.4.58 (Win64) PHP/8.2.13 mod_fcgid/2.3.10-dev
SERVER_NAME slypzx.com
SERVER_ADDR 192.168.10.207
SERVER_PORT 80
REMOTE_ADDR 44.220.251.57
DOCUMENT_ROOT E:/wangzhan/www/sledu/public
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT E:/wangzhan/www/sledu/public
SERVER_ADMIN wampserver@wampserver.invalid
SCRIPT_FILENAME E:/wangzhan/www/sledu/public/index.php
REMOTE_PORT 45644
REDIRECT_URL /studio.php/index/show/id/379
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /studio.php/index/show/id/379
SCRIPT_NAME /index.php
PATH_INFO /studio.php/index/show/id/379
PATH_TRANSLATED redirect:\index.php\studio.php\index\show\id\379\index\show\id\379
PHP_SELF /index.php/studio.php/index/show/id/379
REQUEST_TIME_FLOAT 1711701942.5806
REQUEST_TIME 1711701942
0.011647s