From owner-freebsd-questions@FreeBSD.ORG Thu Oct 7 18:13:10 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53E8B106564A for ; Thu, 7 Oct 2010 18:13:10 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 060918FC1A for ; Thu, 7 Oct 2010 18:13:09 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P3uxp-00079a-3p for freebsd-questions@freebsd.org; Thu, 07 Oct 2010 20:13:09 +0200 Received: from pool-173-79-85-36.washdc.fios.verizon.net ([173.79.85.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Oct 2010 20:13:09 +0200 Received: from nightrecon by pool-173-79-85-36.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Oct 2010 20:13:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Thu, 07 Oct 2010 14:17:45 -0400 Lines: 28 Message-ID: References: <3.0.1.32.20101007081311.00edf500@sage-american.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-85-36.washdc.fios.verizon.net Subject: Re: Captcha image does not load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2010 18:13:10 -0000 Jack L. Stone wrote: > Folks: > > Please bear with me on this one. Am using FBSD-7.0p9 and PHP52. > > Have been using a Captcha protection against robots for a download section > of the server. It worked just fine since installed for a couple of years, > even with prior versions of PHP5. However, the captcha suddenly stopped > loading the initial image and required multiple clicks (variable times at > that) to get it to load an image that could be used by the customer. Just > shows the little "x" as broken link to image. Nothing tried has solved the > issue. Had to add text telling people to keep clicking if an image is not > seen. > > Anyone seen this and have any suggestions on how to fix other than finding > a different captcha script?. > I was having a similar problem and it involved php52-gd not working. I moved the following two lines to the end of my php.ini and it started working. I think it was having pdf.so load afterward is what did it. extension=gd.so extension=pdf.so -Mike