Another CAPTCHA problem
Posted: 08 Sep 2008, 17:21
After upgrading from 1.2 (I think) to the latest version the CAPTCHA image is not working. It is just a blank image with a red X.
Worked fine with the old version and the site has GD Support enabled. The html-link to the image is
But this doesn't give me any hint to whats wrong. I can see a few others are having CAPTCHA-problems. Solutions anyone?
site : http://www.the-sunflower.com --> Guestbook
Update:
I can see there is a change on the CAPTCHA-part from the old version.
This part is commented out (when uncommented the images will show fine, but not working) and replaced with this (where it doesn't work)
Worked fine with the old version and the site has GD Support enabled. The html-link to the image is
Code: Select all
<img src="/index.php/guestbook/1?phocasid=650d778acf84ac2b2db2a0643fad6924" alt="" id="phocacaptcha" />site : http://www.the-sunflower.com --> Guestbook
Update:
I can see there is a change on the CAPTCHA-part from the old version.
Code: Select all
<td width="5" align="left" valign="middle"><?php echo JHTML::_( 'image.site', 'index.php?option=com_phocaguestbook&view=phocaguestbooki&phocasid='. md5(uniqid(time())), '', '','',JText::_('Captcha Image'), array('id' => 'phocacaptcha')); ?></td>Code: Select all
<img src="<?php echo JRoute::_('index.php?option=com_phocaguestbook&view=phocaguestbooki&id='.$this->id.'&Itemid='.$this->itemid.'&phocasid='. md5(uniqid(time()))) ; ?>" alt="<?php JText::_('Captcha Image'); ?>" id="phocacaptcha" />