<?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>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #9872 / Fatal error - Attempting to edit System &gt; Permi</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=4662</link>
        <description><![CDATA[<strong>Posted:</strong> 2009-01-02 12:53:37<br/><strong>Category:</strong> User Accounts<br/><strong>Version:</strong> 1.2.0.1<br/><strong>Priority:</strong> urgent<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/74564/">dilbert4life</a></strong><br/><br/>Fatal error: Call to a member function toHtml() on a non-object in /home/*******/public_html/magentotest/app/code/core/Mage/Adminhtml/Block/Permissions/Editroles.php on line 52<br />
<br />
I get this error when I try to edit System &gt; Permissions &gt; Roles<br />
<br />
Why?<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Fatal error - Attempting to edit System &gt; Permi</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/23388/">r557</a></em><br/><br/>I receive the same error.]]></description>
    </item>
            <item>
        <title>RE: Fatal error - Attempting to edit System &gt; Permi</title>
        <description><![CDATA[<em>#2 / Comment by <a href="http://www.magentocommerce.com/boards/member/89257/">koeff</a></em><br/><br/>same here]]></description>
    </item>
            <item>
        <title>RE: Fatal error - Attempting to edit System &gt; Permi</title>
        <description><![CDATA[<em>#3 / Comment by Magento Team</em><br/><br/>Hello dilbert4life,<br />
<br />
We cannot reproduce this issue. Please make sure that you have file app/code/core/Mage/Adminhtml/Block/Permissions/Tab/Rolesedit.php<br />
<br />
Thank you.]]></description>
    </item>
            <item>
        <title>RE: Fatal error - Attempting to edit System &gt; Permi</title>
        <description><![CDATA[<em>#4 / Comment by <a href="http://www.magentocommerce.com/boards/member/89257/">koeff</a></em><br/><br/>Hello team,<br />
I do have that file but I still receive the same error.]]></description>
    </item>
            <item>
        <title>RE: Fatal error - Attempting to edit System &gt; Permi</title>
        <description><![CDATA[<em>#5 / Comment by <a href="http://www.magentocommerce.com/boards/member/83660/">duketoy</a></em><br/><br/>I have that file, too, but I have error.]]></description>
    </item>
            <item>
        <title>RE: Fatal error - Attempting to edit System &gt; Permi</title>
        <description><![CDATA[<em>#6 / Comment by <a href="http://www.magentocommerce.com/boards/member/20602/">jballotti</a></em><br/><br/>I'm also getting this problem and I also have the mentioned file.]]></description>
    </item>
            <item>
        <title>RE: Fatal error - Attempting to edit System &gt; Permi</title>
        <description><![CDATA[<em>#7 / Comment by <a href="http://www.magentocommerce.com/boards/member/53161/">akirsch</a></em><br/><br/>It is because of the &quot;Tax Zones &amp; Rates&quot;<br />
<br />
Warning: Mage_Admin_Model_Roles::_buildResourcesArray() [function.Mage-Admin-Model-Roles--buildResourcesArray]: unterminated entity reference Rates in app\code\core\Mage\Admin\Model\Roles.php on line 91]]></description>
    </item>
            <item>
        <title>RE: Fatal error - Attempting to edit System &gt; Permi</title>
        <description><![CDATA[<em>#8 / Comment by <a href="http://www.magentocommerce.com/boards/member/89893/">pting</a></em><br/><br/>I have the same error message, but 100% repro at a slightly different point.<br />
<br />
1. Go to System &gt; Permissions &gt; Roles.<br />
2. Click on the &quot;Add New Role&quot; button.<br />
3. [Notice] The page renders incomplete with the error &quot;Fatal error: Call to a member function toHtml() on a non-object in app/code/core/Mage/Adminhtml/Block/Permissions/Editroles.php on line 52&quot;.<br />
<br />
I dug into the code and it boils down to this line &quot;$this-&gt;getLayout()-&gt;createBlock('adminhtml/permissions_tab_rolesedit')-&gt;toHtml()&quot; which is generating the issue. Since this is the first time I've ever looked at the code base, I'll investigate some more.]]></description>
    </item>
            <item>
        <title>RE: Fatal error - Attempting to edit System &gt; Permi</title>
        <description><![CDATA[<em>#9 / Comment by <a href="http://www.magentocommerce.com/boards/member/89146/">aSk</a></em><br/><br/>$this-&gt;addTab('account', array(<br />
            'label'     =&gt; Mage::helper('adminhtml')-&gt;__('Role Resources'),<br />
            'title'     =&gt; Mage::helper('adminhtml')-&gt;__('Role Resources'),<br />
            'content'   =&gt; $this-&gt;getLayout()-&gt;createBlock('adminhtml/permissions_tab_rolesedit')-&gt;toHtml(),<br />
        ));<br />
<br />
generate the failure error, so to continu using the roles panel i turn this line into comment :<br />
<br />
$this-&gt;addTab('account', array(<br />
            'label'     =&gt; Mage::helper('adminhtml')-&gt;__('Role Resources'),<br />
            'title'     =&gt; Mage::helper('adminhtml')-&gt;__('Role Resources'),<br />
            //'content'   =&gt; $this-&gt;getLayout()-&gt;createBlock('adminhtml/permissions_tab_rolesedit')-&gt;toHtml(),<br />
        ));<br />
So the module work but the ressources roles content affectation is not displayed ^^.<br />
<br />
What this error is realy ? Call to a member function toHtml() on a non-object]]></description>
    </item>
            <item>
        <title>RE: Fatal error - Attempting to edit System &gt; Permi</title>
        <description><![CDATA[<em>#10 / Comment by <a href="http://www.magentocommerce.com/boards/member/16995/">Alexandre Kraft</a></em><br/><br/>Reporting what Magento Team said 6 days ago on issue #4744:<br />
<br />
This issue is a duplicate of #9872<br />
#9872 is resolved and fixes are to be available in the next bugfix release (1.2.1).<br />
<br />
@aSk: This error means, following PHP's logic, that $this-&gt;getLayout()-&gt;createBlock('adminhtml/permissions_tab_rolesedit') doesn't represent a valid object at the time the toHtml() method is called on it.]]></description>
    </item>
            <item>
        <title>RE: Fatal error - Attempting to edit System &gt; Permi</title>
        <description><![CDATA[<em>#11 / Comment by Magento Team</em><br/><br/>Hello dilbert4life,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
            <item>
        <title>RE: Fatal error - Attempting to edit System &gt; Permi</title>
        <description><![CDATA[<em>#12 / Comment by <a href="http://www.magentocommerce.com/boards/member/26001530/">bc28001</a></em><br/><br/>did you guys ever resolved this issue?<br />
if so im new at this and i dont know how to fixed it can you please send me a link where i can follow some steps and fixed this issue please]]></description>
    </item>
        </channel>
</rss>