<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>KFM forum &#187; Recent Posts</title>
		<link>http://forum.kfm.verens.com/</link>
		<description>Kae&#039;s File Manager</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Sep 2010 14:59:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.kfm.verens.com/search.php</link>
		</textInput>
		<atom:link href="http://forum.kfm.verens.com/rss.php" rel="self" type="application/rss+xml" />

		<item>
			<title>lxp on "[Patch] Allow setting $kfm_db_prefix in api/config.php"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=531#post-2321</link>
			<pubDate>Thu, 09 Sep 2010 14:17:15 +0000</pubDate>
			<dc:creator>lxp</dc:creator>
			<guid isPermaLink="false">2321@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;The $kfm_db_prefix can't be overridden in api/config.php because the KFM_DB_PREFIX constant is set before api/config.php inclusion.&#60;/p&#62;
&#60;p&#62;kfm-r1038-db_prefix.patch&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
Index: trunk/initialise.php&#60;br /&#62;
===================================================================&#60;br /&#62;
--- trunk/initialise.php	(Revision 1038)&#60;br /&#62;
+++ trunk/initialise.php	(Arbeitskopie)&#60;br /&#62;
@@ -69,9 +69,6 @@&#60;br /&#62;
 	}&#60;br /&#62;
 }&#60;br /&#62;
 // }&#60;br /&#62;
-// { defines&#60;br /&#62;
-define('KFM_DB_PREFIX', $kfm_db_prefix);&#60;br /&#62;
-// }&#60;br /&#62;
 // { variables&#60;br /&#62;
 // structure&#60;br /&#62;
 $kfm-&#38;gt;defaultSetting('kfm_url','');&#60;br /&#62;
@@ -148,6 +145,9 @@&#60;br /&#62;
 if (file_exists(KFM_BASE_PATH.'api/cms_hooks.php')) require KFM_BASE_PATH.'api/cms_hooks.php';&#60;br /&#62;
 else require KFM_BASE_PATH.'api/cms_hooks.php.dist';&#60;br /&#62;
 // }&#60;br /&#62;
+// { defines&#60;br /&#62;
+define('KFM_DB_PREFIX', $kfm_db_prefix);&#60;br /&#62;
+// }&#60;br /&#62;
 $rootdir = (strpos($kfm_userfiles_address, './')===0 &#124;&#124; strpos($kfm_userfiles_address, '../')===0) ?KFM_BASE_PATH.$kfm_userfiles_address:$kfm_userfiles_address.'/';&#60;/p&#62;
&#60;p&#62; if (!is_dir($rootdir))mkdir($rootdir, 0755, true);&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zeroborg on "KFM Security"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=525#post-2320</link>
			<pubDate>Thu, 09 Sep 2010 06:24:24 +0000</pubDate>
			<dc:creator>zeroborg</dc:creator>
			<guid isPermaLink="false">2320@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;I had it working already. Thanx anyway!!! :)&#60;br /&#62;
I should have post that i solve it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kae on "Problem with ckeditor and return_url"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=530#post-2319</link>
			<pubDate>Wed, 08 Sep 2010 13:01:39 +0000</pubDate>
			<dc:creator>kae</dc:creator>
			<guid isPermaLink="false">2319@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;you could try using the Apache proxy extension, which lets you run two separate web servers as if they are one - basically, the PHP and JSP files would appear to come from the same server, hence no cross-domain problems.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johniem on "Problem with ckeditor and return_url"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=530#post-2318</link>
			<pubDate>Wed, 08 Sep 2010 12:57:48 +0000</pubDate>
			<dc:creator>johniem</dc:creator>
			<guid isPermaLink="false">2318@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;I fixed it..&#60;br /&#62;
I tried to call KFM from another domain so that was an access violation.&#60;br /&#62;
I have a jsp web site so i can't run it there.&#60;br /&#62;
I create a php file in the same domain , which is in another port where the access violation problem occurs, and create ckeditor with kfm in there.&#60;br /&#62;
So when i call the ckeditor from my jsp, i open it in a seperate window calling the php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johniem on "Problem with ckeditor and return_url"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=530#post-2317</link>
			<pubDate>Wed, 08 Sep 2010 10:55:35 +0000</pubDate>
			<dc:creator>johniem</dc:creator>
			<guid isPermaLink="false">2317@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;I'm trying to integrate KFM with ckeditor but when i'm double clicking on the image that i want to pass in the editor, i get an error &#34;permision denied for &#38;lt;http://localhost&#38;gt; to get property Window.SetUrl from &#38;lt;http://localhost:8091&#38;gt;&#34; in firebug on this line of code in plugin.js of return_url&#60;/p&#62;
&#60;p&#62;window.SetUrl=function(file_url,b,c,caption){if(window.opener.SetUrl)return window.opener.SetUrl(file_url,b,c,caption);if(window.opener.CKEDITOR){var funcnum=document.location.toString().replace(/.*CKEditorFuncNum=([0-9]*)[^0-9].*/,'$1');window.opener.CKEDITOR.tools.callFunction(funcnum,file_url);}} &#60;/p&#62;
&#60;p&#62;I have set&#60;br /&#62;
$kfm-&#38;gt;addAssociation('return_url','all');&#60;/p&#62;
&#60;p&#62;in the configuration.php and try to associate the extensions with return_url, through the admin panel but still the same. So i guess is a problem with the plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Space-Pirate on "KFM does not work if you have safe_mode enabled"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=529#post-2316</link>
			<pubDate>Fri, 03 Sep 2010 07:04:48 +0000</pubDate>
			<dc:creator>Space-Pirate</dc:creator>
			<guid isPermaLink="false">2316@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;Thank's for your response.&#60;/p&#62;
&#60;p&#62;The phpinfo say that &#34;safe_mode&#34; is turning off.&#60;/p&#62;
&#60;p&#62;I have clear my browser's cache, but always the same message on /kfm/ and /kfm/admin/ directory.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kae on "KFM does not work if you have safe_mode enabled"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=529#post-2315</link>
			<pubDate>Thu, 02 Sep 2010 16:07:39 +0000</pubDate>
			<dc:creator>kae</dc:creator>
			<guid isPermaLink="false">2315@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;did you restart the web server?&#60;/p&#62;
&#60;p&#62;create a file named test.php containing just this:&#60;br /&#62;
&#38;lt;?php phpinfo(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;when you view that in a browser and search for &#34;safe_mode&#34;, what does it say?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Space-Pirate on "KFM does not work if you have safe_mode enabled"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=529#post-2314</link>
			<pubDate>Thu, 02 Sep 2010 08:34:22 +0000</pubDate>
			<dc:creator>Space-Pirate</dc:creator>
			<guid isPermaLink="false">2314@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;Hello, first thank you for this excellent tool, and i'm sorry for my poor english language(i'm french).&#60;/p&#62;
&#60;p&#62;But i have a little problem: &#60;/p&#62;
&#60;p&#62;I have this message even though i change the value of the safe_mode: &#60;/p&#62;
&#60;p&#62;&#34;KFM does not work if you have safe_mode enabled. This is not a bug - please see PHP.net's safe_mode page for details&#34;&#60;/p&#62;
&#60;p&#62;It's on an installation of KFM as a plugin for FCKeditor also serving as a plugin for net2ftp.&#60;/p&#62;
&#60;p&#62;Can you explain how to solve this problem.&#60;/p&#62;
&#60;p&#62;Thank's for advance.&#60;/p&#62;
&#60;p&#62;Space-Pirate.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markolexus on "Can&#039;t download any files"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=528#post-2313</link>
			<pubDate>Tue, 31 Aug 2010 20:28:46 +0000</pubDate>
			<dc:creator>markolexus</dc:creator>
			<guid isPermaLink="false">2313@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;Hi folk,&#60;br /&#62;
Installed KFM with blt theme - and is looking good.  Except there was some error Alert whenever a file was double clicked.   And there was no rt click download button.  Seems I had download plugin ticked in Admin panel.  Untick that and download appears on rt click.&#60;br /&#62;
Both in Firefox and IE8 I cannot download anything.  Which defeats the point really.&#60;br /&#62;
Is it that the browser cannot find the files?  well I have $kfm_userfiles_address = './userfiles'; in configuration.php&#60;/p&#62;
&#60;p&#62;So I've no idea.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kae on "Directories do not display"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=314#post-2312</link>
			<pubDate>Wed, 25 Aug 2010 18:23:00 +0000</pubDate>
			<dc:creator>kae</dc:creator>
			<guid isPermaLink="false">2312@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;which .htaccess file?&#60;/p&#62;
&#60;p&#62;that's not in the KFM .htaccess file.&#60;br /&#62;
&#60;a href=&#34;http://code.google.com/p/kfm/source/browse/trunk/trunk/.htaccess&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/kfm/source/browse/trunk/trunk/.htaccess&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fatheads on "Directories do not display"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=314#post-2311</link>
			<pubDate>Wed, 25 Aug 2010 11:39:23 +0000</pubDate>
			<dc:creator>fatheads</dc:creator>
			<guid isPermaLink="false">2311@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;Solved it!&#60;/p&#62;
&#60;p&#62;I removed the following line from the .htaccess file&#60;/p&#62;
&#60;p&#62;RewriteRule ^(.*)index.php$ &#60;a href=&#34;http://www.mywebsite.co.uk/$1&#34; rel=&#34;nofollow&#34;&#62;http://www.mywebsite.co.uk/$1&#60;/a&#62; [R=301,L]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fatheads on "Directories do not display"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=314#post-2310</link>
			<pubDate>Wed, 25 Aug 2010 10:48:26 +0000</pubDate>
			<dc:creator>fatheads</dc:creator>
			<guid isPermaLink="false">2310@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;I am having the same issue here with 1.4.7. It has been working fine and then this morning when I open the KFM manager the directories box does not open to display the root or any folders and there is no browse/upload option.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kae on "tiny_mce integration path issue"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=527#post-2309</link>
			<pubDate>Sat, 21 Aug 2010 12:11:06 +0000</pubDate>
			<dc:creator>kae</dc:creator>
			<guid isPermaLink="false">2309@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;sorry, no&#60;/p&#62;
&#60;p&#62;TinyMCE is included only for editing HTML files. KFM is not intended to be a site editor, so naturally not everything would work perfectly when used for anything other than file management.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kae on "KFM Security"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=525#post-2308</link>
			<pubDate>Sat, 21 Aug 2010 10:57:11 +0000</pubDate>
			<dc:creator>kae</dc:creator>
			<guid isPermaLink="false">2308@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;KFM uses sessions already, so what you're seeing is probably an error caused by trying to start the session twice. remove you session_start() and it should work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tpubcom on "tiny_mce integration path issue"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=527#post-2306</link>
			<pubDate>Sat, 24 Jul 2010 03:51:26 +0000</pubDate>
			<dc:creator>tpubcom</dc:creator>
			<guid isPermaLink="false">2306@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;forgot to mention that this is only when using Tiny_MCE.  Everything else works great.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tpubcom on "tiny_mce integration path issue"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=527#post-2305</link>
			<pubDate>Sat, 24 Jul 2010 03:50:26 +0000</pubDate>
			<dc:creator>tpubcom</dc:creator>
			<guid isPermaLink="false">2305@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;The KFM software works great, but when I try to edit a html file the image has to have a forward / in the path or it won't display.&#60;/p&#62;
&#60;p&#62;i.e.&#60;/p&#62;
&#60;p&#62;img src=&#34;/image.jpg&#34; Works&#60;br /&#62;
img src=&#34;image.jpg&#34; Doesn't work&#60;/p&#62;
&#60;p&#62;Is there a fix for this?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JosdeNijs on "Specificy directory in standalone KFM"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=522#post-2304</link>
			<pubDate>Sun, 18 Jul 2010 15:35:35 +0000</pubDate>
			<dc:creator>JosdeNijs</dc:creator>
			<guid isPermaLink="false">2304@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;No reactions so far ?&#60;/p&#62;
&#60;p&#62;Guess I'm the only one with this ? Or is the solution so obvious that nobody answers?&#60;/p&#62;
&#60;p&#62;Jos
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saidbakr on "Where is kfm.verens.com?"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=526#post-2303</link>
			<pubDate>Mon, 12 Jul 2010 22:50:24 +0000</pubDate>
			<dc:creator>saidbakr</dc:creator>
			<guid isPermaLink="false">2303@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Today I tried to visit &#60;a href=&#34;http://kfm.verens.com/&#34; rel=&#34;nofollow&#34;&#62;http://kfm.verens.com/&#60;/a&#62; and the following message is displayed:&#60;/p&#62;
&#60;p&#62;&#34; no locale info for &#34;en&#34; &#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zeroborg on "KFM Security"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=525#post-2302</link>
			<pubDate>Mon, 12 Jul 2010 09:07:16 +0000</pubDate>
			<dc:creator>zeroborg</dc:creator>
			<guid isPermaLink="false">2302@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;Hi all...&#60;/p&#62;
&#60;p&#62;I try to secure the KFM through session.&#60;br /&#62;
So i insert this code to config.php (at kfm/api folder)&#60;br /&#62;
============================&#60;br /&#62;
session_start();&#60;/p&#62;
&#60;p&#62;if(($_SESSION['admin'])!=1)&#60;br /&#62;
{&#60;br /&#62;
  header(&#34;Location:/admin/&#34;);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;============================&#60;br /&#62;
This is just to check a session variable.&#60;br /&#62;
It works, BUT.... When i upload a file, i get a lot of ALERT messages from the browser (the filename, the size of it, the dates etc).&#60;/p&#62;
&#60;p&#62;Anyone with a hint about it?&#60;br /&#62;
Thank you in advance&#60;/p&#62;
&#60;p&#62;Zero.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dleffler on "1.4.x no thumbs, no images, etc..."</title>
			<link>http://forum.kfm.verens.com/topic.php?id=524#post-2301</link>
			<pubDate>Fri, 09 Jul 2010 01:56:18 +0000</pubDate>
			<dc:creator>dleffler</dc:creator>
			<guid isPermaLink="false">2301@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;Though it returns files correctly, I've been unable to display thumbs or images (crop, slideshow, view, etc...).  ImageMagik is installed on a DreamHost server.  I've had this problem even as far back as 1.3.x
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saidbakr on "When 1.4.8?"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=523#post-2298</link>
			<pubDate>Tue, 06 Jul 2010 20:18:08 +0000</pubDate>
			<dc:creator>saidbakr</dc:creator>
			<guid isPermaLink="false">2298@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;When the next release 1.4.8 will be available? I wait it to solve the common issues related to thumbs and file uploads.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clairehutchins on "Thumbs are not displayed!"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=517#post-2297</link>
			<pubDate>Fri, 02 Jul 2010 02:51:49 +0000</pubDate>
			<dc:creator>clairehutchins</dc:creator>
			<guid isPermaLink="false">2297@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;OK, i have the same problem, looking into $kfm_userfiles_output now
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Keneth on "Internal Server Error / freezing on &#34;Please Wait  - loading&#34;"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=470#post-2296</link>
			<pubDate>Thu, 01 Jul 2010 16:18:56 +0000</pubDate>
			<dc:creator>Keneth</dc:creator>
			<guid isPermaLink="false">2296@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;I've installed the 1.4.7 version of KFM, and i have another error with FireBug.&#60;/p&#62;
&#60;p&#62;With another server who has PHP 5.2.10, it works well, but not on this... :(&#60;/p&#62;
&#60;p&#62;GET can-minify 500 Internal Server Error&#60;/p&#62;
&#60;p&#62;Host: &#60;a href=&#34;http://www.lespaysages.ch&#34; rel=&#34;nofollow&#34;&#62;http://www.lespaysages.ch&#60;/a&#62;&#60;br /&#62;
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6&#60;br /&#62;
Accept: */*&#60;br /&#62;
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3&#60;br /&#62;
Accept-Encoding: gzip,deflate&#60;br /&#62;
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7&#60;br /&#62;
Keep-Alive: 30&#60;br /&#62;
Connection: keep-alive&#60;br /&#62;
Referer: &#60;a href=&#34;http://www.lespaysages.ch/admin//ckeditor/plugins/kfm/?CKEditor=editor&#38;amp;CKEditorFuncNum=1&#38;amp;langCode=fr&#34; rel=&#34;nofollow&#34;&#62;http://www.lespaysages.ch/admin//ckeditor/plugins/kfm/?CKEditor=editor&#38;amp;CKEditorFuncNum=1&#38;amp;langCode=fr&#60;/a&#62;&#60;br /&#62;
Cookie: PHPSESSID=q2rju6lo8ofo3de5l9hrn8s2k6; kfm_cookie=c4ca4238a0b923820dcc509a6f75849b&#60;br /&#62;
Cache-Control: max-age=0&#60;/p&#62;
&#60;p&#62;Date: Thu, 01 Jul 2010 16:08:28 GMT&#60;br /&#62;
Server: Apache/2.2.3 (CentOS)&#60;br /&#62;
X-Powered-By: PHP/5.2.13&#60;br /&#62;
Vary: Accept-Encoding&#60;br /&#62;
Content-Encoding: gzip&#60;br /&#62;
Content-Length: 20&#60;br /&#62;
Connection: close&#60;br /&#62;
Content-Type: text/html&#60;/p&#62;
&#60;p&#62;Could someone help me for this problem ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Keneth on "Internal Server Error / freezing on &#34;Please Wait  - loading&#34;"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=470#post-2295</link>
			<pubDate>Thu, 01 Jul 2010 15:01:23 +0000</pubDate>
			<dc:creator>Keneth</dc:creator>
			<guid isPermaLink="false">2295@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;With FireBug i see that :&#60;/p&#62;
&#60;p&#62;GET all.php 500 Internal Server Erro&#60;/p&#62;
&#60;p&#62;Date: Thu, 01 Jul 2010 14:59:09 GMT&#60;br /&#62;
Server: Apache/2.2.3 (CentOS)&#60;br /&#62;
X-Powered-By: PHP/5.2.13&#60;br /&#62;
Vary: Accept-Encoding&#60;br /&#62;
Content-Encoding: gzip&#60;br /&#62;
Content-Length: 20&#60;br /&#62;
Connection: close&#60;br /&#62;
Content-Type: text/html&#60;/p&#62;
&#60;p&#62;If this can help..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Keneth on "Internal Server Error / freezing on &#34;Please Wait  - loading&#34;"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=470#post-2294</link>
			<pubDate>Thu, 01 Jul 2010 14:44:26 +0000</pubDate>
			<dc:creator>Keneth</dc:creator>
			<guid isPermaLink="false">2294@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;I have the same problem, KFM freezes with &#34;Please Wait - loading...&#34;, and i have read the thread, tested what it was said into... but nothing work...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JosdeNijs on "Specificy directory in standalone KFM"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=522#post-2293</link>
			<pubDate>Wed, 30 Jun 2010 21:58:41 +0000</pubDate>
			<dc:creator>JosdeNijs</dc:creator>
			<guid isPermaLink="false">2293@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I'm trying to get KFM working as a standalone file manager, and that just works fine. I used the javascript mentioned on HomePage KFM - Documentation - Using KFM as a standalone file browser - Clicked the demo hyperlink and then copied the content of the source&#60;/p&#62;
&#60;p&#62;After altering the source path to kfm it just worked !&#60;/p&#62;
&#60;p&#62;Now I'm trying to get KFM starting up in a specific folder Images/Cars. I don't want that to happen all the time, because on another page I'd like it to start in a specific folder called Images/Babes - or whatever :-))))&#60;/p&#62;
&#60;p&#62;I'm using this script:&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
function init(){&#60;br /&#62;
var els=document.getElementsByTagName('*');&#60;br /&#62;
var reg=/(^&#124; )kfm($&#124; )/;&#60;br /&#62;
for(i in els){&#60;br /&#62;
var el=els[i];&#60;br /&#62;
if(reg.test(el.className))el.onclick=function(){&#60;br /&#62;
window.SetUrl=(function(id){&#60;br /&#62;
return function(value){&#60;br /&#62;
value=value.replace(/[a-z]*:\/\/[^\/]*/,'');&#60;br /&#62;
document.getElementById(id).value=value;&#60;br /&#62;
}&#60;br /&#62;
})(this.id);&#60;br /&#62;
var kfm_url='/ckeditor/plugins/kfm/';&#60;br /&#62;
window.open(kfm_url,'kfm','modal,width=600,height=400');&#60;br /&#62;
}}}&#38;lt;/script&#38;gt;&#38;lt;/head&#38;gt;&#60;/p&#62;
&#60;p&#62;No I'm wondering if there is a way to provide a optional &#34;startup_root_folder&#34;. Been checking the forum for all this night, but didn't find it yet.&#60;/p&#62;
&#60;p&#62;Anyone had a solution ?&#60;/p&#62;
&#60;p&#62;Kind regards in advance.&#60;/p&#62;
&#60;p&#62;Jos de Nijs
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Keneth on "Safe_Mode off with htaccess"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=521#post-2292</link>
			<pubDate>Tue, 29 Jun 2010 09:45:02 +0000</pubDate>
			<dc:creator>Keneth</dc:creator>
			<guid isPermaLink="false">2292@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I installed the KFM on my server but he has the safe_mode on.&#60;/p&#62;
&#60;p&#62;I read on websites that i could disable the safe_mode with the htaccess file, but when i putted &#34;php_flag safe_mode on&#34; on the htaccess file of the KFM plugins folder, or on the main folder of my website, it didn't worked...&#60;/p&#62;
&#60;p&#62;Could you help me to disable the safe_mode with the htaccess file ? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Titus on "Path problem with kfm 1.4.5"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=464#post-2291</link>
			<pubDate>Fri, 25 Jun 2010 13:46:16 +0000</pubDate>
			<dc:creator>Titus</dc:creator>
			<guid isPermaLink="false">2291@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have the same probleme above with the version 1.4.7 of kfm with ckeditor 3.3.1.&#60;br /&#62;
I get /myfolder/mypic.jpg instead of myfolder/mypic.jpg.&#60;br /&#62;
I already read this and other posts for this problem, but i didn't get it to work.&#60;br /&#62;
If there has been a change since Version 1.4.5 why the problem still exists.&#60;br /&#62;
Perhaps you're able to help me.&#60;/p&#62;
&#60;p&#62;My config:&#60;/p&#62;


&#60;div class=&#34;bb_syntax&#34;&#62;&#60;div class=&#34;code&#34;&#62;&#60;pre class=&#34;php&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_db_type&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;'mysql'&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_db_prefix&#60;/span&#62;   &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;'kfm_'&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_db_host&#60;/span&#62;     &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;****;&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_db_name&#60;/span&#62;     &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;****;&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_db_username&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;****;&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_db_password&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;****;&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_db_port&#60;/span&#62;     &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;''&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$use_kfm_security&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #009900; font-weight: bold;&#34;&#62;false&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_userfiles_address&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;'myserverpath/media/'&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_userfiles_output&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;'/media/'&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_workdirectory&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;'.file'&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #666666; font-style: italic;&#34;&#62;#$kfm_imagemagick_path = '/usr/bin/convert';
&#60;/span&#62;&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_imagemagick_path&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;'/usr/bin/cnvert'&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_dont_send_metrics&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$kfm_server_hours_offset&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #cc66cc;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/pre&#62;&#60;/div&#62;&#60;/div&#62;


</description>
		</item>
		<item>
			<title>Michael on "KFM and CKEditor"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=512#post-2287</link>
			<pubDate>Tue, 22 Jun 2010 12:13:02 +0000</pubDate>
			<dc:creator>Michael</dc:creator>
			<guid isPermaLink="false">2287@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;I finally got this to work!&#60;/p&#62;
&#60;p&#62;The Net Panel in Firebug showed all calls to get.php as failing with status 503 - Service temporarily unavailable. I looked in the Dreamhost forums and found a couple of suggestions including a change to the .htaccess file (mod_security.c)&#60;/p&#62;
&#60;p&#62;Changing the .htaccess file did not work.&#60;/p&#62;
&#60;p&#62;Another suggestion was to do with the get.php name. The poster said that it is often denied access on hosts because it is frequently associated with intrusion attempts. So, I changed all occurrences of get.php (in the KFM folder and sub-folders) to tget.php, renamed get.php to tget.php and then uploaded everything to Dreamhost.&#60;/p&#62;
&#60;p&#62;Thumbnails now are showing!&#60;/p&#62;
&#60;p&#62;Of course this will cause me some pain as new versions of KFM are produced but at least I have it working.  I use Netbeans as my IDE and changing the get.php occurrences was a snap. The pain was the amount of time to upload everything (I did that rather than just the modified files). Perhaps next time I will just upload the changed files.&#60;/p&#62;
&#60;p&#62;Anyway, all is good.&#60;/p&#62;
&#60;p&#62;Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kae on "Thumbs are not displayed!"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=517#post-2286</link>
			<pubDate>Tue, 22 Jun 2010 10:38:43 +0000</pubDate>
			<dc:creator>kae</dc:creator>
			<guid isPermaLink="false">2286@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;what's your $kfm_userfiles_output set to in configuration.php? see configuration.dist.php for some possible values
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saidbakr on "Thumbs are not displayed!"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=517#post-2285</link>
			<pubDate>Sun, 20 Jun 2010 18:03:29 +0000</pubDate>
			<dc:creator>saidbakr</dc:creator>
			<guid isPermaLink="false">2285@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;By the way, I used Google Chrome's developer tools and I found that thumbs images src points to site/kfm/get.php?id=1&#38;amp;...&#60;/p&#62;
&#60;p&#62;I think that, if i could able to change this point, I will able to solve this problem but how?!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saidbakr on "Thumbs are not displayed!"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=517#post-2284</link>
			<pubDate>Sun, 20 Jun 2010 17:59:44 +0000</pubDate>
			<dc:creator>saidbakr</dc:creator>
			<guid isPermaLink="false">2284@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have version 1.4.7 of KFM installed on XAMPP for windows on a cakePHP application found on localhost/site/.&#60;/p&#62;
&#60;p&#62;Till this moment everything is well, but there is thumbs displayed on KFM browser. The thumbs images are already created on .files folder but the browser could not able to catch them.&#60;/p&#62;
&#60;p&#62;By the way the files are found in users_files/{username}/.files.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saidbakr on "Thumbnail not displayed"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=337#post-2283</link>
			<pubDate>Sun, 20 Jun 2010 17:50:28 +0000</pubDate>
			<dc:creator>saidbakr</dc:creator>
			<guid isPermaLink="false">2283@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;I have XAMPP on windows and the thumb is created in users_files/{username}/.files/thumbs.&#60;/p&#62;
&#60;p&#62;However, the thumb is not shown in the KFM browser.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saidbakr on "How to set up for Multiple Users - each with own User dir"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=487#post-2282</link>
			<pubDate>Sat, 19 Jun 2010 22:52:28 +0000</pubDate>
			<dc:creator>saidbakr</dc:creator>
			<guid isPermaLink="false">2282@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I use KFM from CakePHP application.&#60;br /&#62;
in api/config.php I used the following&#60;/p&#62;
&#60;p&#62;$kfm-&#38;gt;setting('user_root_folder', 'users_files/'+$session4kfm-&#38;gt;read('Auth.User.username'), true);&#60;/p&#62;
&#60;p&#62;but I could not able to have sub folder with the user name.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michael on "KFM and CKEditor"</title>
			<link>http://forum.kfm.verens.com/topic.php?id=512#post-2281</link>
			<pubDate>Fri, 18 Jun 2010 07:39:00 +0000</pubDate>
			<dc:creator>Michael</dc:creator>
			<guid isPermaLink="false">2281@http://forum.kfm.verens.com/</guid>
			<description>&#60;p&#62;No thumbnails - sigh!  &#60;/p&#62;
&#60;p&#62;I have updated to the most recent nightly, cleared the browser cache to no avail.&#60;/p&#62;
&#60;p&#62;There are no records in the kfm_files_images_thumbs  table.&#60;/p&#62;
&#60;p&#62;The image names appear and the statyus bar simply stays at &#34;Transferring data from...(my dev domain)&#34;&#60;/p&#62;
&#60;p&#62;Everything else seems to be OK - upload, selecting and returning the image to CKEditor.&#60;/p&#62;
&#60;p&#62;I have no idea where to go from here.&#60;/p&#62;
&#60;p&#62;Michael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
