<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : possible bug report</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 17 Apr 2026 19:13:05 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[In many places such as forum posts loop we have taken it into account, but in some not so popular hooks like those pfs hooks we simply missed them. If 0.6.8 comes (i.e. there are more critical bugs to fix), it will be included there. Siena uses a bit different hook format with include() by default.]]></description>
			<pubDate>Pzt, 12 Nis 2010 18:56:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=5518&d=0#post24058]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[aaahhh now I understand what was happening...  thnx Trustmaster.  (So there was a bug in there.. )<br />
<br />
OOPS are there more loops like this in Cotonti, then they all should change.. <br />
<br />
greetings EZ]]></description>
			<pubDate>Pzt, 12 Nis 2010 15:24:28 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=5518&d=0#post24056]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[The problem is include_once. It must be changed for just include in loops.]]></description>
			<pubDate>Pzt, 12 Nis 2010 14:09:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=5518&d=0#post24055]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[Hi there,<br />
<br />
I have made a plugin called &quot;Image upload downsizer&quot;.<br />
<br />
What happes is this:<br />
<br />
When you upload two large images, the first one gets downsized, but the second one doesn't.<br />
I traced this mistake back to pfs.inc.php...<br />
<br />
I think the hook is not called properly !!<br />
<br />
<div class="highlight"><pre class="php">							/* === Hook === */
							$extp = sed_getextplugins('pfs.upload.moved');
							if (is_array($extp))
							{ foreach($extp as $k =&gt; $pl) { include_once ($cfg&#091;'plugins_dir'&#093;.'/'.$pl&#091;'pl_code'&#093;.'/'.$pl&#091;'pl_file'&#093;.'.php'); } }
							/* ===== */
</pre></div>
<br />
The reason why I say this is that i have made the following statement in my plugin code :<br />
<br />
$disp_errors.=&quot;Start :: &quot;;<br />
<br />
And only in the results off the FIRST uploaded file this text is shown, all other files this text is missing...  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/sad.gif" alt=":(" /> <br />
<br />
So That's why I think this hook is not good ????? (or the code only gets executed on the first file)<br />
<br />
I am Using version 0.65]]></description>
			<pubDate>Pzt, 12 Nis 2010 03:17:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=5518&d=0#post24052]]></link>
		</item>
	</channel>
</rss>