recherche

Maison  >  Questions et réponses  >  le corps du texte

Une erreur système s'est produite. Veuillez réessayer plus tard.

Erreur de page ! Veuillez réessayer plus tard~

ThinkPHP V5.1.31 LTS {Dix ans à aiguiser une épée - un framework haute performance conçu pour le développement d'API}

Mon code est le même que celui de l'enseignant. Pourquoi cela se produit-il ? Je n'ai rien fait non plus

................2193 Il y a quelques jours3872

répondre à tous(3)je répondrai

  • ........

    ........2018-12-22 20:48:08

    Je ne sais pas ce qui ne va pas3.png

    répondre
    0
  • ........

    ........2018-12-22 18:09:57

    [0] HttpException dans Module.php ligne 101

    控制器不存在:appusercontrollerManger

               $instance = $this->app->controller($this->controller,               $ ceci->règle-> ;getConfig('url_controller_layer'),                $this->rule->getConfig('controller_suffix'),               $this->rule->getConfig('empty_controller'));            if ($instance instanceof Controller) {                $instance->registerMiddleware();            }        } catch (ClassNotFoundException $e) {            throw new HttpException(404, 'le contrôleur n'existe pas :' . $e->getClass());        }        $this->app['middleware']->controller(function (Request $request, $next) use ($instance) {            // 获取当前操作名            $action = $this->actionName . $this ->rule->getConfig('action_suffix');             if (is_callable([$instance, $action])) {                // 执行操作方法                $call = [$instance, $action];

    Pile d'appels

    dans Module.php, ligne 101

    à Module->exec() dans Dispatch.php, ligne 168

    à Dispatch->run() dans App.php, ligne 432

    à App->think{closure} (object(Request), object(Closure), null)

    à call_user_func_array(object(Closure), [object(Request), object(Closure), null]) dans Middleware.php ligne 185

    à Middleware-> think{closure}(object(Request))

    à call_user_func(object(Closure), object(Request)) dans Middleware.php ligne 130

    à Middleware->dispatch(object(Request)) dans App.php ligne 435

    at App->run() dans index.php ligne 21

    Variables d'environnement

    GET Dataempty

    POST Dataempty

    Filesempty

    Cookies

    pgv_pvi    4668492800   

    Sessionvide

    Serveur/Données de demande

    CHEMIN    C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:WindowsSystem32OpenSSH;C:phpStudyPHPTutorialMySQLbin;c:programdatacomposersetupbin;C:phpStudyPHPTutorialphpphp-5.6.27-nts;C:UsersAdministratorAppDataLocalMicrosoftWindowsApps;C :UsersAdministratorAppDataRoamingComposervendorbin    

    RACINESYSTÈME    C:Windows    

    COMSPEC    C:Windowssystem32cmd.exe    

    PATHEXT    .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC    

    WINDIR    C:Windows    

    PHP_FCGI_MAX_REQUESTS    1000    

    PHPRC    C:/myphp_www/PHPTutorial/php/php-7.2.1-nts/    

    _FCGI_SHUTDOWN_EVENT_    2264    

    PATH_TRANSLATED    redirect:index .phpusermangeraddm5n1mangeraddm5n1    

    PATH_INFO    /user/manger/add/m/5/n/ 1    

    SCRIPT_NAME    /index.php    

    REQUEST_URI    /index.php/user/manger/add/m/5/n/1    

    QUERY_STRING    

    REQUEST_METHOD    GET    

    SERV ER_PROTOCOL    HTTP/1.1    

    GATEWAY_INTERFACE    CGI/1.1    

    REMOTE_PORT    55056      

    SCRIPT_FILENAME    C:/phpStudy/PHPTutorial/WWW/pk51/public/index.php    

    SERVER_ADMIN    admin@php.cn      

    CONTEXT_DOCUMENT_ROOT    C:/phpStudy/ PHPTutorial/WWW/pk51/public    

    CONTEXT_PREFIX    

    REQUEST_SCHEME http    

    DOCUMENT_ROOT    C:/phpStudy/PHPTutorial/WWW/pk51/public    

    REMOTE_ADDR    127.0.0.1    

    SERVER_PORT    80      

    SERVER_ADDR    127 .0.0.1    

    SERVER_NAME    www.jiangmoon.vip    

    SERVER_SOFTWARE    Apache/2.4.23 (Win32 ) OpenSSL/1.0.2j mod_fcgid/2.3.9    

    SERVER_SIGNATURE    

    SystemRoot    C:Windows    

    HTTP_COOKIE    pgv_pvi=4668492800    

    HTTP_ACCEPT_LANGU AGE    zh-CN,zh;q=0.9    

    HTTP_ACCEPT_ENCODING    gzip, dégonfler    

    HTTP_ACCEPT    text/html ,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8    

    HTTP_USER_AGENT    Mozilla/5.0 (Windows NT 10.0 ; Win64 ; x64) AppleWebKit/537.36 (KHTML, comme Gecko) Chrome/71.0.3578.80 Safari/537.36    

    HTTP_UPGRADE_INSECURE_REQUESTS    1    

    HTTP_CACHE_CONTROL    max-age=0    

    HTTP_ CONNEXION    fermer      

    HTTP_HOST    www.jiangmoon.vip    

    FCGI_ROLE    RESPONDER    

    PHP_SELF /index.php/user/manger/add/m/5/n/1    

    REQUEST_TIME_FLOAT    1545472867.1028    

    REQUEST_TIME    1545472867    

    Variables d'environnement vides

    Pensez PHP Constantsempty


    répondre
    0
  • 我说所有的酒,都不如你

    Modifiez le contrôleur dans la ligne d’espace de noms pour mettre en minuscule la première lettre.

    我说所有的酒,都不如你 · 2018-12-24 17:35:31
  • Annulerrépondre