满怀希望 發表於 2024-2-10 00:00:00

DedeCMS Error Warning!提示信息的修改方法

<p style='margin: 0px; padding: 5px 0px; outline: none; font-size: 14px; line-height: 30px; font-family: tahoma, arial, "Microsoft YaHei";'>
        本文实例讲述了DedeCMS Error Warning!提示信息的修改方法。分享给大家供大家参考。具体方法如下:</p>
<p style='margin: 0px; padding: 5px 0px; outline: none; font-size: 14px; line-height: 30px; font-family: tahoma, arial, "Microsoft YaHei";'>
        我们在运行dedecms的时候经常会遇到DEDE提示信息如下:<br>
         </p>
<div class="msgheader" style='margin: 3px auto 0px; padding: 0px 3px; outline: none; line-height: 21.6px; clear: both; border-width: 1px; border-style: solid; border-color: rgb(0, 153, 204); background: rgb(246, 251, 255); overflow: hidden; font-family: tahoma, arial, "Microsoft YaHei";'>
        <div class="right">
                <span><u>复制代码</u></span>
</div>
        <p>
                代码如下:</p>
</div>
<div class="msgborder" id="phpcode8" style='margin: 0px auto 3px; padding: 0px 3px; outline: none; line-height: 25.2px; font-size: 14px; clear: both; border-right: 1px solid rgb(0, 153, 204); background: rgb(221, 237, 251); overflow: hidden; border-left: 1px solid rgb(0, 153, 204); word-break: break-all; border-bottom: 1px solid rgb(0, 153, 204); word-wrap: break-word; font-family: tahoma, arial, "Microsoft YaHei";'>
        DedeCMS Error Warning!&lt;/p&gt; &lt;p&gt;Technical Support: http://bbs.dedecms.com&lt;/p&gt; &lt;p&gt;Error page: /dede/&lt;/p&gt; &lt;p&gt;Error infos: DedeCms错误警告:连接数据库失败,,可能数据库密码不对或数据库服务器出错!</div>
<p style='margin: 0px; padding: 5px 0px; outline: none; font-size: 14px; line-height: 30px; font-family: tahoma, arial, "Microsoft YaHei";'>
         </p>
<p style='margin: 0px; padding: 5px 0px; outline: none; font-size: 14px; line-height: 30px; font-family: tahoma, arial, "Microsoft YaHei";'>
        下面分析一下DedeCMS Error Warning!提示信息修改方法:</p>
<p style='margin: 0px; padding: 5px 0px; outline: none; font-size: 14px; line-height: 30px; font-family: tahoma, arial, "Microsoft YaHei";'>
        有时候也许是服务器原因或者其他原因,在网站后台会出现dede系统报错,而有人不喜欢出现"DEDE"字样,想把它修改为自己的网站名称,其解决方法是找到.</p>
<p style='margin: 0px; padding: 5px 0px; outline: none; font-size: 14px; line-height: 30px; font-family: tahoma, arial, "Microsoft YaHei";'>
        include/dedesql.class.php大约549行位置进行修改;</p>
<p style='margin: 0px; padding: 5px 0px; outline: none; font-size: 14px; line-height: 30px; font-family: tahoma, arial, "Microsoft YaHei";'>
         </p>
<div class="msgheader" style='margin: 3px auto 0px; padding: 0px 3px; outline: none; line-height: 21.6px; clear: both; border-width: 1px; border-style: solid; border-color: rgb(0, 153, 204); background: rgb(246, 251, 255); overflow: hidden; font-family: tahoma, arial, "Microsoft YaHei";'>
        <div class="right">
                <span><u>复制代码</u></span>
</div>
        <p>
                代码如下:</p>
</div>
<div class="msgborder" id="phpcode9" style='margin: 0px auto 3px; padding: 0px 3px; outline: none; line-height: 25.2px; font-size: 14px; clear: both; border-right: 1px solid rgb(0, 153, 204); background: rgb(221, 237, 251); overflow: hidden; border-left: 1px solid rgb(0, 153, 204); word-break: break-all; border-bottom: 1px solid rgb(0, 153, 204); word-wrap: break-word; font-family: tahoma, arial, "Microsoft YaHei";'>
        <br>
        $emsg = '';<br>
        $emsg .= "&lt;div&gt;&lt;h3&gt;DedeCMS Error Warning!&lt;/h3&gt;\r\n";<br>
        $emsg .= "&lt;div&gt;&lt;a href='http://bbs.dedecms.com' target='_blank' style='color:red'&gt;Technical Support: http://bbs.dedecms.com&lt;/a&gt;&lt;/div&gt;";<br>
        $emsg .= "&lt;div style='line-helght:160%;font-size:14px;color:green'&gt;\r\n";<br>
        $emsg .= "&lt;div style='color:blue'&gt;<br>
        Error page: &lt;font color='red'&gt;".$this-&gt;GetCurUrl()."&lt;/font&gt;&lt;/div&gt;\r\n";<br>
        $emsg .= "&lt;div&gt;Error infos: {$msg}&lt;/div&gt;\r\n";<br>
        $emsg .= "<br>
        &lt;/div&gt;&lt;/div&gt;\r\n";<br><br>
        echo $emsg;</div>
<p>
        <br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>将上述提示信息修改为自己想要展现的即可。</span></p>
<p style='margin: 0px; padding: 5px 0px; outline: none; font-size: 14px; line-height: 30px; font-family: tahoma, arial, "Microsoft YaHei";'>
         </p>
<p style='margin: 0px; padding: 5px 0px; outline: none; font-size: 14px; line-height: 30px; font-family: tahoma, arial, "Microsoft YaHei";'>
        希望本文所述对大家的dedecms建站有所帮助。</p>
頁: [1]
查看完整版本: DedeCMS Error Warning!提示信息的修改方法