close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Captcha in About Us, not displaying

Thread began 4/10/2012 8:40 am by JOE352699 | Last modified 4/10/2012 11:36 am by Jason Byrnes | 750 views | 3 replies |

JOE352699

Captcha in About Us, not displaying

The Captcha security options is showing up and causing an error in the about us section of power store, would love to fix it or just kill it, checking our phpinfo.php shows GD support enabled but still no graphic and hence no way for the customer to continue.
the site is : www.bbmdrum.com
running on an apple xserve server under snow leopard 10.6

Any thoughts would be great.
Thank you
Joseph Barros

Sign in to reply to this post

Jason ByrnesWebAssist

In addition to the GD Library, the True type library must also be enabled.

trying to access the file that generates the captcha image:
WAVT_CaptchaSecurityImages.php


shows a blank screen.

this means that there is a php error occurring but error reporting is turned off.

add the following code to line 1 of the that page to turn error reporting on:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>
Sign in to reply to this post

JOE352699

The PHP line for error reporting has been turned on, the error listed on line 126, I have no understanding of this: $textbox = imagettfbbox($font_size, 0, $font, $captcha_string);

www.bbmdrum.com

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

the imagettfbbox() function requires both the GD library and the FreeType library.

function.imagettfbbox.php


in your phpinfo file, make sure the free type library is also enabled.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...