无法安装本地模块
<h2>问题描述:</h2><p>请详细描述问题</p>
<h2>环境信息:</h2>
<p>PHP版本、系统版本、模块版本等</p>
<h2>复现步骤:</h2>
<p>1模块开发助手新建了普通模块<!--LINK#0_0--><span style="box-sizing:inherit;">xc_demo</span></p>
<p>2本地模块里安装显示 错误</p>
<ol style="list-style-type:none;"><li><p><span style="box-sizing:border-box;min-width:0px;min-height:0px;overflow:hidden;line-height:16px;"><span style="box-sizing:border-box;min-width:0px;min-height:0px;">file</span>: <span style="box-sizing:border-box;min-width:0px;min-height:0px;white-space:pre;">"I:\\phpstudy_pro\\WWW\\www.xconesys.com\\module\\Xc_demo\\Migrate\\2022_06_27_000000_xc_demo_category_create.php"</span></span></p></li><li><p><span style="box-sizing:border-box;min-width:0px;min-height:0px;overflow:hidden;line-height:16px;"><span style="box-sizing:border-box;min-width:0px;min-height:0px;">line</span>: <span style="box-sizing:border-box;min-width:0px;min-height:0px;">6</span></span></p></li><li><p><span style="box-sizing:border-box;min-width:0px;min-height:0px;overflow:hidden;line-height:16px;"><span style="box-sizing:border-box;min-width:0px;min-height:0px;">message</span>: <span style="box-sizing:border-box;min-width:0px;min-height:0px;white-space:pre;">"Cannot declare class Xc_demoCategoryCreate, because the name is already in use"</span></span></p></li><li><p><span style="box-sizing:border-box;min-width:0px;min-height:0px;overflow:hidden;line-height:16px;"><span style="box-sizing:border-box;min-width:0px;min-height:0px;">trace</span>: <span style="box-sizing:border-box;min-width:0px;min-height:0px;">[]</span></span></p></li></ol>
<p>3</p>
<h2>建议与意见:</h2>
<p>1</p>
<p>2</p>
<p>3</p><hr>以下是回复内容:<br><div class="ub-html content">
<p>已经给出错误原因了,类名不存在</p>
<pre class="brush:as3;toolbar:false">Cannot declare class Xc_demoCategoryCreate, because the name is already in use</pre>
<p>迁移文件中的类型名要和文件名对应。</p>
<p>如</p>
<p>2022_06_27_000000_xc_demo_category_create</p>
<p>对应的类名为</p>
<p>XcDemoCategoryCreate</p>
</div><hr><br>采集网址:<br>https://modstart.com/thread/744
页:
[1]