聯系官方銷售客服
1835022288
028-61286886
請教各位老師,我的評論插件在PC端一切正常。但在移動端不能用,打開內容頁面時就報錯,折騰了幾天了,還沒眉目,錯誤信息如下:
評論調用函數返回錯誤:<!DOCTYPE html><html lang="zh-cn"><head><meta charset="utf-8"><title>系統錯誤</title><style>div.logo height:200px;
width:155px; display:
inline-block; opacity:0.08;position:absolute; top:2rem;left:50%; margin-left:
-73px; ) body( height:
100%; background:
#fafafa; font-family:
"Helvetica Neue", Helvetica,Arial, sans-serif; color:
#777; font-weight:300;
h1 font-weight:lighter;
letter-spacing:0.8; font-size:
3rem; margin-top:
0; margin-bottom:
0; color:#222; .wrap
max-width:1024px;
margin: 5rem auto; padding:2rem; background: #fff;
text-align:center; border:1pxsolid #efefef; border-radius:
0.5rem; position:
relative; ) pre
f white-space:normal;
marqin-top:1.5rem; code
確定
來自m.chldg.com的網頁顯示:
background:#fff; text-align:
center; border:1px solid #efefef;border-radius:0.5rem; position:
relative; ) pre( white-space:
normal; margin-top:1.5rem; )
code background:
#fafafa; border:1px solid
#efefef; padding:0.5rem 1rem;
border-radius:5px; display:
block; ) pí margin-top:
1.5rem; ) .footer( margin-
top:2rem; border-top:1px solid
#efefef; padding:1em 2em 0 2em;font-size:85%; color:#999; )
a:active, a:link, a:visited
color:#dd4814; x/style></
head><body><div class="wrap"><p>您的系統遇到了故障,請聯系管理員處理</p></div></body></html>
確定
插件版權:第三方插件
插件名稱:內容評論插件。
最好問下第三方作者
截圖系統日志,這樣的!打開里面的提示。
老師好,這也看不出毛病啊。
回復@lvwucheng 重復js了,刪除上面的試試
回復@lvwucheng 提示非法請求,試試在提交地址加上手機終端目錄
回復@lvwucheng

正常手機站的評論提交地址是這樣的
檢測你的 /mobile/index.php 是不是這樣
<?php
/**
* Cms 移動端入口程序
*/
define('IS_MOBILE', 1);
define('FIX_WEB_DIR', 'mobile');
// 執行主程序
require '../index.php';
手機端的評論提交問題莫名其妙的解決了,可以正常提交了,現在也沒有找到原因和解決問題的辦法。謝謝樓上各位老師的熱心幫忙,非常感激! ??
回復@lvwucheng
升級了?