Andrew-
Regards to upgrading from v1.33 to 1.34 it looks like the only file needing updating was the classes file, so that's what I did.
Same issues continue. CAPTCHA image does not display on the shop running on PHP5.
Error log entry shows:
And I tried out your new _test_captcha.php with same negative result.Code:File does not exist: /home/ergo/public_html/403.shtml client denied by server configuration: /home/account/public_html/shop/includes/templates/my_template/images/index.php
I do see IMAGE_CAPTCHA _ALT displays where the CAPTCHA image should be. I'm assuming this a new define that needs to go into the language file?
Below is the generated source from the contact_us page:
All of the above is for the shop running on PHP5.Code:<img id="captimg" src="http://www.domain.com/shop/captcha_img.php?0.588261001174405752" alt="IMAGE_CAPTCHA_ALT" title=" IMAGE_CAPTCHA_ALT " height="50" width="240"> <input src="includes/templates/my_template/buttons/english/button_redraw.gif" alt="Redraw Capture Image" title=" Redraw Capture Image " onclick="document.getElementById('captimg').src='http://www.domain.com/shop/captcha_img.php?'+Math.random();return false;" type="image"> <br class="clearBoth"> <label for="captcha">Verification code:</label> <input name="captcha" id="captcha" type="text"> <span class="alert">* (case insensitive)</span> <br class="clearBoth">
I updated to v1.34 CAPTCHA on the server running PHP4 and the CAPTCHA image still displays. But font size remains tiny. Changing values for 'Chars minimum size' and 'Chars maximum size 'has no effect.
I am not understanding the meaning of "(1.0=Image Height)". Is that reference to pixel size or relative aspect ratio or some percentage of something?
Besides the default values I tried 24.0 and 36.0 respectively.
Is there anything I can tell my hosting provider what to look for regards he support required for this CAPTCHA mod.
I'm thinking possibly some server security configuration is disallowing the 0.588261001174405752 parameter appended to http://www.domain.com/shop/captcha_img.php?
<img src="http://www.domain.com/shop/captcha_img.php?0.588261001174405752">
Appreciate your advice and assistance in trying out different ideas.
Woody
Bookmarks