Home  >  Q&A  >  body text

module

Why an error is reported when loading the Admin module

丶难言丶难言2344 days ago1582

reply all(6)I'll reply

  • -wy

    -wy2018-11-27 23:58:20

    Brother, I solved it. SITE_URL needs to add a connector point.

    <?php

    return array(

    //'Configuration item'=>' Configuration value '

    'TMPL_PARSE_STRING' =>array(

    '__PUBLIC__' => SITE_URL.'/Application/Admin/Public', // Change the default /Public replacement rule

    )

    );


    reply
    1
  • -wy

    -wy2018-11-27 22:05:27

    Error reported in the same place

    reply
    0
  • 小叮当

    小叮当2018-06-13 12:07:44

    What's wrong with the report? Send it.

    reply
    0
  • 丶难言

    Unable to load module:Admin Wrong location FILE: F:\phpStudy\WWW\think3\ThinkPHP\Library\Think\Dispatcher.class.php LINE: 178

    丶难言 · 2018-06-13 19:34:37
  • 亚连

    亚连2018-06-13 09:38:04

    Check to see if there is anything wrong with the address you wrote.

    reply
    0
  • 丶难言

    No problem. The Admin file created in the application directory, the configuration is written in the common/conf/config.php file under think3 (my project name is think3)

    丶难言 · 2018-06-13 11:19:04
  • Cancelreply