Powermail file upload size
TYPO3’s Powermail extension has the ability to upload files. That’s cool. But what if you need to specify a limit on the file size so you don’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 template [...]
Older powermail versions and config.absRefPrefix
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’t. They submit the [...]
Powermail javascript bug
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();
‘Class’ 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 a new version is [...]
About Typo3, powermail and sr_freecap problems
I didn’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 bugs, [...]
