module
丶难言
丶难言 2018-06-12 20:19:51
0
6
1623

Why an error is reported when loading the Admin module

丶难言
丶难言

reply all(4)
-wy

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

)

);


-wy

Error reported in the same place

小叮当

What's wrong with the report? Send it.

  • reply Unable to load module:Admin Wrong location FILE: F:\phpStudy\WWW\think3\ThinkPHP\Library\Think\Dispatcher.class.php LINE: 178
    丶难言 author 2018-06-13 19:34:37
亚连

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

  • reply 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)
    丶难言 author 2018-06-13 11:19:04
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template