Can anyone help with this matter? It would be greatly appreciated.
There's a FAQ on this which suggests a couple of things to try. It's probably a permissions issue with your host and the server logs are the best place to look for the solution - but do try out the tests in the FAQ first.
Bob
I don't suppose you could post a link at all? Sorry to be a bother!
You're correct - there aren't any (sorry, I need my second cup of coffee this morning). But the ChronoVerification code is identical. If you have ChronoForms installed then check the Anti_Spam tab for the dignostics (if you don't then you can check PHPInfo to see if the libraries are installed - GD, FreeType and PNG support. And you can run the same test on the ChronoVerification.php file
Bob
Freetype, GD and PNG are all supported, but I don't have ChronoForms installed, so have no ANTI_SPAM Tab.
It's #30 'Imageverification doesn't work' The relevant bit reads:
If all is well there and images still do not display then you can get more 'informative' error reports if you Change the header at line 17 in chrono_verification.php from header("Content-type: image/png"); to header("Content-type: text/html");. Then point your browser directly to that file i.e. http://www.example.com/components/com_chronocontact/chrono_verification.php
It will show PHP errors on things php cannot handle. This should provide enough input to fix the problem.
Bob
