CAPTCHA Not Working |
| jcollier | 09/02/10 - 02:54:18 PM | #1 |
|
Junior User
Joined: 09-Feb 10 From: United States Posts: 6 | I just installed and installed "Jupiter - Fully Modded" and am not able to login because the CAPTCHA image is not being displayed. I have checked the login box in the left column, the register page, and the contact us page - same issue.
I'm not sure how to fix the problem, but checked the GD Libraries and they are enabled on the server. Any ideas? | |
| |
|
| jcollier | 09/02/10 - 05:38:24 PM | #2 |
|
Junior User
Joined: 09-Feb 10 From: United States Posts: 6 | Figured it out. Had to update the font path in dev.php ...Code:
$font = $_SERVER['DOCUMENT_ROOT']."/JCM/includes/fonts/Pop.ttf";
|
... and dev2.php ...Code:
$font = $_SERVER['DOCUMENT_ROOT']."/JCM/includes/fonts/Pop.ttf";
|
... with the name of the subfolder where I installed JCM
Now it works fine. | |
| |
|
| vadsuhanc | 11/02/10 - 09:25:32 AM | #3 |
|
Junior User
Joined: 07-Oct 09 Posts: 11 | jcollier wrote:Figured it out. Had to update the font path in dev.php ...
... and dev2.php ...
... with the name of the subfolder where I installed JCM
Now it works fine.
i simply deleted the captcha parts. i think its not important to have captcha at login and everywhere. its needed at the registration but since u can use activation code, then its useless. (i think..) | |
| |
|
| SYPC-Aid | 13/02/10 - 11:55:53 AM | #4 |
|
Administrator
Joined: 04-Feb 09 From: United Kingdom Posts: 161 | jcollier wrote:Figured it out. Had to update the font path in dev.php ...Code:
$font = $_SERVER['DOCUMENT_ROOT']."/JCM/includes/fonts/Pop.ttf";
|
... and dev2.php ...Code:
$font = $_SERVER['DOCUMENT_ROOT']."/JCM/includes/fonts/Pop.ttf";
|
... with the name of the subfolder where I installed JCM
Now it works fine.
Sorry about that, and sorry I have been unable to reply to your post (though you managed to work it out). In mitigation, however, we have been without internet connection for the past week (modem fried and had to wait for our ISP to send us another one).
vadsuhanc wrote:i think its not important to have captcha at login and everywhere. its needed at the registration but since u can use activation code, then its useless. (i think..)
George specifically asked me to code the captcha challenge into the login form (originally I had it on the register page, reset password page and contact us form).
-------------------- Please don't PM me for support. Let's keep it on the forums, so we can all learn. ______________________________________ Click for My JCM Dev Install | |
| |
|