<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
		>
<channel>
	<title>Kommentare für heissmann.org - Weblog</title>
	<atom:link href="http://www.heissmann.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heissmann.org</link>
	<description></description>
	<lastBuildDate>Thu, 04 Feb 2010 13:54:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Kommentar zu Powermail &#8211; E-Mails mit css formatieren von typO3</title>
		<link>http://www.heissmann.org/allgemein/powermail-e-mails-mit-css-formatieren/comment-page-1/#comment-585</link>
		<dc:creator>typO3</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://wp.heissmann.org/?p=171#comment-585</guid>
		<description>Hallo Mischa,

vielen Dank für obige Anleitung, genau das, was ich gesucht habe. Ohne ein neues Template anzulegen und zuzuweisen, habe ich den Code direkt im Template tmpl_emails.html angepasst (Ordner powermail/templates/).

Grüße aus München</description>
		<content:encoded><![CDATA[<p>Hallo Mischa,</p>
<p>vielen Dank für obige Anleitung, genau das, was ich gesucht habe. Ohne ein neues Template anzulegen und zuzuweisen, habe ich den Code direkt im Template tmpl_emails.html angepasst (Ordner powermail/templates/).</p>
<p>Grüße aus München</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Kleines Automator-Skript erstellt ENABLE_INSTALL_TOOL von Der Herr Kollege</title>
		<link>http://www.heissmann.org/proggen/kleines-automator-skript-erstellt-enable_install_tool/comment-page-1/#comment-583</link>
		<dc:creator>Der Herr Kollege</dc:creator>
		<pubDate>Fri, 29 Jan 2010 13:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.heissmann.org/?p=528#comment-583</guid>
		<description>Wenn wer keinen Mac benutzt, sondern ein Betriebssystem besitzt:
Kleine .reg-Datei erstellen mit folgendem Inhalt, doppelklicken, und voilá im Kontextmenü auf einem Ordner hat man jetzt die Option Enable Install Tool

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Enable_install_tool]
@=&quot;Enable Install Tool&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Enable_install_tool\command]
@=&quot;cmd.exe /c \&quot;echo a &gt; %1\\ENABLE_INSTALL_TOOL \&quot;&quot;</description>
		<content:encoded><![CDATA[<p>Wenn wer keinen Mac benutzt, sondern ein Betriebssystem besitzt:<br />
Kleine .reg-Datei erstellen mit folgendem Inhalt, doppelklicken, und voilá im Kontextmenü auf einem Ordner hat man jetzt die Option Enable Install Tool</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Enable_install_tool]<br />
@=&#8221;Enable Install Tool&#8221;</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Enable_install_tool\command]<br />
@=&#8221;cmd.exe /c \&#8221;echo a &gt; %1\\ENABLE_INSTALL_TOOL \&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Neue Suche für TYPO3 von christoph</title>
		<link>http://www.heissmann.org/proggen/typo3/neue-suche-fur-typo3/comment-page-1/#comment-581</link>
		<dc:creator>christoph</dc:creator>
		<pubDate>Sun, 20 Dec 2009 17:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.heissmann.org/?p=392#comment-581</guid>
		<description>Funktioniert übrigens immer noch nicht.
Hast du vielleicht noch eine Idee?

LG
Christoph</description>
		<content:encoded><![CDATA[<p>Funktioniert übrigens immer noch nicht.<br />
Hast du vielleicht noch eine Idee?</p>
<p>LG<br />
Christoph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Neue Suche für TYPO3 umbenannt von mpunktw</title>
		<link>http://www.heissmann.org/proggen/typo3/neue-suche-fur-typo3-umbenannt/comment-page-1/#comment-580</link>
		<dc:creator>mpunktw</dc:creator>
		<pubDate>Thu, 17 Dec 2009 14:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.heissmann.org/?p=499#comment-580</guid>
		<description>Ich hab ein wenig gegraben und bin dem Fehler ziemlich auf die Spur gekommen, denke ich, kann das Problem aber nciht lösen - bitte um Hilfe?!

Im Hook gibt es eine Funktion getPageContent und die funktioniert in unserem Fall nicht korrekt. Ich habe sie wie folgt verändert:
	function getPageContent($params,$conf) {
		$this-&gt;conf = $conf;
		$cont = $params[&#039;pObj&#039;]-&gt;content;
		/*wima*/
                /*wima*/echo &#039;$cont=&#039;.$cont.&#039;&#039;;
	        /*wima*/
		$cont = preg_replace(&quot;!(\r\n)&#124;(\r)&#124;(\t)&#124;(\n)!&quot;,&quot; &quot;,$cont);
und der $cont ist leer, selbst wenn in der Seite was drinnen steht?</description>
		<content:encoded><![CDATA[<p>Ich hab ein wenig gegraben und bin dem Fehler ziemlich auf die Spur gekommen, denke ich, kann das Problem aber nciht lösen &#8211; bitte um Hilfe?!</p>
<p>Im Hook gibt es eine Funktion getPageContent und die funktioniert in unserem Fall nicht korrekt. Ich habe sie wie folgt verändert:<br />
	function getPageContent($params,$conf) {<br />
		$this-&gt;conf = $conf;<br />
		$cont = $params['pObj']-&gt;content;<br />
		/*wima*/<br />
                /*wima*/echo &#8216;$cont=&#8217;.$cont.&#8221;;<br />
	        /*wima*/<br />
		$cont = preg_replace(&#8220;!(\r\n)|(\r)|(\t)|(\n)!&#8221;,&#8221; &#8220;,$cont);<br />
und der $cont ist leer, selbst wenn in der Seite was drinnen steht?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Neue Suche für TYPO3 umbenannt von mpunktw</title>
		<link>http://www.heissmann.org/proggen/typo3/neue-suche-fur-typo3-umbenannt/comment-page-1/#comment-579</link>
		<dc:creator>mpunktw</dc:creator>
		<pubDate>Thu, 17 Dec 2009 09:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.heissmann.org/?p=499#comment-579</guid>
		<description>Hi!

Was mach ich falsch, wenn die Tabelle tx_yatse_content leer bleibt? funktioniert der hook etwa nicht?

lg
Manfred</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Was mach ich falsch, wenn die Tabelle tx_yatse_content leer bleibt? funktioniert der hook etwa nicht?</p>
<p>lg<br />
Manfred</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Neue Suche für TYPO3 von Christoph</title>
		<link>http://www.heissmann.org/proggen/typo3/neue-suche-fur-typo3/comment-page-1/#comment-577</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Wed, 16 Dec 2009 22:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.heissmann.org/?p=392#comment-577</guid>
		<description>Das ist bereits eingestellt.

Sag&#039; mal, was muss eigentlich beim &quot;Ausgangspunkt&quot; im Seitenelement eingestellt werden?</description>
		<content:encoded><![CDATA[<p>Das ist bereits eingestellt.</p>
<p>Sag&#8217; mal, was muss eigentlich beim &#8220;Ausgangspunkt&#8221; im Seitenelement eingestellt werden?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Neue Suche für TYPO3 von Mischa</title>
		<link>http://www.heissmann.org/proggen/typo3/neue-suche-fur-typo3/comment-page-1/#comment-576</link>
		<dc:creator>Mischa</dc:creator>
		<pubDate>Wed, 16 Dec 2009 07:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.heissmann.org/?p=392#comment-576</guid>
		<description>Gib mal in dein TypoScript-Template ein 

config.language = de</description>
		<content:encoded><![CDATA[<p>Gib mal in dein TypoScript-Template ein </p>
<p>config.language = de</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Neue Suche für TYPO3 von Christoph</title>
		<link>http://www.heissmann.org/proggen/typo3/neue-suche-fur-typo3/comment-page-1/#comment-575</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Tue, 15 Dec 2009 22:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.heissmann.org/?p=392#comment-575</guid>
		<description>Hat ein bisschen gedauert, aber jetzt habe ich mal den Debug-Modus aktiviert und folgendes kam dabei heraus, wenn ich was im Suchfeld eingegeben habe:
----------
caller  	t3lib_DB::sql_query
ERROR 	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;ORDER BY data DESC&#039; at line 1
lastBuiltQuery 	SELECT *, MATCH (content) AGAINST (&#039;Internet&#039; IN BOOLEAN MODE) AS data FROM tx_yatse_content WHERE MATCH (content) AGAINST (&#039;Internet&#039; IN BOOLEAN MODE) AND page IN (2,63,101,62,4,41,36,37,35,94,11,17,97,106,108,107,21,18,19,20,23,24,25,110,58,59,92,100,102,12,15,99,98,80,82,27,6,13,14,7,10,86,95,89,81,87,61,83,96,-1) AND tx_yatse_content.deleted=0 AND tx_yatse_content.hidden=0 AND (tx_yatse_content.fe_group=&#039;&#039; OR tx_yatse_content.fe_group IS NULL OR tx_yatse_content.fe_group=&#039;0&#039; OR (tx_yatse_content.fe_group LIKE &#039;%,0,%&#039; OR tx_yatse_content.fe_group LIKE &#039;0,%&#039; OR tx_yatse_content.fe_group LIKE &#039;%,0&#039; OR tx_yatse_content.fe_group=&#039;0&#039;) OR (tx_yatse_content.fe_group LIKE &#039;%,-1,%&#039; OR tx_yatse_content.fe_group LIKE &#039;-1,%&#039; OR tx_yatse_content.fe_group LIKE &#039;%,-1&#039; OR tx_yatse_content.fe_group=&#039;-1&#039;)) AND ll = ORDER BY data DESC
debug_backtrace 	require#76 // tslib_fe-&gt;INTincScript#461 // tslib_fe-&gt;INTincScript_process#3015 // tslib_cObj-&gt;USER#3089 // tslib_cObj-&gt;callUserFunction#724 // call_user_func_array#5866 // tx_yatse_pi1-&gt;main# // tx_yatse_pi1-&gt;makeResults#88 // t3lib_DB-&gt;sql_query#156 // t3lib_DB-&gt;debug#771
----------

Falls das ein zu großer Salat ist, hier nochmal als Bild: 
http://pic.leech.it/pic.php?id=500dee1esqlerror.gif

Hoffe, das hilf weiter. :)

LG
Christoph</description>
		<content:encoded><![CDATA[<p>Hat ein bisschen gedauert, aber jetzt habe ich mal den Debug-Modus aktiviert und folgendes kam dabei heraus, wenn ich was im Suchfeld eingegeben habe:<br />
&#8212;&#8212;&#8212;-<br />
caller  	t3lib_DB::sql_query<br />
ERROR 	You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;ORDER BY data DESC&#8217; at line 1<br />
lastBuiltQuery 	SELECT *, MATCH (content) AGAINST (&#8216;Internet&#8217; IN BOOLEAN MODE) AS data FROM tx_yatse_content WHERE MATCH (content) AGAINST (&#8216;Internet&#8217; IN BOOLEAN MODE) AND page IN (2,63,101,62,4,41,36,37,35,94,11,17,97,106,108,107,21,18,19,20,23,24,25,110,58,59,92,100,102,12,15,99,98,80,82,27,6,13,14,7,10,86,95,89,81,87,61,83,96,-1) AND tx_yatse_content.deleted=0 AND tx_yatse_content.hidden=0 AND (tx_yatse_content.fe_group=&#8221; OR tx_yatse_content.fe_group IS NULL OR tx_yatse_content.fe_group=&#8217;0&#8242; OR (tx_yatse_content.fe_group LIKE &#8216;%,0,%&#8217; OR tx_yatse_content.fe_group LIKE &#8216;0,%&#8217; OR tx_yatse_content.fe_group LIKE &#8216;%,0&#8242; OR tx_yatse_content.fe_group=&#8217;0&#8242;) OR (tx_yatse_content.fe_group LIKE &#8216;%,-1,%&#8217; OR tx_yatse_content.fe_group LIKE &#8216;-1,%&#8217; OR tx_yatse_content.fe_group LIKE &#8216;%,-1&#8242; OR tx_yatse_content.fe_group=&#8217;-1&#8242;)) AND ll = ORDER BY data DESC<br />
debug_backtrace 	require#76 // tslib_fe-&gt;INTincScript#461 // tslib_fe-&gt;INTincScript_process#3015 // tslib_cObj-&gt;USER#3089 // tslib_cObj-&gt;callUserFunction#724 // call_user_func_array#5866 // tx_yatse_pi1-&gt;main# // tx_yatse_pi1-&gt;makeResults#88 // t3lib_DB-&gt;sql_query#156 // t3lib_DB-&gt;debug#771<br />
&#8212;&#8212;&#8212;-</p>
<p>Falls das ein zu großer Salat ist, hier nochmal als Bild:<br />
<a href="http://pic.leech.it/pic.php?id=500dee1esqlerror.gif" rel="nofollow">http://pic.leech.it/pic.php?id=500dee1esqlerror.gif</a></p>
<p>Hoffe, das hilf weiter. <img src='http://www.heissmann.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>LG<br />
Christoph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Neue Suche für TYPO3 umbenannt von DaiChan</title>
		<link>http://www.heissmann.org/proggen/typo3/neue-suche-fur-typo3-umbenannt/comment-page-1/#comment-574</link>
		<dc:creator>DaiChan</dc:creator>
		<pubDate>Wed, 02 Dec 2009 17:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.heissmann.org/?p=499#comment-574</guid>
		<description>hey (:

Danke für die Antwort. Was meinst du bitte mit Tabellenmodus? Meinst du den Listenmodus? Da hab ich nachgeschaut und das einzige was ich da für Yatse gefunden hab sind die stats… ?!</description>
		<content:encoded><![CDATA[<p>hey (:</p>
<p>Danke für die Antwort. Was meinst du bitte mit Tabellenmodus? Meinst du den Listenmodus? Da hab ich nachgeschaut und das einzige was ich da für Yatse gefunden hab sind die stats… ?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Neue Suche für TYPO3 von Mischa</title>
		<link>http://www.heissmann.org/proggen/typo3/neue-suche-fur-typo3/comment-page-1/#comment-573</link>
		<dc:creator>Mischa</dc:creator>
		<pubDate>Tue, 01 Dec 2009 21:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.heissmann.org/?p=392#comment-573</guid>
		<description>Hi Christoph,

kannst du mal das Debugging einschalten und schauen, was er für Fehler ausgibt. Ich vermute, dass hier ein SQL-Fehler vorliegt.

LG,

Mischa</description>
		<content:encoded><![CDATA[<p>Hi Christoph,</p>
<p>kannst du mal das Debugging einschalten und schauen, was er für Fehler ausgibt. Ich vermute, dass hier ein SQL-Fehler vorliegt.</p>
<p>LG,</p>
<p>Mischa</p>
]]></content:encoded>
	</item>
</channel>
</rss>
