已解决 BUG里的提交的截图查看不了

提交的BUG有截图,刚提交查看是可以查看得了,然后因为禅道的机子更改了IP,再次登录后,就发现有些BUG的

截图显示为空白,有的截图则可以查看到,这是为什么呢

禅道版本 8.2.4 Windows安装包
操作系统 Windows XP
客户端浏览器 Chrome

提问者:悬赏:5 日期: 2016-07-05 16:13:44 答案:1 点击:3423

获取技术支持

QQ: 电话:
设置备注
答案列表
2016/07/05
zentao/config/my.php 中debug的值改成true  重新操作一下 看日志文件(zentao/tmp/log/php开头的今天的文件)有什么报错。
2016/12/20
<?php
die();
?>

02:10:01 mkdir(): Permission denied in /Users/linsylar/work/zentaopms/module/file/model.php on line 247 when visiting file-ajaxPasteImage-5858220e9d7de

02:10:01 touch(): Unable to create file /Users/linsylar/work/zentaopms/www/data/upload/1/201612/index.html because No such file or directory in /Users/linsylar/work/zentaopms/module/file/model.php on line 248 when visiting file-ajaxPasteImage-5858220e9d7de

02:10:01 file_put_contents(/Users/linsylar/work/zentaopms/www/data/upload/1/201612/20021001036347f8.png): failed to open stream: No such file or directory in /Users/linsylar/work/zentaopms/module/file/model.php on line 338 when visiting file-ajaxPasteImage-5858220e9d7de

02:10:01 ERROR: The modulename 'data/upload/1/201612/20021001036347f8' illegal. in /Users/linsylar/work/zentaopms/framework/base/router.class.php on line 1220, last called by /Users/linsylar/work/zentaopms/framework/base/router.class.php on line 1348 through function setModuleName.
in /Users/linsylar/work/zentaopms/framework/base/router.class.php on line 1918 when visiting data/upload/1/201612/20021001036347f8

02:14:03 file_put_contents(/Users/linsylar/work/zentaopms/tmp/model/misc.php): failed to open stream: Permission denied in /Users/linsylar/work/zentaopms/framework/base/helper.class.php on line 291 when visiting misc-ping
2016/12/20
你好,请问这是什么问题呢,最新的禅道8.4.1
2016/12/20
解决了,权限问题,直接到禅道目录 chmod -R 777 *就解决了