Why an error is reported when loading the Admin module
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
)
);
Error reported in the same place
What's wrong with the report? Send it.
Check to see if there is anything wrong with the address you wrote.
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
)
);
Error reported in the same place
What's wrong with the report? Send it.
Check to see if there is anything wrong with the address you wrote.