搜索结果
11:58:45 error: sqlstate hy000 : general error: 1191 can t find fulltex
t index matching the column list&l
t p> the sql is: selec
t 1 match title agains
t 123 in boolean mode 0.6 match conten
t agains
t 123 in boolean mode as score from epssearchindex where match title conten
t agains
t 123 in boolean mode > 1 or title like 123 or conten
t like 123 and status normal and addeddate < 2017-10-16 11:58:45 order by score desc editeddate desc < /p&g
t in lib/base/dao/dao.class.php on line 1319 last called by lib/base/dao/dao.class.php on line 718 through function sqlerror.in  framework/base/router.class.php  on line  2194  when visiting  /index.php?words 123& m search& f index 该从哪里入
2020-11-23
install.php 200 body 为空已解决
首次安装,环境:centos8.2 nginx 1.14.1 php-fpm 7.2.24 ,ioncube  按提示安装成功。网站域名:http://www.gupiaogs.store php  信息:  http://www.gupiaogs.store/test.php php-fpm  日志:    www.gupiaogs.store.log 23/nov/2020:00:18:43 0800 get /install.php http/1.1 200 22 - mozilla/5.0 windows nt 10.0 win64 x64 applewebkit/537.36 khtml like gecko chrome/86.0.4240.111 safari/537.36 - - 23/nov/2020:00:19:19 0800 get /install.php http/1.1 200 22 - mozilla/5.0 windows nt 10.0 win64 x64 applewebkit/537.36 khtml like gecko chrome/86.0.4240.111 safari/537.36   - - 23/nov/2020:00:19:42 0800 get /install.php http/1.1 200 24 - mozilla/5.0 windows nt 10.0 win64 x64 applewebkit/537.36 khtml like gecko chrome/86.0.4240.111 safari/537.36   - - 23/nov/2020:00:19:54 0800 get /install.php http/1.1 200 30 - mozilla/5.0
2020-11-16
蝉知一键安装包里安装禅道和zdoo
蝉知基础版6.4 版本开始,升级了windows 一键安装包,增强程序安全,优化界面和增加运行控制面板功能。新windows 一键安装包的安全级别升级,禁用了php 解析。因此,想在蝉知windows 一键安装包里同时安装禅道项目管理软件、然之协同办公软件或第三方软件时,需要在配置上做一些修
2018-10-29
图片无法加载
出现如下错误提示error :0 url : /file.php?f 201810 /fd5b966f1bfa0f30d09e5cea
2018-04-02
如何找到要修改的文件
要想对蝉知进行修改,就必须知道对应的代码在什么地方。在了解了蝉知的目录结构之后,我们来看下蝉知的请求是如何对应到代码的。一、control 方法的定位control 方法是每一个页面的入口,顺藤摸瓜,让我们先来看个例子:article-browse-1.html 或者是/?m article& f browse& category 1& t html 。这里面有什么玄机呢?
2018-02-28
为什么在有的服务器上禅道、蝉知、然之安装会报错? 之理解mysql 的sqlmode
最近用蝉知的cms 建站比较多感觉蛮顺手的但在给客户安装的时候却会出现安装报错其原因也很简单查看了一下他们的install.sql 文件中有些时间字段的默认值是0000-00-00 00:00:00 ... 额我个人习惯将时间值存int 类型这样程序处理上还有查询计算上会方便一些可能他们为了在看数据库的时候方便一
2016-09-29
常见问题
1 、蝉知密码加密逻辑是什么?蝉知密码的加密逻辑是网页生成工具md5 md5 password . accoun
t 如果有数据库操作权限,忘记密码时可以使用此算法修改密码epsuser 表的password 字段。执行sql :update epsuser set password md5 conca
t md5 123456 accoun
t where accoun
t admin 会把admin 用户密码重置为123456 。2 、重装蝉知系统怎么操作?config/my.php 把install 设成
2016-08-12
之前没注意错误日志,今天安装了听云后被这个报警警告了太多次
https://blog.hainuo.info/index.php?m article& f view& t xml& id 120 这个地址具体是怎么回事,我不太清楚,想知道这里是不是有严重错误。感觉这是搜索引擎访问的一个我的地址错误如下this page contains the following errors: error on line 49 at column 73: opening and ending tag mismatch: link line 0 and head below is a rendering of the page up to the firs
t error.
2016-07-19
蝉知后台首页如何自定义快捷入口
2016-07-11
蝉知系统忘记后台管理员密码怎么办?
经常有马虎的站长咨询忘记管理员密码怎么办,不用急,这个问题很简单,首先我们来了解下蝉知系统的加密原理:md5 md5 password . accoun
t 即蝉知进行了两次md5 加密才得到最终的加密值,用户设置密码时,蝉知先将密码值进行第一次md5 加密得到一个密码字符串值,然后将这个字符