<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for coffeecoders.de</title>
	
	<link>http://coffeecoders.de</link>
	<description>professional devs at work</description>
	<lastBuildDate>Tue, 27 Dec 2011 19:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/coffeecoders-comments" /><feedburner:info uri="coffeecoders-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on Bootstrapping Doctrine 1.2 and Zend 1.10/1.11 the easy way by Alelasantillan</title>
		<link>http://coffeecoders.de/2010/10/bootstrapping-doctrine-1-2-and-zend-1-10-and-1-11-the-easy-way/comment-page-1/#comment-184</link>
		<dc:creator>Alelasantillan</dc:creator>
		<pubDate>Tue, 27 Dec 2011 19:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=262#comment-184</guid>
		<description>I did what you suggested:
0. I created a new zf project using #zf create project test11. Changed the Bootstrap.php file by the code you posted2. Added lines to the test1/application/configs/application.ini file, using the right settings for the db connector3. I created the test1/bin directory and inside I put the cli doctrine.php scriptFinally I put the contents of the lib directory that come into the Doctrine-1.2.2 package into the test1/library file

Then, the test failed:

php public/index.php PHP Fatal error:  Uncaught exception 'Zend_Config_Exception' with message 'syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in /usr/local/zend/apache2/htdocs/alela/prueba/application/configs/application.ini on line 39' in /usr/local/zend/share/ZendFramework/library/Zend/Config/Ini.php:182Stack trace:#0 /usr/local/zend/share/ZendFramework/library/Zend/Config/Ini.php(202): Zend_Config_Ini-&gt;_parseIniFile('/usr/local/zend...')#1 /usr/local/zend/share/ZendFramework/library/Zend/Config/Ini.php(126): Zend_Config_Ini-&gt;_loadIniFile('/usr/local/zend...')#2 /usr/local/zend/share/ZendFramework/library/Zend/Application.php(386): Zend_Config_Ini-&gt;__construct('/usr/local/zend...', 'production')#3 /usr/local/zend/share/ZendFramework/library/Zend/Application.php(85): Zend_Application-&gt;_loadConfig('/usr/local/zend...')#4 /usr/local/zend/apache2/htdocs/alela/prueba/public/index.php(24): Zend_Application-&gt;__construct('production', '/usr/local/zend...')#5 {main}  thrown in /usr/local/zend/share/ZendFramework/library/Zend/Config/Ini.php on line 182

any idea?
</description>
		<content:encoded><![CDATA[<p>I did what you suggested:<br />
0. I created a new zf project using #zf create project test11. Changed the Bootstrap.php file by the code you posted2. Added lines to the test1/application/configs/application.ini file, using the right settings for the db connector3. I created the test1/bin directory and inside I put the cli doctrine.php scriptFinally I put the contents of the lib directory that come into the Doctrine-1.2.2 package into the test1/library file</p>
<p>Then, the test failed:</p>
<p>php public/index.php PHP Fatal error:  Uncaught exception &#8216;Zend_Config_Exception&#8217; with message &#8216;syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or &#8216;&#8221;&#8216; in /usr/local/zend/apache2/htdocs/alela/prueba/application/configs/application.ini on line 39&#8242; in /usr/local/zend/share/ZendFramework/library/Zend/Config/Ini.php:182Stack trace:#0 /usr/local/zend/share/ZendFramework/library/Zend/Config/Ini.php(202): Zend_Config_Ini-&gt;_parseIniFile(&#8216;/usr/local/zend&#8230;&#8217;)#1 /usr/local/zend/share/ZendFramework/library/Zend/Config/Ini.php(126): Zend_Config_Ini-&gt;_loadIniFile(&#8216;/usr/local/zend&#8230;&#8217;)#2 /usr/local/zend/share/ZendFramework/library/Zend/Application.php(386): Zend_Config_Ini-&gt;__construct(&#8216;/usr/local/zend&#8230;&#8217;, &#8216;production&#8217;)#3 /usr/local/zend/share/ZendFramework/library/Zend/Application.php(85): Zend_Application-&gt;_loadConfig(&#8216;/usr/local/zend&#8230;&#8217;)#4 /usr/local/zend/apache2/htdocs/alela/prueba/public/index.php(24): Zend_Application-&gt;__construct(&#8216;production&#8217;, &#8216;/usr/local/zend&#8230;&#8217;)#5 {main}  thrown in /usr/local/zend/share/ZendFramework/library/Zend/Config/Ini.php on line 182</p>
<p>any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on trac: upgrading trac with easy_install fails with “unexpected HTML page found” by Inode Ltd » Blog Archive » Debian and python setuptools easy_install — “error: Unexpected HTML page found”</title>
		<link>http://coffeecoders.de/2009/08/trac-upgrading-trac-with-easy_install-fails-with-unexpected-html-page-found/comment-page-1/#comment-146</link>
		<dc:creator>Inode Ltd » Blog Archive » Debian and python setuptools easy_install — “error: Unexpected HTML page found”</dc:creator>
		<pubDate>Thu, 25 Feb 2010 06:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=240#comment-146</guid>
		<description>[...] like the Debian packaged version can’t handle the latest subversion web pages. Thanks to coffeecoders.de we have a simple description of the problem &amp; a workaround … upgrade easy_install [...]</description>
		<content:encoded><![CDATA[<p>[...] like the Debian packaged version can&#8217;t handle the latest subversion web pages. Thanks to coffeecoders.de we have a simple description of the problem &amp; a workaround &#8230; upgrade easy_install [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change the repository location in subversion by stevie</title>
		<link>http://coffeecoders.de/2009/02/change-the-repository-location-in-subversion/comment-page-1/#comment-143</link>
		<dc:creator>stevie</dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=124#comment-143</guid>
		<description>Thank you andrew for your tips. 

Based on the first two we changed the article a bit, but I am not sure about the last one with the dot.

Are you sure?</description>
		<content:encoded><![CDATA[<p>Thank you andrew for your tips. </p>
<p>Based on the first two we changed the article a bit, but I am not sure about the last one with the dot.</p>
<p>Are you sure?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change the repository location in subversion by stevie</title>
		<link>http://coffeecoders.de/2009/02/change-the-repository-location-in-subversion/comment-page-1/#comment-173</link>
		<dc:creator>stevie</dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=124#comment-173</guid>
		<description>Thank you andrew for your tips. 

Based on the first two we changed the article a bit, but I am not sure about the last one with the dot.

Are you sure?</description>
		<content:encoded><![CDATA[<p>Thank you andrew for your tips. </p>
<p>Based on the first two we changed the article a bit, but I am not sure about the last one with the dot.</p>
<p>Are you sure?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change the repository location in subversion by andrew</title>
		<link>http://coffeecoders.de/2009/02/change-the-repository-location-in-subversion/comment-page-1/#comment-142</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=124#comment-142</guid>
		<description>Forgot another thing:
- there is a dot missing at the end</description>
		<content:encoded><![CDATA[<p>Forgot another thing:<br />
- there is a dot missing at the end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change the repository location in subversion by andrew</title>
		<link>http://coffeecoders.de/2009/02/change-the-repository-location-in-subversion/comment-page-1/#comment-172</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=124#comment-172</guid>
		<description>Forgot another thing:
- there is a dot missing at the end</description>
		<content:encoded><![CDATA[<p>Forgot another thing:<br />
- there is a dot missing at the end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change the repository location in subversion by andrew</title>
		<link>http://coffeecoders.de/2009/02/change-the-repository-location-in-subversion/comment-page-1/#comment-141</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=124#comment-141</guid>
		<description>Thanks for the tip, a few minor points though:
- there must be two dashes before "relocate"
- the urls must be full

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, a few minor points though:<br />
- there must be two dashes before &#8220;relocate&#8221;<br />
- the urls must be full</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change the repository location in subversion by andrew</title>
		<link>http://coffeecoders.de/2009/02/change-the-repository-location-in-subversion/comment-page-1/#comment-171</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=124#comment-171</guid>
		<description>Thanks for the tip, a few minor points though:
- there must be two dashes before "relocate"
- the urls must be full

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, a few minor points though:<br />
- there must be two dashes before &#8220;relocate&#8221;<br />
- the urls must be full</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mouse-less Eclipse by Eclipse shortcuts – Mario Rimann's Blog</title>
		<link>http://coffeecoders.de/2009/08/mouse-less-eclipse/comment-page-1/#comment-119</link>
		<dc:creator>Eclipse shortcuts – Mario Rimann's Blog</dc:creator>
		<pubDate>Wed, 09 Sep 2009 20:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=238#comment-119</guid>
		<description>[...] Just a short one about using keyboard shortcuts in Eclipse to speed up your development. (via coffeecoders) [...]</description>
		<content:encoded><![CDATA[<p>[...] Just a short one about using keyboard shortcuts in Eclipse to speed up your development. (via coffeecoders) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on coffeecoders gone twitter by Stevie</title>
		<link>http://coffeecoders.de/2009/08/coffeecoders-gone-twitter/comment-page-1/#comment-115</link>
		<dc:creator>Stevie</dc:creator>
		<pubDate>Mon, 31 Aug 2009 11:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/2009/08/coffeecoders-gone-twitter/#comment-115</guid>
		<description>Hey, just testing the new comment field for adding a twitter id.</description>
		<content:encoded><![CDATA[<p>Hey, just testing the new comment field for adding a twitter id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on coffeecoders gone twitter by Stevie</title>
		<link>http://coffeecoders.de/2009/08/coffeecoders-gone-twitter/comment-page-1/#comment-181</link>
		<dc:creator>Stevie</dc:creator>
		<pubDate>Mon, 31 Aug 2009 11:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/2009/08/coffeecoders-gone-twitter/#comment-181</guid>
		<description>Hey, just testing the new comment field for adding a twitter id.</description>
		<content:encoded><![CDATA[<p>Hey, just testing the new comment field for adding a twitter id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hug a developer by Erik</title>
		<link>http://coffeecoders.de/2009/03/hug-a-developer/comment-page-1/#comment-67</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 28 Mar 2009 19:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=207#comment-67</guid>
		<description>Hilarious! I agree (but to speak the truth... I've been posting a lot of things on my own blog ;) but yes, I couldn't finish some CC articles that are waiting in the pipe...)</description>
		<content:encoded><![CDATA[<p>Hilarious! I agree (but to speak the truth&#8230; I&#8217;ve been posting a lot of things on my own blog <img src='http://coffeecoders.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  but yes, I couldn&#8217;t finish some CC articles that are waiting in the pipe&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hug a developer by Erik</title>
		<link>http://coffeecoders.de/2009/03/hug-a-developer/comment-page-1/#comment-180</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 28 Mar 2009 19:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=207#comment-180</guid>
		<description>Hilarious! I agree (but to speak the truth... I've been posting a lot of things on my own blog ;) but yes, I couldn't finish some CC articles that are waiting in the pipe...)</description>
		<content:encoded><![CDATA[<p>Hilarious! I agree (but to speak the truth&#8230; I&#8217;ve been posting a lot of things on my own blog <img src='http://coffeecoders.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  but yes, I couldn&#8217;t finish some CC articles that are waiting in the pipe&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on trac: Solving sqlite-issues when upgrading from Debian etch to lenny by Eric</title>
		<link>http://coffeecoders.de/2009/02/trac-solving-sqlite-issues-when-upgrading-from-debian-etch-to-lenny/comment-page-1/#comment-33</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 04 Mar 2009 06:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=128#comment-33</guid>
		<description>Great how-to.  Also, this link has some other steps for transitioning from etch to lenny's trac: 
http://wiki.kartbuilding.net/index.php/Upgrade_Trac  
They forgot to mention at the end to also run 'trac-admin /location/of/trac wiki upgrade' as well.</description>
		<content:encoded><![CDATA[<p>Great how-to.  Also, this link has some other steps for transitioning from etch to lenny&#8217;s trac:<br />
<a href="http://wiki.kartbuilding.net/index.php/Upgrade_Trac" rel="nofollow">http://wiki.kartbuilding.net/index.php/Upgrade_Trac</a><br />
They forgot to mention at the end to also run &#8216;trac-admin /location/of/trac wiki upgrade&#8217; as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on trac: Solving sqlite-issues when upgrading from Debian etch to lenny by Eric</title>
		<link>http://coffeecoders.de/2009/02/trac-solving-sqlite-issues-when-upgrading-from-debian-etch-to-lenny/comment-page-1/#comment-175</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 04 Mar 2009 06:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=128#comment-175</guid>
		<description>Great how-to.  Also, this link has some other steps for transitioning from etch to lenny's trac: 
http://wiki.kartbuilding.net/index.php/Upgrade_Trac  
They forgot to mention at the end to also run 'trac-admin /location/of/trac wiki upgrade' as well.</description>
		<content:encoded><![CDATA[<p>Great how-to.  Also, this link has some other steps for transitioning from etch to lenny&#8217;s trac:<br />
<a href="http://wiki.kartbuilding.net/index.php/Upgrade_Trac" rel="nofollow">http://wiki.kartbuilding.net/index.php/Upgrade_Trac</a><br />
They forgot to mention at the end to also run &#8216;trac-admin /location/of/trac wiki upgrade&#8217; as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on trac: Solving sqlite-issues when upgrading from Debian etch to lenny by Olivier « toutoune25 » Tétard</title>
		<link>http://coffeecoders.de/2009/02/trac-solving-sqlite-issues-when-upgrading-from-debian-etch-to-lenny/comment-page-1/#comment-29</link>
		<dc:creator>Olivier « toutoune25 » Tétard</dc:creator>
		<pubDate>Thu, 19 Feb 2009 08:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=128#comment-29</guid>
		<description>Thanks a lot for this tip.

This migration procedure should have been written in NEWS.Debian.gz or something like that.

Olivier;</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this tip.</p>
<p>This migration procedure should have been written in NEWS.Debian.gz or something like that.</p>
<p>Olivier;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on trac: Solving sqlite-issues when upgrading from Debian etch to lenny by Olivier « toutoune25 » Tétard</title>
		<link>http://coffeecoders.de/2009/02/trac-solving-sqlite-issues-when-upgrading-from-debian-etch-to-lenny/comment-page-1/#comment-174</link>
		<dc:creator>Olivier « toutoune25 » Tétard</dc:creator>
		<pubDate>Thu, 19 Feb 2009 08:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=128#comment-174</guid>
		<description>Thanks a lot for this tip.

This migration procedure should have been written in NEWS.Debian.gz or something like that.

Olivier;</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this tip.</p>
<p>This migration procedure should have been written in NEWS.Debian.gz or something like that.</p>
<p>Olivier;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Choosing the right DOCTYPE by Erik</title>
		<link>http://coffeecoders.de/2009/02/choosing-the-right-doctype/comment-page-1/#comment-28</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Mon, 16 Feb 2009 14:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=166#comment-28</guid>
		<description>Giving up is human ;)
Especially if the CMS is driven by a lame WYSIWYG... no matter how hard you try, it will always add things like valign, salign, or other ancient HTML 4 elements like &lt;b&gt;s or &lt;br&gt;s, etc...</description>
		<content:encoded><![CDATA[<p>Giving up is human <img src='http://coffeecoders.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Especially if the CMS is driven by a lame WYSIWYG&#8230; no matter how hard you try, it will always add things like valign, salign, or other ancient HTML 4 elements like &lt;b&gt;s or &lt;br&gt;s, etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Choosing the right DOCTYPE by Erik</title>
		<link>http://coffeecoders.de/2009/02/choosing-the-right-doctype/comment-page-1/#comment-179</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Mon, 16 Feb 2009 14:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=166#comment-179</guid>
		<description>Giving up is human ;)
Especially if the CMS is driven by a lame WYSIWYG... no matter how hard you try, it will always add things like valign, salign, or other ancient HTML 4 elements like &lt;b&gt;s or &lt;br&gt;s, etc...</description>
		<content:encoded><![CDATA[<p>Giving up is human <img src='http://coffeecoders.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Especially if the CMS is driven by a lame WYSIWYG&#8230; no matter how hard you try, it will always add things like valign, salign, or other ancient HTML 4 elements like &lt;b&gt;s or &lt;br&gt;s, etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on trac: Solving sqlite-issues when upgrading from Debian etch to lenny by Debian »Lenny« released :: WE ARE ROOT</title>
		<link>http://coffeecoders.de/2009/02/trac-solving-sqlite-issues-when-upgrading-from-debian-etch-to-lenny/comment-page-1/#comment-27</link>
		<dc:creator>Debian »Lenny« released :: WE ARE ROOT</dc:creator>
		<pubDate>Sun, 15 Feb 2009 15:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://coffeecoders.de/?p=128#comment-27</guid>
		<description>[...] Auf einem Entwicklungsserver kam es beim Dist-Upgrade auf Lenny zu keinen bemerkenswerten Problemen. Selbst der Wechsel auf Python 2.5 gelang problemlos (einzige Ausnahme: Teamsoftware trac mit Sqlite-Backend). [...]</description>
		<content:encoded><![CDATA[<p>[...] Auf einem Entwicklungsserver kam es beim Dist-Upgrade auf Lenny zu keinen bemerkenswerten Problemen. Selbst der Wechsel auf Python 2.5 gelang problemlos (einzige Ausnahme: Teamsoftware trac mit Sqlite-Backend). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

