壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2924|回复: 2

webERP 4.04 安装后修改语言,出现以下错误,求教

[复制链接]
发表于 2011/9/3 21:42:58 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
Warning: fread() [function.fread]: Length parameter must be greater than 0 in F:\web_server\htdocs\reg\1\webERP\includes\php-gettext\streams.php on line 113

每次都这样

streams.php 113行

function FileReader($filename) {
    if (file_exists($filename)) {
      $this->_length=filesize($filename);
      $this->_pos = 0;
      $this->_fd = fopen($filename,'rb');
      if (!$this->_fd) {
        $this->error = 3; // Cannot read file, probably permissions
        return false;
      }
    } else {
      $this->error = 2; // File doesn't exist
      return false;
    }
  }
  function read($bytes) {
    if ($bytes) {
      fseek($this->_fd, $this->_pos);
      // PHP 5.1.1 does not read more than 8192 bytes in one fread()
      // the discussions at PHP Bugs suggest it's the intended behaviour
      $data = '';
      while ($bytes > 0) {
        $chunk  = fread($this->_fd, $bytes);  //113行
        $data  .= $chunk;
        $bytes -= mb_strlen($chunk);
      }
      $this->_pos = ftell($this->_fd);
      return $data;
    } else return '';
  }
发表于 2011/9/4 11:31:13 | 显示全部楼层
您可以看看这个帖子 webERP 4.xx 安装
发表于 2011/9/4 11:31:51 | 显示全部楼层
tj198 发表于 2011/9/4 11:31
您可以看看这个帖子 webERP 4.xx 安装

连接:http://www.minghao.hk/bbs/read.php?tid=1054
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/29 17:26 , Processed in 0.014186 second(s), 14 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表