<?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 2011</dc:rights>
    <dc:date>2011-08-08T19:13:17-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Magento failure: There has been an error processing your request</title>
      <link>http://www.magentocommerce.com/boards/viewthread/217657/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/217657/#When:11:57:15Z</guid>
      <description><![CDATA[<p>Hi!
<br />
Someone can help me with this error report, on 1.4.1:
</p>
<p>
a:5:&#123;i:0;s:59:"Mage registry key &#8220;_singleton/core/resource&#8221; already exists";i:1;s:1035:"#0 /var/www/vhosts/nukebadcredit.com/httpdocs/ebel/app/Mage.php(192): Mage::throwException(&#8217;Mage registry k...&#8217;)
<br />
#1 /var/www/vhosts/nukebadcredit.com/httpdocs/ebel/app/Mage.php(446): Mage::register(&#8217;_singleton/core...&#8217;, Object(Mage_Core_Model_Resource))
<br />
#2 /var/www/vhosts/nukebadcredit.com/httpdocs/ebel/app/code/core/Mage/Core/Model/Resource/Setup.php(83): Mage::getSingleton(&#8217;core/resource&#8217;)
<br />
#3 /var/www/vhosts/nukebadcredit.com/httpdocs/ebel/app/code/core/Mage/Core/Model/Resource/Setup.php(160): Mage_Core_Model_Resource_Setup-&gt;__construct(&#8217;core_setup&#8217;)
<br />
#4 /var/www/vhosts/nukebadcredit.com/httpdocs/ebel/app/code/core/Mage/Core/Model/App.php(363): Mage_Core_Model_Resource_Setup::applyAllUpdates()
<br />
#5 /var/www/vhosts/nukebadcredit.com/httpdocs/ebel/app/code/core/Mage/Core/Model/App.php(295): Mage_Core_Model_App-&gt;_initModules()
<br />
#6 /var/www/vhosts/nukebadcredit.com/httpdocs/ebel/app/Mage.php(596): Mage_Core_Model_App-&gt;run(Array)
<br />
#7 /var/www/vhosts/nukebadcredit.com/httpdocs/ebel/index.php(80): Mage::run(&#8217;&#8217;, &#8216;store&#8217;)
<br />
#8 &#123;main&#125;&#8221;;s:3:"url&#8221;;s:46:"/ebel/index.php/&amp;#x7B;&amp;#x7B;base%20url&amp;#x7D;&amp;#x7D;about-us&#8221;;s:11:"script_name&#8221;;s:15:"/ebel/index.php&#8221;;s:4:"skin&#8221;;s:7:"default";&#125;
</p>
<p>
The CMS was locked when I tried to save a static block on backend. 
<br />
The CMS was installed under the /ebel folder succesfully. 
<br />
It was created a custom skin, and some free extesion was used:
<br />
magento-community/AW_Blog
<br />
magento-community/MWD_News_and_Testimonials_with_Images_Extension
<br />
magento-community/Mage_Online
<br />
magento-community/MathieuF_EventsCalendar
<br />
magento-community/magento_easy_lightbox
<br />
magento-community/Magestore_BannerSlider
</p>
<p>
I tried to clean the cache folder. After this action, the home page was loaded succesfully, but when I tried to navigate between links, the CMS was crashed, again. On the cache folder was created one sub-folder: mage--4 with 2 files: mage---6bd_CORE_CACHE_OPTIONS, and mage---internal-metadatas---6bd_CORE_CACHE_OPTIONS;
</p>
<p>
I attached some reports files.
</p>
<p>
Thanks, Cris
</p>]]></description>
      <dc:date>2011-01-19T11:57:15-08:00</dc:date>
    </item>

    <item>
      <title>There has been an error processing your request when trying to view orders</title>
      <link>http://www.magentocommerce.com/boards/viewthread/31333/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/31333/#When:17:30:46Z</guid>
      <description><![CDATA[<p>Has anyone had this error, or know how to fix it? I have never had any trouble viewing my orders before, but now all of the sudden, I get this error
</p>
<p>
SELECT `e`.*, `_table_billing_address_id`.`value` AS `billing_address_id`, `_table_billing_firstname`.`value` AS `billing_firstname`, `_table_billing_lastname`.`value` AS `billing_lastname`, `_table_shipping_address_id`.`value` AS `shipping_address_id`, `_table_shipping_firstname`.`value` AS `shipping_firstname`, `_table_shipping_lastname`.`value` AS `shipping_lastname`, CONCAT(_table_billing_firstname.value, &#8220; &#8220;, _table_billing_lastname.value) AS `billing_name`, CONCAT(_table_shipping_firstname.value, &#8220; &#8220;, _table_shipping_lastname.value) AS `shipping_name` FROM `sales_order` AS `e`
<br />
 LEFT JOIN `sales_order_int` AS `_table_billing_address_id` ON (_table_billing_address_id.entity_id = e.entity_id) AND (_table_billing_address_id.attribute_id=&#8217;115&#8217;)
<br />
 LEFT JOIN `sales_order_entity_varchar` AS `_table_billing_firstname` ON (_table_billing_firstname.entity_id = _table_billing_address_id.value) AND (_table_billing_firstname.attribute_id=&#8217;214&#8217;)
<br />
 LEFT JOIN `sales_order_entity_varchar` AS `_table_billing_lastname` ON (_table_billing_lastname.entity_id = _table_billing_address_id.value) AND (_table_billing_lastname.attribute_id=&#8217;216&#8217;)
<br />
 LEFT JOIN `sales_order_int` AS `_table_shipping_address_id` ON (_table_shipping_address_id.entity_id = e.entity_id) AND (_table_shipping_address_id.attribute_id=&#8217;116&#8217;)
<br />
 LEFT JOIN `sales_order_entity_varchar` AS `_table_shipping_firstname` ON (_table_shipping_firstname.entity_id = _table_shipping_address_id.value) AND (_table_shipping_firstname.attribute_id=&#8217;214&#8217;)
<br />
 LEFT JOIN `sales_order_entity_varchar` AS `_table_shipping_lastname` ON (_table_shipping_lastname.entity_id = _table_shipping_address_id.value) AND (_table_shipping_lastname.attribute_id=&#8217;216&#8217;) WHERE (e.entity_type_id = &#8216;11&#8217;) ORDER BY `e`.`created_at` desc LIMIT 20
</p>
<p>
Trace:
<br />
#0 /home2/petcolla/public_html/wholesale/lib/Zend/Db/Statement.php(283): Zend_Db_Statement_Pdo-&gt;_execute(Array)
<br />
#1 /home2/petcolla/public_html/wholesale/lib/Zend/Db/Adapter/Abstract.php(457): Zend_Db_Statement-&gt;execute(Array)
<br />
#2 /home2/petcolla/public_html/wholesale/lib/Zend/Db/Adapter/Pdo/Abstract.php(230): Zend_Db_Adapter_Abstract-&gt;query(&#8217;SELECT `e`.*, `...&#8217;, Array)
<br />
#3 /home2/petcolla/public_html/wholesale/lib/Varien/Db/Adapter/Pdo/Mysql.php(258): Zend_Db_Adapter_Pdo_Abstract-&gt;query(&#8217;SELECT `e`.*, `...&#8217;, Array)
<br />
#4 /home2/petcolla/public_html/wholesale/lib/Zend/Db/Adapter/Abstract.php(668): Varien_Db_Adapter_Pdo_Mysql-&gt;query(Object(Varien_Db_Select), Array)
<br />
#5 /home2/petcolla/public_html/wholesale/lib/Varien/Data/Collection/Db.php(761): Zend_Db_Adapter_Abstract-&gt;fetchAll(Object(Varien_Db_Select), Array)
<br />
#6 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(845): Varien_Data_Collection_Db-&gt;_fetchAll(Object(Varien_Db_Select))
<br />
#7 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(702): Mage_Eav_Model_Entity_Collection_Abstract-&gt;_loadEntities(false, false)
<br />
#8 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Adminhtml/Block/Widget/Grid.php(377): Mage_Eav_Model_Entity_Collection_Abstract-&gt;load()
<br />
#9 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php(63): Mage_Adminhtml_Block_Widget_Grid-&gt;_prepareCollection()
<br />
#10 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Adminhtml/Block/Widget/Grid.php(458): Mage_Adminhtml_Block_Sales_Order_Grid-&gt;_prepareCollection()
<br />
#11 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Adminhtml/Block/Widget/Grid.php(464): Mage_Adminhtml_Block_Widget_Grid-&gt;_prepareGrid()
<br />
#12 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Abstract.php(642): Mage_Adminhtml_Block_Widget_Grid-&gt;_beforeToHtml()
<br />
#13 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Abstract.php(503): Mage_Core_Block_Abstract-&gt;toHtml()
<br />
#14 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Abstract.php(454): Mage_Core_Block_Abstract-&gt;_getChildHtml(&#8217;grid&#8217;, true)
<br />
#15 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Adminhtml/Block/Widget/Grid/Container.php(70): Mage_Core_Block_Abstract-&gt;getChildHtml(&#8217;grid&#8217;)
<br />
#16 /home2/petcolla/public_html/wholesale/app/design/adminhtml/default/default/template/widget/grid/container.phtml(36): Mage_Adminhtml_Block_Widget_Grid_Container-&gt;getGridHtml()
<br />
#17 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Template.php(144): include(&#8217;/home2/petcolla...&#8217;)
<br />
#18 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Template.php(176): Mage_Core_Block_Template-&gt;fetchView(&#8217;adminhtml/defau...&#8217;)
<br />
#19 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Template.php(193): Mage_Core_Block_Template-&gt;renderView()
<br />
#20 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Abstract.php(643): Mage_Core_Block_Template-&gt;_toHtml()
<br />
#21 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Text/List.php(43): Mage_Core_Block_Abstract-&gt;toHtml()
<br />
#22 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Abstract.php(643): Mage_Core_Block_Text_List-&gt;_toHtml()
<br />
#23 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Abstract.php(503): Mage_Core_Block_Abstract-&gt;toHtml()
<br />
#24 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Abstract.php(454): Mage_Core_Block_Abstract-&gt;_getChildHtml(&#8217;content&#8217;, true)
<br />
#25 /home2/petcolla/public_html/wholesale/app/design/adminhtml/default/default/template/page.phtml(73): Mage_Core_Block_Abstract-&gt;getChildHtml(&#8217;content&#8217;)
<br />
#26 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Template.php(144): include(&#8217;/home2/petcolla...&#8217;)
<br />
#27 /home2/petcolla/public_html/wholesale/app/code/core/Mage/Core/Block/Template.php(176): Mage_Core_Block_Template-&gt;fetchView(&#8217;adminhtml/defau...&#8217;)
<br />
#28 /home2/petcolla/publi
</p>]]></description>
      <dc:date>2009-02-07T17:30:46-08:00</dc:date>
    </item>

    <item>
      <title>Problem viewing order</title>
      <link>http://www.magentocommerce.com/boards/viewthread/13281/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/13281/#When:20:00:59Z</guid>
      <description><![CDATA[<p>Hi
<br />
I have just installed the tweakmag payment extention - thanks it is brilliant!
</p>
<p>
I have, however, run into a problem;
</p>
<p>
When I try to view the order in the magento admin (Sales / Order) I get an error in the Payment information block.
</p>
<p>
Warning: Mage_Core_Block_Template::include(/home/grannygo/domains/grannygoosegiftregistry.com/public_html/site6/app/design/adminhtml/default/default/template/tweakmag/payment/info/directdeposit/uk.phtml) [mage-core-block-template.include]: failed to open stream: No such file or directory  in /home/grannygo/domains/grannygoosegiftregistry.com/public_html/site6/app/code/core/Mage/Core/Block/Template.php on line 131
</p>
<p>
Is there a fix for this?
</p>
<p>
Kind regards
<br />
Lisa
</p>]]></description>
      <dc:date>2008-07-27T20:00:59-08:00</dc:date>
    </item>

    
    </channel>
</rss>
