<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Bugs</title>
    <link>http://www.magentocommerce.com/boards/</link>
    <description>Magento Forums</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2010</dc:rights>
    <dc:date>2010-12-08T13:58:34-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>File not being generated</title>
      <link>http://www.magentocommerce.com/boards/viewthread/213896/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/213896/#When:13:58:34Z</guid>
      <description><![CDATA[<p>I installed the latest version of the extension, but when i Generate File, the file does not get generated. I created an export directory here:
<br />
/media/export and it has the same ownership and permissions as the /var/export file &#40;which has files written to it regularly&#41;.
</p>
<p>
Ideas? We have Custom Options and Attributes for our products. Does that affect it?
</p>
<p>
Thanks.
</p>]]></description>
      <dc:date>2010-12-08T13:58:34-08:00</dc:date>
    </item>

    <item>
      <title>File not being generated</title>
      <link>http://www.magentocommerce.com/boards/viewthread/213895/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/213895/#When:13:58:22Z</guid>
      <description><![CDATA[<p>I installed the latest version of the extension, but when i Generate File, the file does not get generated. I created an export directory here:
<br />
/media/export and it has the same ownership and permissions as the /var/export file &#40;which has files written to it regularly&#41;.
</p>
<p>
Ideas? We have Custom Options and Attributes for our products. Does that affect it?
</p>
<p>
Thanks.
</p>]]></description>
      <dc:date>2010-12-08T13:58:22-08:00</dc:date>
    </item>

    <item>
      <title>Product Description is not being populated while we export the singlefeed.csv file</title>
      <link>http://www.magentocommerce.com/boards/viewthread/49043/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/49043/#When:23:14:33Z</guid>
      <description><![CDATA[<p>Hi,
</p>
<p>
 I am new to Magento. I am using singlefeed export module version 1.0 with magento 1.3.2. It is really great module for helping me to view all products list in excel format.
</p>
<p>
But if i export using this module, I am getting all products exported but PRODUCT DESCRIPTION is not getting exported. Even I have tried many times, I am getting the same output.
</p>
<p>
Even I have followed the installation steps thoroughly, I am getting this kind of issue. For your clarification, I have attached my exported csv file.
</p>
<p>
Kindly anybody help me in this regards to fix this problem.
</p>
<p>
Thanks in advance.
</p>
<p>
Thanks &amp; Regards,
<br />
R.Janakiraman.
</p>]]></description>
      <dc:date>2009-07-16T23:14:33-08:00</dc:date>
    </item>

    <item>
      <title>Export fails with custom attributes of type Dropdown</title>
      <link>http://www.magentocommerce.com/boards/viewthread/60117/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/60117/#When:03:56:20Z</guid>
      <description><![CDATA[<p>Hi,
</p>
<p>
I cant seam to generate an export for all attributes that use type dropdown, I am using Magento ver. 1.3.2.3 . Basically I set up the attributes to export as shown in the documentation but when I add an attribute that is drop down type and then when i click &#8220;Generate&#8221;  it seams to run but I dont get the &#8220;all Done&#8221; text and the CSV has not been created.
</p>
<p>
colinmollenhour reported this bug prevously and posted a fix here (http://www.magentocommerce.com/boards/viewthread/59887/) but I cant seam to get it it to work and thought it best to report this in the bug section too to see if any one else can help, details below: 
</p>
<p>
&#8220;
</p>
<p>
When using custom attributes that were of type “Dropdown” (eav/entity_attribute_source_table) the export failed with the following error:
</p>
<p>
Fatal error: Call to a member function getStoreId() on a non-object in /var/www/luckygunner.com/dev/app/code/core/Mage/Eav/Model/Entity/Attribute/Source/Table.php on line 46
</p>
<p>
I added the following code at line 89:
<br />
if($r[&#8217;source_model&#8217;] == &#8216;eav/entity_attribute_source_table&#8217;) &#123;
<br />
                  $attribute = Mage::getModel(&#8217;eav/entity_attribute&#8217;)-&gt;load($r[&#8217;attribute_id&#8217;]);
<br />
                  Mage::getSingleton($r[&#8217;source_model&#8217;])-&gt;setAttribute($attribute);
<br />
                &#125;
</p>
<p>
That seemed to fix it.
</p>
<p>
Also it would be great if you added the ability to filter like:
<br />
stock_status = Y
<br />
In the meantime I added my own hack for that though so no biggie.
</p>
<p>
Thanks,
<br />
Colin 
</p>
<p>
&#8220;
</p>

<p>
Cheers
</p>
<p>
Tristan
</p>]]></description>
      <dc:date>2009-10-30T03:56:20-08:00</dc:date>
    </item>

    <item>
      <title>Filter product_type = Simple</title>
      <link>http://www.magentocommerce.com/boards/viewthread/39248/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/39248/#When:12:15:51Z</guid>
      <description><![CDATA[<p>I would like to filter in only simple products to me feed. I have &#8216;product_type = Simple&#8217;.
</p>
<p>
Perhaps I need Simple Product, or i need to use use the attribute product_type_id? Any input on this?
</p>]]></description>
      <dc:date>2009-04-16T12:15:51-08:00</dc:date>
    </item>

    <item>
      <title>Categories</title>
      <link>http://www.magentocommerce.com/boards/viewthread/49407/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/49407/#When:00:49:06Z</guid>
      <description><![CDATA[<p>Hi,
</p>
<p>
First of all,great extension! I only have one problem, my categories are not being shown inside the export. Whatever i try, nothing is shown. There are no config settings somehwere right? Or am i missing something?
</p>
<p>
Regards,
<br />
KJ de Koning
</p>]]></description>
      <dc:date>2009-07-21T00:49:06-08:00</dc:date>
    </item>

    <item>
      <title>Store Code not being exported to Product Urls</title>
      <link>http://www.magentocommerce.com/boards/viewthread/30673/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/30673/#When:09:59:53Z</guid>
      <description><![CDATA[<p>Store Code not being exported to Product Urls&#8230; is there a way to specify this in the setup?
</p>
<p>
THanks
</p>]]></description>
      <dc:date>2009-02-02T09:59:53-08:00</dc:date>
    </item>

    <item>
      <title>cron not working</title>
      <link>http://www.magentocommerce.com/boards/viewthread/69793/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/69793/#When:16:23:36Z</guid>
      <description><![CDATA[<p>I have a cronjob setup and it runs successfully on everything but this extension. Is there something I need to do to get it working?
</p>]]></description>
      <dc:date>2009-12-10T16:23:36-08:00</dc:date>
    </item>

    <item>
      <title>Bug: Fatal error: Call to a member function getStoreId() using Singlefeed</title>
      <link>http://www.magentocommerce.com/boards/viewthread/33469/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/33469/#When:12:24:17Z</guid>
      <description><![CDATA[<p>Following error using singlefeed
</p>
<p>
Bug: Fatal error: Call to a member function getStoreId()
</p>
<p>
I received this when I used to many attributes in the field mappings&#8230; if you increase your PHP memory limit you may me able to overcome the error
</p>]]></description>
      <dc:date>2009-02-25T12:24:17-08:00</dc:date>
    </item>

    <item>
      <title>No products in the CSV</title>
      <link>http://www.magentocommerce.com/boards/viewthread/52351/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/52351/#When:01:48:05Z</guid>
      <description><![CDATA[<p>Hello
</p>
<p>
I am using Magento Version 1.3.2.3 and just installed Singlefeed 1.1
</p>
<p>
When I generate the file via the example profile, it says
<br />
Starting export to “singlefeed.csv”, loaded 11 attributes and 11 categories.
<br />
ALL DONE
</p>
<p>
But when opening the csv it only shows the headers, not the products.
</p>
<p>
What did I do wrong?
<br />
Thank you.
</p>]]></description>
      <dc:date>2009-08-18T01:48:05-08:00</dc:date>
    </item>

    
    </channel>
</rss>
