에러가 납니다
- 01-08
- 5,040 회
- 1 건
얼마전에 제로보드 관련 서버 공격을 받아서 패치를 받으라고 하길래...
lib.php 와 제로보드 새로운 패치버전으로 패치를 했거든요
그 뒤로 채팅방에 접속하면 아래와 같은 에러가 납니다
Warning: fread(): Length parameter must be greater than 0. in /home/rica/public_html/rica4u_chat/list.php on line 14
Warning: fread(): Length parameter must be greater than 0. in /home/rica/public_html/rica4u_chat/list.php on line 15
list.php 14,15 줄은 아래와 같구요
if(file_exists('_headtag.php')) { $fn = fopen('_headtag.php', 'r'); $headtag = fread($fn, filesize('_headtag.php')); fclose($fn);}
if(file_exists('_tailtag.php')) { $fn = fopen('_tailtag.php', 'r'); $tailtag = fread($fn, filesize('_tailtag.php')); fclose($fn);}
그리고 방에 들어가면 아래와 같은 에러가 뜹니다
Warning: fread(): Length parameter must be greater than 0. in /home/rica/public_html/rica4u_chat/room.php on line 31
Warning: fread(): Length parameter must be greater than 0. in /home/rica/public_html/rica4u_chat/room.php on line 32
채팅방 주소는 아래와 같습니다
<A HREF="http://rica4u.net/rica4u_chat/list.php" TARGET="_blank" rel="nofollow">http://rica4u.net/rica4u_chat/list.php</A>
참고로 php 는 하나도 모르는 초보입니다
도와주세요
lib.php 와 제로보드 새로운 패치버전으로 패치를 했거든요
그 뒤로 채팅방에 접속하면 아래와 같은 에러가 납니다
Warning: fread(): Length parameter must be greater than 0. in /home/rica/public_html/rica4u_chat/list.php on line 14
Warning: fread(): Length parameter must be greater than 0. in /home/rica/public_html/rica4u_chat/list.php on line 15
list.php 14,15 줄은 아래와 같구요
if(file_exists('_headtag.php')) { $fn = fopen('_headtag.php', 'r'); $headtag = fread($fn, filesize('_headtag.php')); fclose($fn);}
if(file_exists('_tailtag.php')) { $fn = fopen('_tailtag.php', 'r'); $tailtag = fread($fn, filesize('_tailtag.php')); fclose($fn);}
그리고 방에 들어가면 아래와 같은 에러가 뜹니다
Warning: fread(): Length parameter must be greater than 0. in /home/rica/public_html/rica4u_chat/room.php on line 31
Warning: fread(): Length parameter must be greater than 0. in /home/rica/public_html/rica4u_chat/room.php on line 32
채팅방 주소는 아래와 같습니다
<A HREF="http://rica4u.net/rica4u_chat/list.php" TARGET="_blank" rel="nofollow">http://rica4u.net/rica4u_chat/list.php</A>
참고로 php 는 하나도 모르는 초보입니다
도와주세요