I just noticed that by enabling "access textimages" with recent CVS version
I enabled the creation of the textimage from captcha, BUT
I get invalid images from textimage!
Firefox says
"image cannot be displayed because it contains errors"
doing a view-source it looks like it could be png image
‰PNG
......lots of gibberih binary stuff following....
this happens on windows with
Number of fonts found: 249 as well as with 0 (no path set)
Number of background images found: 0
GD Version: bundled (2.0.28 compatible)
FreeType Support: True
(using a xampp packaged setup, with following php PHP 4.4.3)
on a redhat3 / i32 this stuff works!!
Number of fonts found: 0
Number of background images found: 0
GD Version: bundled (2.0.28 compatible)
FreeType Support: True
PHP 4.4.2 is there
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | _textimage_image_1156247229.png | 2.34 KB | Christoph C. Cemper |
Comments
Comment #1
wundo commentedIt seens to be a server specific problem, would you post an examplo of the png generated by the GD?
I don't have a windows server to test the module :(
Comment #2
Christoph C. Cemper commentedsure - me too thought it's a server issue - but which???
CR/LF in the PNG??? don't know
here's such a png attached
Comment #3
wundo commentedare your GD working property?
Comment #4
Christoph C. Cemper commentedI did use GD fine with the "watermark" module... so that should work...
any way to do better tests? do you have a "diagnose" functon in gd?
Comment #5
filiptc commentedI am having the exact same issue. Only that I can confirm that this is *not* OS related since I started having this problem on a WinXP and it persists after migrating to linux (clean install, manually deleted all DB textimage tables/rows). Last thing I remember doing before it stopped working (yes, it did work for a while - on XP) was installing the guestbook module (probably unrelated).
apache 2.2.3
php 5.1.6
Please do look into this.
@Christoph C. Cemper: Did you ever find out?
Comment #6
wundo commentedComment #7
Christoph C. Cemper commentedNo Sorry, I never found out... it did work on some sites, did not on others...
I'm currerntly disabling textimage, as it generates images that are cut off,
so people are seeing 4 letters, but it askes for 5 ...
overall a pretty frustrating story...
Comment #8
decipheredClosed due to inactivity.