q352232141 发表于 2016-4-21 18:11:24

erp应用中的定时任务设置时弹出以下错误

本帖最后由 q352232141 于 2016-4-21 18:32 编辑


如图所示,一个小的版本升级都能报出如此错误?请大神看看是我操作问题还是你们的问题,谢谢!这个问题还比较急。

还有,发现个bug,设计报表后,点击保存有反应,点击发布无反应。

通达林河水 发表于 2016-4-27 10:21:18

检查下 MYOA\logs目录下 mysql_error.log php_error.log,看看是什么错误。

q352232141 发表于 2016-5-5 11:24:40


错误#1054: Unknown column 'update_cond' in 'field list'
SQL语句: update crscell.crs_timer set type='2', month='', day='', time='17:41:00', writer='admin,', last_exec_time='',
                  to_new='',to_update='on',update_cond='',update_vcond=''where id='102'
文件:/general/reportshop/design/report/save_timer.php

q352232141 发表于 2016-5-5 11:27:53

通达林河水 发表于 2016-4-27 10:21 static/image/common/back.gif
检查下 MYOA\logs目录下 mysql_error.log php_error.log,看看是什么错误。

crs_timer   表里缺了两个字段    'update_cond'   和 'update_vcond'
我从官网下载最新版本依然存在次问题,请及时解决。虽然我通过工具添加了两个字段,但是这两个字段是什么类型请告知,谢谢!!
这个应该属于软件bug,请尽快修正!

q352232141 发表于 2016-5-5 11:33:43


错误#1054: Unknown column 'update_vcond' in 'field list'
SQL语句: update crscell.crs_timer set type='2', month='', day='', time='17:41:00', writer='admin,', last_exec_time='',
                  to_new='',to_update='on',update_cond='',update_vcond=''where id='102'
文件:/general/reportshop/design/report/save_timer.php

q352232141 发表于 2016-5-6 11:47:44

通达林河水 发表于 2016-4-27 10:21 static/image/common/back.gif
检查下 MYOA\logs目录下 mysql_error.log php_error.log,看看是什么错误。

最近发现,报表定时任务功能不能正常执行

fofantasy 发表于 2016-5-12 14:25:31

update_cond 和 update_vcond 都是text类型,可以通过全新全装的2015版数据库查到

q352232141 发表于 2016-5-12 16:15:18

fofantasy 发表于 2016-5-12 14:25 static/image/common/back.gif
update_cond 和 update_vcond 都是text类型,可以通过全新全装的2015版数据库查到

谢谢你!2016版本确实是有了这两个字段。

otter222 发表于 2016-7-5 23:07:14

这两天才发现这个问题,更新到2015最后的更新,一样遇到erp应用无法使用定时,跳出来一样的信息,错误请联系管理员,告诉我save_timer.php有问题,请求协助

otter222 发表于 2016-7-6 10:05:20

mysql_error.log 里的信息如下


错误#1054: Unknown column 'update_cond' in 'field list'
SQL语句: insert into crscell.crs_timer(repid, type, month, day, time, writer, last_exec_time,to_new,to_update,update_cond,update_vcond)
                        values('352', '2', '', '', '08:25:20', '谢明峰,', '','','on','','')
文件:/general/reportshop/design/report/save_timer.php




页: [1] 2
查看完整版本: erp应用中的定时任务设置时弹出以下错误