<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Tue Jun 18 22:52:05 UTC 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.doctrine-project.org/jira/si/jira.issueviews:issue-xml/DMIG-21/DMIG-21.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Doctrine Project</title>
    <link>http://www.doctrine-project.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.7</version>
        <build-number>850</build-number>
        <build-date>21-02-2013</build-date>
    </build-info>

<item>
            <title>[DMIG-21] Call to undefined method Doctrine\DBAL\Migrations\Tools\Console\Command\StatusCommand::getApplication()</title>
                <link>http://www.doctrine-project.org/jira/browse/DMIG-21</link>
                <project id="10041" key="DMIG">Doctrine Migrations</project>
                        <description>&lt;p&gt;I get the following error when trying to run doctrine migrations:status in a newly configured setup:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;PHP Fatal error:  Call to undefined method Doctrine\DBAL\Migrations\Tools\Console\Command\StatusCommand::getApplication() in /library/vendor/migrations/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/AbstractCommand.php on line 82
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Changing line 82 of AbstractCommand.php to the following gets it working, but I am unsure of the implications: &lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;if ($this-&amp;gt;getHelper(&apos;db&apos;)) {
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>Doctrine 2.0.3, PHP 5.3.5</environment>
            <key id="12510">DMIG-21</key>
            <summary>Call to undefined method Doctrine\DBAL\Migrations\Tools\Console\Command\StatusCommand::getApplication()</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="lfeistel">Lee Feistel</reporter>
                        <labels>
                    </labels>
                <created>Tue, 29 Mar 2011 14:41:20 +0000</created>
                <updated>Wed, 16 Nov 2011 22:09:33 +0000</updated>
                                                                            <due></due>
                    <votes>2</votes>
                        <watches>3</watches>
                        <comments>
                    <comment id="15639" author="artefact2" created="Wed, 30 Mar 2011 10:41:19 +0000"  >&lt;p&gt;I have this issue too with the &quot;packaged&quot; Doctrine 2.0.3 availible at &lt;a href=&quot;http://www.doctrine-project.org/downloads/DoctrineORM-2.0.3-full.tar.gz&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/downloads/DoctrineORM-2.0.3-full.tar.gz&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Weirdly enough, the method is availible in the latest master, cf. &lt;a href=&quot;https://github.com/symfony/Console/blob/master/Command/Command.php#L88&quot; class=&quot;external-link&quot;&gt;https://github.com/symfony/Console/blob/master/Command/Command.php#L88&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="15679" author="wilmoore" created="Mon, 4 Apr 2011 19:20:26 +0000"  >&lt;p&gt;I also confirm this behavior. I&apos;ve also verified that this issue can be resolved by grabbing the latest (HEAD) from the Symfony repo.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>