|
|
Re:CB goes Captcha!
|
|
Date: 2007/02/15 08:55
|
By: houbahop
|
Status: User
|
|
|
Karma: 9  
|
|
Senior Joomlapolitan  | Posts: 99 |   | |
|
Hello,
I have the same problem than the other users about the picture not showing.
GD (2.0.28)
I have that link instead of the image :
index2.php?option=com_comprofiler&task=tabclass&Itemid=1&tab=getcaptchatab&no_html=1 My mp3 player plugin for CB : http://www.joomlapolis.com/components/com_joomlaboard/uploaded/files/extract_me_1st.zip
|
|
The administrator has disabled public write access. |
|
|
|
Re:CB goes Captcha!
|
|
Date: 2007/02/15 09:47
|
By: beat
|
Status: Admin
|
|
|
Karma: 239  
|
|
Admin  | Posts: 3822 |   | |
|
Well, if you have problems with displaying image, can you please post or pm me your server version and config as displayed in system->system info ?
Also it would be useful to have file write access to such a server with problems to test and debug. We need to be able to reproduce to debug, but can't. So if we can debug on a site with problem, would be helping a lot. Site can remain online, we just need to be able to edit a php file from the plugin to understand the problem. Don't post but simply PM me access info.
Thanks. Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:CB goes Captcha!
|
|
Date: 2007/02/15 15:38
|
By: zdiva
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
Hi all,
I had a problem with diplaying the image until I realized that my site was taken off line! As soon as I put it back online - voila! the image appeared and everything is working beatufuly! Great plugin! It would be even greater if it worked with the 'Contact Us' form! Thanks guys.
|
|
The administrator has disabled public write access. |
|
|
|
Re:CB goes Captcha!
|
|
Date: 2007/02/15 16:53
|
By: beat
|
Status: Admin
|
|
|
Karma: 239  
|
|
Admin  | Posts: 3822 |   | |
|
From what we see, it looks that some servers don't have the GD2 library configured with the needed FreeType library, which is normally installed with GD2.
Our first version of CB captcha plugin uses GD2 with php function imagettftext().
See last note here: http://www.php.net/manual/en/function.imagettfbbox.php
This is a library of GD2, which some hosters seem to not implement.
Please ask your hoster for this, and report back here if enabling that lib solved your problem.
We have looked at another image-generation implementation, but it also uses this library. Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:CB goes Captcha!
|
|
Date: 2007/02/15 16:55
|
By: kharder
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
I installed the plugin on my local test server and it worked perfectly. When I installed it on my live test website, all appeared fine until I submitted a test registration. I received an "Invalid Security Code" message. I tried this several times on two live sites with the same results. I have no display problems. Suggestions?
site = www.mphscaa.org host - siteground php - 5.0.5 (also tried w/ 5.1.6) joomla - 1.0.12 CB - 1.0.2
|
|
The administrator has disabled public write access. |
|
|
|
Re:CB goes Captcha!
|
|
Date: 2007/02/15 17:18
|
By: beat
|
Status: Admin
|
|
|
Karma: 239  
|
|
Admin  | Posts: 3822 |   | |
|
kharder wrote: I installed the plugin on my local test server and it worked perfectly. When I installed it on my live test website, all appeared fine until I submitted a test registration. I received an "Invalid Security Code" message. I tried this several times on two live sites with the same results. I have no display problems. Suggestions?
site = www.mphscaa.org host - siteground php - 5.0.5 (also tried w/ 5.1.6) joomla - 1.0.12 CB - 1.0.2
I suppose you didn't misstype the characters... 
Do you have php sessions enabled and configured correctly ?
Check System->System info. Everything should be green.
Also check the "php" tab in that screen: you should find:
Session Support enabled Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|