I\'m getting this error when I try to call the mail() function.
I tried adding ini_set(\'memory_limit\', \'64m\') to my index.php file - Which include()\'s
ini_set(\'memory_limit\', \'64m\')
If I look at the SafeString class, I don't see a unsafeRaw() method, but there is a toUnsafeRawString() method. Did you try debugging?
btw Why would you use this class if you're using the raw values anyway? That doesn't make any sense.