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" />