<?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 #28349 / Warning: Illegal string offset 'value' Form Field</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=14328</link>
        <description><![CDATA[<strong>Posted:</strong> 2012-10-12 04:45:37<br/><strong>Category:</strong> PayPal Integration<br/><strong>Version:</strong> 1.7.0.2<br/><strong>Priority:</strong> normal<br/><strong>Status:</strong> new<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/26409451/">BarryCarlyon</a></strong><br/><br/>With Debug mode on.<br />
Viewing the config -&gt; Payment Methods -&gt; For Main Website<br />
<br />
This error occurs<br />
<br />
Warning: Illegal string offset 'value'  in -snip-/public_html/app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field.php on line 114<br />
<br />
Ouputtting $options from the foreach:<br />
<br />
2012-10-12T08:38:30+00:00 DEBUG (7): Array<br />
(<br />
    [Authorization] =&gt; Authorization<br />
    [Sale] =&gt; Sale<br />
)<br />
<br />
The format should be similar to the following perhaps?<br />
<br />
2012-10-12T08:38:30+00:00 DEBUG (7): Array<br />
(<br />
    [0] =&gt; Array<br />
        (<br />
            [value] =&gt; 1<br />
            [label] =&gt; Yes<br />
        )<br />
<br />
    [1] =&gt; Array<br />
        (<br />
            [value] =&gt; 0<br />
            [label] =&gt; No<br />
        )<br />
<br />
)<br />
<br />
The element -&gt;getLabel is Payment Action<br />
The element-&gt;getName is groups[settings_payments_standart][fields][payment_action][value]<br />
<br />
This field is under the PayPal Standard Basic Settings<br />
The Payment Action is greyed out for me as it's using the Website default.<br />
<br />
So it seems that the Magneto PayPal standard module is a bit skewy<br />
<br />
This bug may also be present in the Admin configuration for the other PayPal modules, I'm only use Payments Standard.<br/><br/><hr/>]]></description>
    </item>
    
    </channel>
</rss>