<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lacisoft&#039;s &#187; powermail</title>
	<atom:link href="http://www.lacisoft.com/blog/tag/powermail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lacisoft.com/blog</link>
	<description>SELECT * FROM lacisoft</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:42:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not</title>
		<link>http://www.lacisoft.com/blog/2010/09/09/typo3-powermail-let-the-user-choose-if-he-wants-confirmation-email-or-not/</link>
		<comments>http://www.lacisoft.com/blog/2010/09/09/typo3-powermail-let-the-user-choose-if-he-wants-confirmation-email-or-not/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 18:29:08 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[TYPO3 Development]]></category>
		<category><![CDATA[confirmation email]]></category>
		<category><![CDATA[mailform]]></category>
		<category><![CDATA[powermail]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=562</guid>
		<description><![CDATA[TYPO3&#8242;s Powermail extension is a great mailform tool that allows you to collect all kinds of data from users and send them through email to you and to the user. But sometimes maybe the user doesn&#8217;t want to receive back this information. I didn&#8217;t know until now but i learned today that you can let [...]
Related posts:<ol>
<li><a href='http://www.lacisoft.com/blog/2009/01/25/about-typo3-powermail-and-sr_freecap-problems/' rel='bookmark' title='About Typo3, powermail and sr_freecap problems'>About Typo3, powermail and sr_freecap problems</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/01/17/powermail-file-upload-size/' rel='bookmark' title='Powermail file upload size'>Powermail file upload size</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/02/24/how-to-change-website-language-in-typo3-based-on-user-ip-or-browser/' rel='bookmark' title='How to change website language in Typo3 based on user IP or browser'>How to change website language in Typo3 based on user IP or browser</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>TYPO3&#8242;s Powermail extension is a great mailform tool that allows you to collect all kinds of data from users and send them through email to you and to the user. But sometimes maybe the user doesn&#8217;t want to receive back this information. I didn&#8217;t know until now but i learned today that you can let the user choose if he wants a conformation email or not.</p>
<p>Its very simple. You need to create a checkbox type of input with some text like for example : &#8220;Send me a copy of this message&#8221;. After that you set up the following typoscript in your page&#8217;s template:</p>
<pre class="brush:css">plugin.tx_powermail_pi1.allow.email2sender &gt;
plugin.tx_powermail_pi1.allow.email2sender = TEXT
plugin.tx_powermail_pi1.allow.email2sender.data = TSFE:fe_user|sesData|powermail_141|uid34|0

plugin.tx_powermail_pi1 {
    allow {
	email2sender = TEXT
	email2sender.value = {$plugin.powermail.allow.email2sender}
    }
}</pre>
<p>In the snippet above you need to change the following numbers: 141 &#8211; this is the id of your tt_content for powermail, 34 this is the uid of the field that enables the email sending or not (defined in the form).</p>
<p>It&#8217;s as simple as that</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F09%2F09%2Ftypo3-powermail-let-the-user-choose-if-he-wants-confirmation-email-or-not%2F&amp;title=TYPO3%20Powermail%20%26%238211%3B%20let%20the%20user%20choose%20if%20he%20wants%20confirmation%20email%20or%20not" id="wpa2a_2"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.lacisoft.com/blog/2009/01/25/about-typo3-powermail-and-sr_freecap-problems/' rel='bookmark' title='About Typo3, powermail and sr_freecap problems'>About Typo3, powermail and sr_freecap problems</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/01/17/powermail-file-upload-size/' rel='bookmark' title='Powermail file upload size'>Powermail file upload size</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/02/24/how-to-change-website-language-in-typo3-based-on-user-ip-or-browser/' rel='bookmark' title='How to change website language in Typo3 based on user IP or browser'>How to change website language in Typo3 based on user IP or browser</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/09/09/typo3-powermail-let-the-user-choose-if-he-wants-confirmation-email-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invitation to the second TYPO3 Garage in Cluj Napoca</title>
		<link>http://www.lacisoft.com/blog/2010/04/22/invitation-to-the-second-typo3-garage-in-cluj-napoca/</link>
		<comments>http://www.lacisoft.com/blog/2010/04/22/invitation-to-the-second-typo3-garage-in-cluj-napoca/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 12:49:26 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[garage]]></category>
		<category><![CDATA[powermail]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=439</guid>
		<description><![CDATA[As you might know i was a presenter at the first TYPO3 Garage held in Cluj Napoca. Now we at TYPO3 Romania in collaboration with Arxia Group organize the second edition of this event. I have a presentation again and i hereby invite all interested people to this event. Here is the full announcement : In [...]
Related posts:<ol>
<li><a href='http://www.lacisoft.com/blog/2009/12/09/i-will-be-presenting-at-typo3-garage-cluj-napoca/' rel='bookmark' title='I will be presenting at TYPO3 Garage Cluj Napoca'>I will be presenting at TYPO3 Garage Cluj Napoca</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/10/07/typo3-meeting-cluj-napoca/' rel='bookmark' title='Typo3 meeting Cluj Napoca'>Typo3 meeting Cluj Napoca</a></li>
<li><a href='http://www.lacisoft.com/blog/2011/10/25/typo3-4-6-release-party-in-cluj-napoca/' rel='bookmark' title='TYPO3 4.6 Release Party in Cluj Napoca'>TYPO3 4.6 Release Party in Cluj Napoca</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As you <a href="http://www.lacisoft.com/blog/2009/12/09/i-will-be-presenting-at-typo3-garage-cluj-napoca/">might know</a> i was a presenter at the first TYPO3 Garage held in Cluj Napoca. Now we at <a href="http://www.typo3romania.ro">TYPO3 Romania</a> in collaboration with <a href="http://www.arxia.com">Arxia Group</a> organize the second edition of this event. I have a presentation again and i hereby invite all interested people to this event.</p>
<p>Here is the full announcement :</p>
<p>In our ongoing effort to popularize and promote TYPO3, we will be organizing  the second  TYPO3 Garage in Cluj Napoca.  This is a workshop with the following  topics:</p>
<p>- Powermail (presented by Diana Florescu)</p>
<p>- Introduction to TemplaVoila (presented by Bodor László)</p>
<p>- Web accessibility (presented by Kerekes József)</p>
<p><strong>Where</strong></p>
<p>At Arxia’s headquarters on Paraului Street 2B, Cluj Napoca, Romania.  If you can’t find the place give us a call at 0733670659 and we will  guide you.</p>
<p><strong>When </strong></p>
<p>On the 28th of April 2010, at 19.00 pm</p>
<p><strong>Participation</strong></p>
<p>Participation is free but let us know that you’re coming by dropping  an email to alina.fleser[at]arxiagroup.com</p>
<p><strong>Note</strong></p>
<p>Please beware that all presentations will be held in romanian  language.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F04%2F22%2Finvitation-to-the-second-typo3-garage-in-cluj-napoca%2F&amp;title=Invitation%20to%20the%20second%20TYPO3%20Garage%20in%20Cluj%20Napoca" id="wpa2a_4"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.lacisoft.com/blog/2009/12/09/i-will-be-presenting-at-typo3-garage-cluj-napoca/' rel='bookmark' title='I will be presenting at TYPO3 Garage Cluj Napoca'>I will be presenting at TYPO3 Garage Cluj Napoca</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/10/07/typo3-meeting-cluj-napoca/' rel='bookmark' title='Typo3 meeting Cluj Napoca'>Typo3 meeting Cluj Napoca</a></li>
<li><a href='http://www.lacisoft.com/blog/2011/10/25/typo3-4-6-release-party-in-cluj-napoca/' rel='bookmark' title='TYPO3 4.6 Release Party in Cluj Napoca'>TYPO3 4.6 Release Party in Cluj Napoca</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/04/22/invitation-to-the-second-typo3-garage-in-cluj-napoca/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powermail file upload size</title>
		<link>http://www.lacisoft.com/blog/2010/01/17/powermail-file-upload-size/</link>
		<comments>http://www.lacisoft.com/blog/2010/01/17/powermail-file-upload-size/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 07:22:03 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[powermail]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=376</guid>
		<description><![CDATA[TYPO3&#8242;s Powermail extension has the ability to upload files. That&#8217;s cool. But what if you need to specify a limit on the file size so you don&#8217;t get 5 MB large pictures for something that should just be a profile photo and should be fairly small. There is a solution. Go edit your root TypoScript [...]
Related posts:<ol>
<li><a href='http://www.lacisoft.com/blog/2010/08/24/add-a-file-upload-to-typo3-flexform/' rel='bookmark' title='Add a file upload to TYPO3 Flexform'>Add a file upload to TYPO3 Flexform</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/05/05/typo3-file-upload-problems/' rel='bookmark' title='Typo3 file upload problems'>Typo3 file upload problems</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/09/23/enabling-php-file-uploads-in-typo3-backend/' rel='bookmark' title='Enabling PHP file uploads in TYPO3 Backend'>Enabling PHP file uploads in TYPO3 Backend</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>TYPO3&#8242;s Powermail extension has the ability to upload files. That&#8217;s cool. But what if you need to specify a limit on the file size so you don&#8217;t get 5 MB large pictures for something that should just be a profile photo and should be fairly small.</p>
<p>There is a solution. Go edit your root TypoScript template setup and insert the following code into it:</p>
<p><strong>plugin.tx_powermail_pi1.upload.filesize=2048</strong></p>
<p>This will allow the uploading of files up to 2048 kb&#8217;s in size (2 MB)</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2010%2F01%2F17%2Fpowermail-file-upload-size%2F&amp;title=Powermail%20file%20upload%20size" id="wpa2a_6"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.lacisoft.com/blog/2010/08/24/add-a-file-upload-to-typo3-flexform/' rel='bookmark' title='Add a file upload to TYPO3 Flexform'>Add a file upload to TYPO3 Flexform</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/05/05/typo3-file-upload-problems/' rel='bookmark' title='Typo3 file upload problems'>Typo3 file upload problems</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/09/23/enabling-php-file-uploads-in-typo3-backend/' rel='bookmark' title='Enabling PHP file uploads in TYPO3 Backend'>Enabling PHP file uploads in TYPO3 Backend</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/01/17/powermail-file-upload-size/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Older powermail versions and config.absRefPrefix</title>
		<link>http://www.lacisoft.com/blog/2009/10/20/older-powermail-versions-and-config-absrefprefix/</link>
		<comments>http://www.lacisoft.com/blog/2009/10/20/older-powermail-versions-and-config-absrefprefix/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 15:55:35 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[config.absRefPrefix]]></category>
		<category><![CDATA[powermail]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=307</guid>
		<description><![CDATA[After having some problems with MSIE i activated on one of my sites the config.absRefPrefix directive and set a prefix to all of my URL. I knew that this might cause some problems, especially with RealURL. But after some testing i found out that RealURL is working as expected but Powermail forms doesn&#8217;t. They submit [...]
Related posts:<ol>
<li><a href='http://www.lacisoft.com/blog/2009/01/25/about-typo3-powermail-and-sr_freecap-problems/' rel='bookmark' title='About Typo3, powermail and sr_freecap problems'>About Typo3, powermail and sr_freecap problems</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/03/12/powermail-javascript-bug/' rel='bookmark' title='Powermail javascript bug'>Powermail javascript bug</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/09/09/typo3-powermail-let-the-user-choose-if-he-wants-confirmation-email-or-not/' rel='bookmark' title='TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not'>TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After having some problems with MSIE i activated on one of my sites the config.absRefPrefix directive and set a prefix to all of my URL. I knew that this might cause some problems, especially with RealURL.</p>
<p>But after some testing i found out that RealURL is working as expected but Powermail forms doesn&#8217;t. They submit the form to a wrong URL. After some digging i found the <a href="http://forge.typo3.org/issues/show/2433">solution</a>. It seems that older versions of Powermail (mine was 1.4.7) doesn&#8217;t handle correctly the config.absRefPrefix setting.</p>
<p>So i upgraded to the latest version and this solved my problem. Maybe it will help some of  you too.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2009%2F10%2F20%2Folder-powermail-versions-and-config-absrefprefix%2F&amp;title=Older%20powermail%20versions%20and%20config.absRefPrefix" id="wpa2a_8"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.lacisoft.com/blog/2009/01/25/about-typo3-powermail-and-sr_freecap-problems/' rel='bookmark' title='About Typo3, powermail and sr_freecap problems'>About Typo3, powermail and sr_freecap problems</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/03/12/powermail-javascript-bug/' rel='bookmark' title='Powermail javascript bug'>Powermail javascript bug</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/09/09/typo3-powermail-let-the-user-choose-if-he-wants-confirmation-email-or-not/' rel='bookmark' title='TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not'>TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2009/10/20/older-powermail-versions-and-config-absrefprefix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powermail javascript bug</title>
		<link>http://www.lacisoft.com/blog/2009/03/12/powermail-javascript-bug/</link>
		<comments>http://www.lacisoft.com/blog/2009/03/12/powermail-javascript-bug/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 14:11:12 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[powermail]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=142</guid>
		<description><![CDATA[Powermail the popular Typo3 extension used to display forms and send the data through email has a bug in version 1.4.10 that generates a javascript error like this: var Validator = Class.create(); &#8216;Class&#8217; is not defined I found that this is caused by a configuration setting in ext_typoscript_setup.txt If you wondered, there is a workaround until [...]
Related posts:<ol>
<li><a href='http://www.lacisoft.com/blog/2010/09/09/typo3-powermail-let-the-user-choose-if-he-wants-confirmation-email-or-not/' rel='bookmark' title='TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not'>TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/10/20/older-powermail-versions-and-config-absrefprefix/' rel='bookmark' title='Older powermail versions and config.absRefPrefix'>Older powermail versions and config.absRefPrefix</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/01/25/about-typo3-powermail-and-sr_freecap-problems/' rel='bookmark' title='About Typo3, powermail and sr_freecap problems'>About Typo3, powermail and sr_freecap problems</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Powermail the popular Typo3 extension used to display forms and send the data through email has a bug in version 1.4.10 that generates a javascript error like this:</p>
<p><strong>var Validator = Class.create();</strong></p>
<p><strong>&#8216;Class&#8217; is not defined</strong></p>
<p>I found that this is caused by a configuration setting in ext_typoscript_setup.txt</p>
<p>If you wondered, there is a workaround until a new version is released:</p>
<p>Find the following code in <strong>ext_typoscript_setup.txt</strong> :</p>
<pre>page.includeJS.file31311 = EXT:powermail/js/checkbox/checkbox.js
page.headerData.31310 &lt; lib.powermail_dynJavascript
seite.headerData.31310 &lt; page.headerData.31310
seite.includeJS.31311 &lt; page.includeJS.file31311
seite.includeJS.31312 &lt; page.includeJS.file31312
seite.includeJS.31313 &lt; page.includeJS.file31313
seite.includeJS.31314 &lt; page.includeJS.file31314</pre>
<pre><strong>and change it with:</strong></pre>
<pre>
<pre>[userFunc = user_powermailOnCurrentPage()]
page.includeJS.file31311 = EXT:powermail/js/checkbox/checkbox.js
page.headerData.31310 &lt; lib.powermail_dynJavascript
seite.headerData.31310 &lt; page.headerData.31310
seite.includeJS.31311 &lt; page.includeJS.file31311
seite.includeJS.31312 &lt; page.includeJS.file31312
seite.includeJS.31313 &lt; page.includeJS.file31313
seite.includeJS.31314 &lt; page.includeJS.file31314
[end]</pre>
</pre>
<pre></pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2009%2F03%2F12%2Fpowermail-javascript-bug%2F&amp;title=Powermail%20javascript%20bug" id="wpa2a_10"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.lacisoft.com/blog/2010/09/09/typo3-powermail-let-the-user-choose-if-he-wants-confirmation-email-or-not/' rel='bookmark' title='TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not'>TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/10/20/older-powermail-versions-and-config-absrefprefix/' rel='bookmark' title='Older powermail versions and config.absRefPrefix'>Older powermail versions and config.absRefPrefix</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/01/25/about-typo3-powermail-and-sr_freecap-problems/' rel='bookmark' title='About Typo3, powermail and sr_freecap problems'>About Typo3, powermail and sr_freecap problems</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2009/03/12/powermail-javascript-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About Typo3, powermail and sr_freecap problems</title>
		<link>http://www.lacisoft.com/blog/2009/01/25/about-typo3-powermail-and-sr_freecap-problems/</link>
		<comments>http://www.lacisoft.com/blog/2009/01/25/about-typo3-powermail-and-sr_freecap-problems/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 19:31:44 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[powermail]]></category>
		<category><![CDATA[sr_freecap]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=80</guid>
		<description><![CDATA[I didn&#8217;t post for a while because i am busy with my project wich involves building a  website using Typo3 as foundation and several extensions for Typo3 like sr_freecap and powermail. What prompted this post is the numerous problems i encountered using the mentioned open source software. 1) The latest Typo3 releases are plagued by [...]
Related posts:<ol>
<li><a href='http://www.lacisoft.com/blog/2009/05/05/typo3-file-upload-problems/' rel='bookmark' title='Typo3 file upload problems'>Typo3 file upload problems</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/09/09/typo3-powermail-let-the-user-choose-if-he-wants-confirmation-email-or-not/' rel='bookmark' title='TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not'>TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/10/20/older-powermail-versions-and-config-absrefprefix/' rel='bookmark' title='Older powermail versions and config.absRefPrefix'>Older powermail versions and config.absRefPrefix</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t post for a while because i am busy with my project wich involves building a  website using Typo3 as foundation and several extensions for Typo3 like sr_freecap and powermail. What prompted this post is the numerous problems i encountered using the mentioned open source software.</p>
<p>1) The latest Typo3 releases are plagued by bugs, serious bugs. After the announcement that they discovered some serious security problems in the Typo3 core they released a new version: Typo3 4.2.4. As any user concerned with security i upgraded immediately to this version. And the problems started to appear.  I discovered this when the extension<a href="http://typo3.org/extensions/repository/view/sr_freecap/current/"> sr_freecap</a> stopped accepting valid captcha codes claiming everything i enter is invalid. I traced this back to a session storage problem in a short amount of time.</p>
<p>It seems that  Typo3 4.2.4  introduced a <a href="http://bugs.typo3.org/view.php?id=10205">very serious bug</a> that prevents session data to be stored in user session if the developer uses Typo3&#8242;s internal methods to store session data. In the bug report there is a workaround for this at least until the bug is fixed. Otherwise you need to downgrade to Typo3 4.2.3 which as we know has security issues. I applied the workaround for now, waiting for a new version.</p>
<p>I read today that they released version 4.2.5 to fix this regression, but new reports <a href="http://bugs.typo3.org/view.php?id=10261">already emerged</a> claiming that this fix introduces other problems. So i will wait a bit before upgrading to 4.2.5</p>
<p>2) Extension <a href="http://typo3.org/extensions/repository/view/sr_freecap/current/">sr_freecap</a> (version 1.1.0) will not work togheter with certain versions of <a href="http://typo3.org/extensions/repository/view/powermail/current/">powermail</a> (version 1.4.6). More exactly if you install powermail 1.4.6 then sr_freecap will stop showing the captcha image. After removal of the powermail extension, it will work again. I didn&#8217;t tried to look into more details about this because i really don&#8217;t need that much the powermail extension, so i just removed it.</p>
<p>3) After a while the sr_freecap extension started to throw me the message: &#8220;<strong>Sorry, service is interrupted</strong>&#8220;. In fact this is not a bug. It was my mistake because i entered invalid captcha codes and went beyond the default 100 maximum attempts to enter an invalid captcha. The setting can be found in the file ext_typoscript_constants.txt just look for <strong>maxAttempts </strong>and set it to a higher value for testing. After you finished your site, you can set it back to a lower value.</p>
<p>I hope this helps other developers who encounter these issues.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.lacisoft.com%2Fblog%2F2009%2F01%2F25%2Fabout-typo3-powermail-and-sr_freecap-problems%2F&amp;title=About%20Typo3%2C%20powermail%20and%20sr_freecap%20problems" id="wpa2a_12"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.lacisoft.com/blog/2009/05/05/typo3-file-upload-problems/' rel='bookmark' title='Typo3 file upload problems'>Typo3 file upload problems</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/09/09/typo3-powermail-let-the-user-choose-if-he-wants-confirmation-email-or-not/' rel='bookmark' title='TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not'>TYPO3 Powermail &#8211; let the user choose if he wants confirmation email or not</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/10/20/older-powermail-versions-and-config-absrefprefix/' rel='bookmark' title='Older powermail versions and config.absRefPrefix'>Older powermail versions and config.absRefPrefix</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2009/01/25/about-typo3-powermail-and-sr_freecap-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

