<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — [Fixed: 1691] Minor bug during a fresh installation]]></title>
		<link>https://punbb.informer.com/forums/topic/23813/fixed-1691-minor-bug-during-a-fresh-installation/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/23813/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [Fixed: 1691] Minor bug during a fresh installation.]]></description>
		<lastBuildDate>Tue, 08 Mar 2011 09:21:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [Fixed: 1691] Minor bug during a fresh installation]]></title>
			<link>https://punbb.informer.com/forums/post/139312/#p139312</link>
			<description><![CDATA[<p><a href="http://punbb.informer.com/trac/changeset/1691">Fixed in [1691]</a></p>]]></description>
			<author><![CDATA[null@example.com (dimkalinux)]]></author>
			<pubDate>Tue, 08 Mar 2011 09:21:27 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139312/#p139312</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Fixed: 1691] Minor bug during a fresh installation]]></title>
			<link>https://punbb.informer.com/forums/post/139311/#p139311</link>
			<description><![CDATA[<p><a href="http://punbb.informer.com/trac/changeset/1691">Fixed in [1691]</a></p>]]></description>
			<author><![CDATA[null@example.com (dimkalinux)]]></author>
			<pubDate>Tue, 08 Mar 2011 09:19:59 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139311/#p139311</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Fixed: 1691] Minor bug during a fresh installation]]></title>
			<link>https://punbb.informer.com/forums/post/139310/#p139310</link>
			<description><![CDATA[<p>I&#039;ve installed several PunBB fourms and every time that has resulted in me making the permissions on the cache to 777 and then discovering that I can put it back later. It does waste a lot of time figuring it out. I assume that everybody goes through that process. Anyway, it&#039;s nice to see it&#039;s on the list now. Thanks hcs. <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><div class="quotebox"><blockquote><p><strong>Nonante:</strong> Nobody have never reported this error ?</p></blockquote></div><p> That really surprises me too, but I don&#039;t think people are aware that it is not their fault. I thought I had done something wrong. I also worry about how many wide open cache directories there are out there.</p>]]></description>
			<author><![CDATA[null@example.com (Ole Juul)]]></author>
			<pubDate>Tue, 08 Mar 2011 07:39:41 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139310/#p139310</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Fixed: 1691] Minor bug during a fresh installation]]></title>
			<link>https://punbb.informer.com/forums/post/139303/#p139303</link>
			<description><![CDATA[<p>Thanks, we added ticket: <a href="http://punbb.informer.com/trac/ticket/377">#377</a></p>]]></description>
			<author><![CDATA[null@example.com (hcs)]]></author>
			<pubDate>Tue, 08 Mar 2011 04:50:54 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139303/#p139303</guid>
		</item>
		<item>
			<title><![CDATA[[Fixed: 1691] Minor bug during a fresh installation]]></title>
			<link>https://punbb.informer.com/forums/post/138711/#p138711</link>
			<description><![CDATA[<p>Hello,<br />I am often confronted with install / uninstall PunBB for various reasons.<br />I was not sure, but i think there is a minor bug during installation of PunBB.</p><p>Despite the fact that I gave the folders permissions 777 (cache &amp; avatars)<br />inevitably get the message :<br />- &quot;The cache directory is currently not writable! ...&quot; and <br />- &quot;The avatars directory is currently not writable! ...&quot;.</p><p>Besides, when I then went on board index, the error message about the rights of writing, no longer appears.</p><p>This bug is not problematic in itself but as it is resolved.<br />I just watched, just edit the file <span style="color: red">FORUM_ROOT.</span>&#039;admin/install.php&#039; at line 1749 and 1752.</p><p>Change<br /></p><div class="quotebox"><blockquote><p><span style="color: green">// Check if the cache directory is writable</span><br />&nbsp; &nbsp; <span style="color: purple">if</span> <span style="color: red">(!</span><span style="color: blue">is_writable(</span>&#039;./cache/&#039;<span style="color: blue">)</span><span style="color: red">)</span></p></blockquote></div><p>to<br /></p><div class="quotebox"><blockquote><p><span style="color: green">// Check if the cache directory is writable<br />&nbsp; &nbsp; //if (!is_writable(&#039;./cache/&#039;))</span><br />&nbsp; &nbsp; <span style="color: purple">if</span> <span style="color: red">(!</span><span style="color: blue">is_writable(</span><span style="color: red">FORUM_ROOT.</span>&#039;cache/&#039;<span style="color: blue">)</span><span style="color: red">)</span></p></blockquote></div><p>and the same at line 1752, change<br /></p><div class="quotebox"><blockquote><p><span style="color: green">// Check if default avatar directory is writable</span><br />&nbsp; &nbsp; <span style="color: purple">if</span> <span style="color: red">(!</span><span style="color: blue">is_writable(</span>&#039;./img/avatars/&#039;<span style="color: blue">)</span><span style="color: red">)</span></p></blockquote></div><p>to<br /></p><div class="quotebox"><blockquote><p><span style="color: green">// Check if default avatar directory is writable<br />&nbsp; &nbsp; //if (!is_writable(&#039;./img/avatars/&#039;))</span><br />&nbsp; &nbsp; <span style="color: purple">if</span> <span style="color: red">(!</span><span style="color: blue">is_writable(</span><span style="color: red">FORUM_ROOT.</span>&#039;img/avatars/&#039;<span style="color: blue">)</span><span style="color: red">)</span></p></blockquote></div><p>Nobody have never reported this error ?</p>]]></description>
			<author><![CDATA[null@example.com (Nonante)]]></author>
			<pubDate>Sat, 27 Nov 2010 20:16:33 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/138711/#p138711</guid>
		</item>
	</channel>
</rss>
