MyBB 内部错误
MyBB 遇到了一个内部错误并且无法再继续运行.
- 错误类型:
- 警告 (2)
- 错误信息:
- file_get_contents(./uploads/200907/post_126_1247927508_84e6dc6dd7544f618fa99a74072d4c1b.attach) [function.file-get-contents]: failed to open stream: No such file or directory
- 位置:
- 文件: attachment.php
行: 133 - 代码:
130. header("Content-type: {$attachment['filetype']}");
131. header("Content-length: {$attachment['filesize']}");
132. header("Content-range: bytes=0-".($attachment['filesize']-1)."/".$attachment['filesize']);
133. echo file_get_contents($mybb->settings['uploadspath']."/".$attachment['attachname']);
134. }
135. ?>- 回溯:
文件 行号 函数 /inc/class_error.php 171 errorhandler->output_error [PHP] errorhandler->error /attachment.php 133 file_get_contents