<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress plugin browser Topic: bbPress Attachments</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser Topic: bbPress Attachments</description>
<language>en</language>
<pubDate>Sat, 05 Jul 2008 03:53:07 +0000</pubDate>

<item>
<title>yanez on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/6/#post-1411</link>
<pubDate>Sun, 29 Jun 2008 08:24:34 +0000</pubDate>
<dc:creator>yanez</dc:creator>
<guid isPermaLink="false">1411@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;stroem, what about that romanian translation, still have it? I could use one u know :D
&#60;/p&#62;</description>
</item>
<item>
<title>baanhinghoy on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/6/#post-1400</link>
<pubDate>Tue, 24 Jun 2008 14:04:14 +0000</pubDate>
<dc:creator>baanhinghoy</dc:creator>
<guid isPermaLink="false">1400@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Waiting for this lovely plugin too!
&#60;/p&#62;</description>
</item>
<item>
<title>MACscr on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/6/#post-1388</link>
<pubDate>Fri, 20 Jun 2008 12:59:25 +0000</pubDate>
<dc:creator>MACscr</dc:creator>
<guid isPermaLink="false">1388@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Will this plugin do inline images? If so, does it create a thumbnail for the original image?
&#60;/p&#62;</description>
</item>
<item>
<title>stroem on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1348</link>
<pubDate>Thu, 05 Jun 2008 09:23:28 +0000</pubDate>
<dc:creator>stroem</dc:creator>
<guid isPermaLink="false">1348@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Succesful !&#60;br /&#62;
I use the path from ISP Config /var/www/web1/etc .... and work !&#60;br /&#62;
I think that ISP Config override the user ( from /home ) from Fedora setup ....by the way , ISP tell me &#34;e-mail users&#34; for this path ! in fact , they are the system user ! strange !&#60;br /&#62;
Probably because I'am a novice for Linux ! ( but I learn ... )&#60;/p&#62;
&#60;p&#62;Thanks _ck_ , thanks a lot for your great work and time !&#60;/p&#62;
&#60;p&#62;Really don't need romanian translation ? I don't know where to put for everyone !
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1347</link>
<pubDate>Thu, 05 Jun 2008 09:04:50 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1347@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;No the size failure is because it can see the temporary file size.&#60;/p&#62;
&#60;p&#62;We're almost there, the problem is definitely just your path.&#60;/p&#62;
&#60;p&#62;What does phpinfo think your home directory path is?&#60;/p&#62;
&#60;p&#62;Maybe try your idea:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$bb_attachments[&#38;#39;path&#38;#39;]=&#38;quot;/var/web/web1/user/web1_stroe/bb-attachments/&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Some hosts have weird paths because of how their filesystem is setup.
&#60;/p&#62;</description>
</item>
<item>
<title>stroem on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1346</link>
<pubDate>Thu, 05 Jun 2008 07:35:57 +0000</pubDate>
<dc:creator>stroem</dc:creator>
<guid isPermaLink="false">1346@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;No . I test with ['path']=&#34;/home/stroe/bb-attachments/&#34;; ...but the same error 'failed' , status 2 , download 0 in database !!!&#60;br /&#62;
But the plugin work ! if I try with a big size , I have another message 'denied size' .&#60;br /&#62;
I think that my server cannot upload ? but in FTP ( accesing directly this dir with IE , with my user &#38;#38; password )  I can upload the file !&#60;br /&#62;
( Fedora with proftp ) = and when I access with IE , I wrote 'ftp://www.mycompany.ro/bb-attachments' &#38;#38; I provide user and password , I put the file , I delete the file , work !
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1345</link>
<pubDate>Thu, 05 Jun 2008 07:02:07 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1345@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Okay well there's your problem, you don't need the dirname part if you are going to specify the full exact path. Make it like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$bb_attachments[&#38;#39;path&#38;#39;]=&#38;quot;/home/stroe/bb-attachments/&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Typically &#60;code&#62;dirname($_SERVER[&#38;#39;DOCUMENT_ROOT&#38;#39;])&#60;/code&#62;&#60;br /&#62;
should actually already be &#60;code&#62;/home/stroe&#60;/code&#62; but you can do it either way.
&#60;/p&#62;</description>
</item>
<item>
<title>stroem on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1344</link>
<pubDate>Thu, 05 Jun 2008 05:25:30 +0000</pubDate>
<dc:creator>stroem</dc:creator>
<guid isPermaLink="false">1344@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Thanks _ck_  ( you are the best )&#60;br /&#62;
This it is the only one modification made for bb_attachments.php :&#60;br /&#62;
$bb_attachments['path']=dirname($_SERVER['&#60;br /&#62;
DOCUMENT_ROOT']).&#34;/home/stroe/bb-attachments/&#34;;&#60;br /&#62;
and I chmod 777 this dir ( where stroe it is a regular dir user&#60;br /&#62;
from my Fedora , not accesible from web )&#60;br /&#62;
I use ISP Config ( perhaps I should use /var/web/web1/user/web1_stroe dir ???? but here it is the email users defined in ISP )&#60;br /&#62;
Thanks a lot !&#60;/p&#62;
&#60;p&#62;P.S.  I made translation for bbPress 0.9.0.2 into romanian ( not the best I can , but ....it is the only one ! ) , how I send to you to post somewhere ?&#60;br /&#62;
- the existing translation is 0.8.3 (?)  .... work with 0.9 but incomplete
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1343</link>
<pubDate>Wed, 04 Jun 2008 14:53:37 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1343@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Error #2 is either a db write failure or a failure to copy/move the file from the temporary filename/directory to the destination (bb-attachments/)&#60;/p&#62;
&#60;p&#62;Since you are saying you do have a listing for the upload in your  db, that means it's the second kind of failure.&#60;/p&#62;
&#60;p&#62;What exactly do you have &#60;code&#62;$bb_attachments[&#38;#39;path&#38;#39;]=&#60;/code&#62; set to?
&#60;/p&#62;</description>
</item>
<item>
<title>stroem on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1342</link>
<pubDate>Wed, 04 Jun 2008 12:38:38 +0000</pubDate>
<dc:creator>stroem</dc:creator>
<guid isPermaLink="false">1342@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I have a bbPress 0.9.02 with plugin : bozo 1.0 , signature 0.1.9 , polls 0.5.4 and attachments 0.1.2 activated , on a Fedora 8 with php 5 .&#60;br /&#62;
I have the dir on /home/stroe/bb-attachments with chmod 777 ( and I edit the bb-attachments.php for that )  , everythings it is OK , plugin work (?!) , but when I click on button &#34;Upload&#34; , I get a &#34;seck1.gif (25.6 KB) error: failed&#34; . And I have no attach to the post , but the error .&#60;br /&#62;
In phpMyadmin I have a database with a table &#34;bb-attachments&#34; with records ( id  time , size , name , etc ) but status 2 and download 0 ! for all my try ....&#60;br /&#62;
What I did wrong ? ( sorry for my english )
&#60;/p&#62;</description>
</item>
<item>
<title>stitzelj on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1341</link>
<pubDate>Tue, 03 Jun 2008 18:10:14 +0000</pubDate>
<dc:creator>stitzelj</dc:creator>
<guid isPermaLink="false">1341@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Yeah, that's what I figured, which is why I didn't think of checking that until just now.  It &#60;em&#62;is&#60;/em&#62; the only thing in the plugin that I modified.  I'm just curious if the issue is replicable in another environment or if it's just something with my own setup that's creating a conflict.  But yeah, it seems to be working smoothly at the moment.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1340</link>
<pubDate>Tue, 03 Jun 2008 18:05:12 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1340@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Well I appreciate the report but that shouldn't be. You should be able to change the permissions on the fly even without deactivating/activating. It's just a string.&#60;/p&#62;
&#60;p&#62;There is a chance the process you just went through fixed something else though. In the end what counts is it's working for you without errors so I am glad to hear it, enjoy.
&#60;/p&#62;</description>
</item>
<item>
<title>stitzelj on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1339</link>
<pubDate>Tue, 03 Jun 2008 17:37:41 +0000</pubDate>
<dc:creator>stitzelj</dc:creator>
<guid isPermaLink="false">1339@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Ok, I figured it out.  What mucked things up in the first place (I just realized a few moments ago) is that I modified the permissions for who can download attachments to allow unregistered members to to download.  The plugin was active when I did this, and that was when the errors started.  What I've determined is that you have to deactivate the plugin, modify the permissions, then reactivate the plugin.  No problems after that.  Just a little quirk with the plugin that you may want to make note of.  :)  Sorry for the headache.
&#60;/p&#62;</description>
</item>
<item>
<title>stitzelj on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1337</link>
<pubDate>Tue, 03 Jun 2008 17:09:45 +0000</pubDate>
<dc:creator>stitzelj</dc:creator>
<guid isPermaLink="false">1337@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Checked them and even deactivated all plugins and then re-activated bb-attachments by itself.  It generated a fatal error warning but still activated, the error persisted in the forum, and then generated again in the plugins dashboard menu when I deactivated the plugin.  So, I'm really not sure what's causing the issue.&#60;/p&#62;
&#60;p&#62;And no problem on the delay on the debugging.  I'm not really in any hurry.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1336</link>
<pubDate>Tue, 03 Jun 2008 16:06:30 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1336@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Unfortunately I don't have the time to debug this for a few days (and it's really strange no-one else reports the same problem)  but do me a favor and look at each of your plugin source  and check to make sure that there is no white-space before the opening &#60;code&#62;&#38;lt;?php&#60;/code&#62; at the top or anything after the last &#60;code&#62;?&#38;gt;&#60;/code&#62; at the bottom. That's sometimes the cause, though this might be more complex.
&#60;/p&#62;</description>
</item>
<item>
<title>stitzelj on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1335</link>
<pubDate>Tue, 03 Jun 2008 14:36:21 +0000</pubDate>
<dc:creator>stitzelj</dc:creator>
<guid isPermaLink="false">1335@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;If it helps, the error appears after bbPress sends a query involving calling the bb-attachments plugin.  I was just informed that the error appears after someone types a reply to a thread (any thread) and clicks 'Submit.'
&#60;/p&#62;</description>
</item>
<item>
<title>stitzelj on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1333</link>
<pubDate>Mon, 02 Jun 2008 19:29:28 +0000</pubDate>
<dc:creator>stitzelj</dc:creator>
<guid isPermaLink="false">1333@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I'm not sure I understand.  When I load the multi-page thread that has attachments (http://reclaimercomic.com/forum/topic.php?id=7), the first page loads fine.  When I try to navigate to the second page, what I get is an empty page, with the exception of this error:&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/opendial/public_html/comic/forum/my-plugins/bb-attachments/bb-attachments.php:490) in /home/opendial/public_html/comic/forum/bb-includes/pluggable.php on line 228&#60;/p&#62;
&#60;p&#62;Viewing the source shows no additional information.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1331</link>
<pubDate>Mon, 02 Jun 2008 15:35:52 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1331@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;stitzelj, I need to know the real error that's causing the headers already sent error. When the error occurs, do a &#34;view source&#34; on the page and see if there is another error hidden in the source that preceeds all the other errors.
&#60;/p&#62;</description>
</item>
<item>
<title>stitzelj on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1330</link>
<pubDate>Mon, 02 Jun 2008 12:29:52 +0000</pubDate>
<dc:creator>stitzelj</dc:creator>
<guid isPermaLink="false">1330@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I don't suppose you were able to figure anything out regarding the errors I listed on the previous page, were you?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/5/#post-1329</link>
<pubDate>Mon, 02 Jun 2008 04:05:20 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1329@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;You also probably could have gotten it from phpinfo() but I'm glad you figured it out. It's somewhat strange the plugin could not figure it out itself, they might be using some kind of weird NFS filesystem.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
