打开 \include\arc.archives.class.php 文件
首先查找:第839行,
上一篇:mlink=′view.php?aid='.preRow['id']; 下一篇:mlink='view.php?aid=′.nextRow['id'];
修改前:
this->PreNext['pre'] = "上一篇:<a href='mlink'>{KaTeX parse error: Expected 'EOF', got '}' at position 16: preRow['title']}</a> ";
修改为:
this->PreNext['prewap'] = "上一篇:<a href='{KaTeX parse error: Expected 'EOF', got '}' at position 13: preRow['id']}.html'>{preRow['title']} ";
修改前:
this−>PreNext[ ′next ′ ]="下一篇:<a href='mlink'>{KaTeX parse error: Expected 'EOF', got '}' at position 17: nextRow['title']}</a>";
修改为:
this->PreNext['nextwap']="下一篇:<a href='{KaTeX parse error: Expected 'EOF', got '}' at position 14: nextRow['id']}.html'>{nextRow[‘title’]} ";