<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[확장자 추가]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/6106</link>
		<description><![CDATA[<p>검색해서 KBFileHandler.class.php 여기에다가</p>

<p>확장자 avi랑 mp4를 추가하였습니다.</p>

<p>그런 후 해당 동영상 파일은 잘 올라가더군요</p>

<p>그런데 파일을 다운로드하려고 클릭하면 이와 같이 오류가 뜹니다</p>

<p>왜그런가요?</p>

<p><strong style="line-height:1.6em;">Fatal error</strong><span style="line-height:1.6em;">: Call to undefined function finfo_open() in </span><strong style="line-height:1.6em;">/home/hosting_users/no5_read/www/wp-content/plugins/kboard/helper/Functions.helper.php</strong><span style="line-height:1.6em;"> on line </span><strong style="line-height:1.6em;">136</strong></p>

<p> </p>

<p><strong style="line-height:1.6em;">도움바래요</strong></p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[해당 파일의 136 라인은 $finfo = finfo_open(FILEINFO_MIME); 이 코드 입니다.

finfo_open() 함수는 P...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/6116</link>
			<description><![CDATA[<p>해당 파일의 136 라인은 $finfo = finfo_open(FILEINFO_MIME); 이 코드 입니다.</p>

<p>finfo_open() 함수는 PHP 5.3이상에서 동작하고 있습니다.</p>

<p>그 이전에 mime_content_type() 함수등이 있으면 해당 함수로 mime_type을 체크하고 있습니다.</p>

<p>서버 관리자에게 PHP의 finfo_open() 함수 또는 mime_content_type() 함수를 사용할 수 없어서 오류가 발생하고 있다고 도움을 청해보세요.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Thu, 23 Jul 2015 13:26:00 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>