Running joomla version 3.4.1 with guestbook component 3.0.2 installed no captcha images are displayed on front end. Instead "captcha afbeelding" (most likely in English this will be displayed as captcha picture).
This exact same issue was already discussed in the following forum thread: viewtopic.php?f=2&t=12123&start=10
But since it discussed a old version of phoca guestbook I started a new item.
Only reCaptcha or joomla default(when captcha-reCaptcha plugin is configured)are displayed correctly.
I checked for GD support in my phpinfo and it shows as installed.
To me it looks like the image location is wrong as inspect gave me the following source location: "/joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&Itemid=132&phocasid=368d59b80233a06f635401d8e81c157e"
The previously referred topic mentioned a setting Jhtml and Jroute, but I was unable to locate the setting.
Any guide to fix this is highly appreciated since it is holding me back from publishing the guestbook.
captcha image not displayed (guestbook version 3.0.3)
-
- Phoca Member
- Posts: 20
- Joined: 17 Sep 2014, 12:34
captcha image not displayed (guestbook version 3.0.3)
Last edited by zerofield on 29 Mar 2015, 20:56, edited 1 time in total.
- Jan
- Phoca Hero
- Posts: 48361
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: captcha image not displayed (guestbook version 3.0.2)
Hi, to to administration - Phoca Guestbook - Options - Captcha and there you can set different Captcha URLs.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 20
- Joined: 17 Sep 2014, 12:34
Re: captcha image not displayed (guestbook version 3.0.3)
Hi Jan, thanks for your timely response. Just upgraded to 3.0.3
The following results(but no images showing)
Relative path:
/joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&Itemid=132&phocasid=ac6d4d64b9f51186b56df06ca9ad1d6c
Full path:
joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&Itemid=132&phocasid=9bfff5f411935190bb31029b2355d1d4
Full path (no itemid):
joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&phocasid=1ccfcfec88960ebf772067c7355a4d7c
Relative path (no language prefix):
/joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&Itemid=132&phocasid=0b2a58a287f8bc4d826fc6dd27e7f957
Full path (no language prefix):
joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&Itemid=132&phocasid=2f0d6fa19c968920f25799a5bbc29c02
Full path (no itemid, no language suffix):
joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&Itemid=132&phocasid=2f0d6fa19c968920f25799a5bbc29c02
/joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&phocasid=380d4a1cd8aac8850dac36641df714a0
No clue on what the phocasid stands for but to me the link looks like it is pointing to the guestbook component where it should be pointing to an image.
Christopher
The following results(but no images showing)
Relative path:
/joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&Itemid=132&phocasid=ac6d4d64b9f51186b56df06ca9ad1d6c
Full path:
joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&Itemid=132&phocasid=9bfff5f411935190bb31029b2355d1d4
Full path (no itemid):
joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&phocasid=1ccfcfec88960ebf772067c7355a4d7c
Relative path (no language prefix):
/joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&Itemid=132&phocasid=0b2a58a287f8bc4d826fc6dd27e7f957
Full path (no language prefix):
joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&Itemid=132&phocasid=2f0d6fa19c968920f25799a5bbc29c02
Full path (no itemid, no language suffix):
joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&Itemid=132&phocasid=2f0d6fa19c968920f25799a5bbc29c02
/joomla25plus/index.php?option=com_phocaguestbook&view=guestbooki&id=3&phocasid=380d4a1cd8aac8850dac36641df714a0
No clue on what the phocasid stands for but to me the link looks like it is pointing to the guestbook component where it should be pointing to an image.
Christopher
- Jan
- Phoca Hero
- Posts: 48361
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: captcha image not displayed (guestbook version 3.0.3)
Hi, the link is a link to page which only generates the captcha, sid is here to prevent from caching the image (in case of reload, new image is forced)
Does't any method work for you?
Jan
Does't any method work for you?
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 20
- Joined: 17 Sep 2014, 12:34
Re: captcha image not displayed (guestbook version 3.0.3)
None of the link methods is working for multiple captchas(standard, math, ttf, easycalc). The only setup that pictures a working captcha with image, is one of the reCaptcha options(joomla default/recaptcha system plugin or the components recaptcha).
- Jan
- Phoca Hero
- Posts: 48361
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: captcha image not displayed (guestbook version 3.0.3)
Hmmm, this can mean some problem on the server as the images are rendered by php - GD library by these methods - so maybe some permissions or ownership problem when creating the image, or problem when creating the image by GD library, etc.
Jan
Jan
If you find Phoca extensions useful, please support the project
- jeejeestudio
- Phoca Professional
- Posts: 113
- Joined: 12 Feb 2008, 13:44
- Location: Netherlands
Re: captcha image not displayed (guestbook version 3.0.3)
Maybe you're logged in at the front-end?
set the Enable - Captha Users to ALL and try again
then it is showed also for registered people
set the Enable - Captha Users to ALL and try again
then it is showed also for registered people
-
- Phoca Newbie
- Posts: 9
- Joined: 27 Feb 2015, 23:43
Re: captcha image not displayed (guestbook version 3.0.3)
Is this perhaps the same problem as in my thread (viewtopic.php?f=2&t=28562).
Recaptcha gives an error message. Joomla standard seems to work. All other methods do not show the captcha image.
Am now using Joomla 3.4.1
Hubert
Recaptcha gives an error message. Joomla standard seems to work. All other methods do not show the captcha image.
Am now using Joomla 3.4.1
Hubert
- jeejeestudio
- Phoca Professional
- Posts: 113
- Joined: 12 Feb 2008, 13:44
- Location: Netherlands
Re: captcha image not displayed (guestbook version 3.0.3)
you got 3.4.1 working?
i don't dare to update to that version, too many bugs.
i don't dare to update to that version, too many bugs.
-
- Phoca Member
- Posts: 20
- Joined: 17 Sep 2014, 12:34
Re: captcha image not displayed (guestbook version 3.0.3)
Hi guys sorry for staying away for so long.Jan wrote:Hmmm, this can mean some problem on the server as the images are rendered by php - GD library by these methods - so maybe some permissions or ownership problem when creating the image, or problem when creating the image by GD library, etc.
Jan
@ Jan could you elaborate on methods to trace down which of your suggestions might be the issue. How could I check for the server permissions for example?
@ jeejeestudio
Thanks for your suggestions. I tried both logged-in/logged-out. Didn't make any difference. Checked the applicability setting in the guestbook component, which was already set to all.
@Huber, not shure if this is a similar issue. It seems you get errors display. I just don't get an image(only the alt text).
I updated as well to Joomla version 3.4.1. No issues experienced yet.
Nevertheless, updating to Joomla 3.4.1 didn't solve the issue with the captcha images.
Kind regards