[TYPO3-english] how to get captcha in t3blog ?
Toshiyuki Toda
toda at kibanworks.jp
Wed Sep 1 10:27:55 CEST 2010
Hi list.
I think that you died following lines.
I commented out these 4 lines, image is created.
In my case, $validDirectory was symlink and $fileName was realpath.
typo3conf/ext/t3blog/pi1/widgets/blogList/captcha/captcha.php
line 66-69:
if (substr($fileName, 0, strlen($validDirectory)) != $validDirectory) {
// Remote file inclusion attempt -> block!
die('Sorry.');
}
>Hello,
>
>t3blog is great and working well as blog. In the comment page there is a
>field to insert captcha code. I have already installed captcha
>1.1.0 and add following in my ts
>
>````
>tx_t3blog_pi1.blogList.useCaptcha = 1
>``````````
>
>still no captcha code. What might be the problem ?
>
>Thanks for your time.
More information about the TYPO3-english
mailing list