Hallo,
in the meantime I have my site up and running with zenphoto 1.4.5. Only one small issue remains: the captcha images (e.g. for commenting images) seem to be broken.
The zenpgoto error log does not show anything related. The GD library is enabled (freetype support on), watermarking works as well using a png watermark. Server Logfile shows that an image seems to be delivered with HTTP code 200). The image creation procedure seems to be running to the end (checked by adding an additional debugLog statement as last line in c.php). Background image is in place (path applied in c.php seems to be correct).
PHP version: 5.4.11 GD version: 2.0.34 compatible
Changing the theme or the web browser does not help either.
Any ideas what else could be wrong or how to further investigate?
Comments
what captcha are you using ?
If you are using reCaptcha with Stopdesign, I advice you to use another captcha image, prefixed by zp...
Ralf
Ralf
`
string(156) "Missing argument 1 for zpCaptcha::getCaptcha(),
called in /var/www/virtual/ra10/html/themes/zpBootstrap_tabula/contact_form/form.php on line 108 and defined" string(26) "Undefined variable: prompt" string(26) "Undefined variable: prompt"
`
I would at least try "system" as well as any of the fonts in the `.../zp-core/gd_fonts` folder. Those are GD "built in" fonts.
None of the fonts work. However, "system" for example is not contained in the gd_fonts folder?
When I choose azimov $fontname in c.php is:
/var/www/virtual/ra10/html/zp-core/gd_fonts//azimov.gdf Is the double slash before the fontfile correct?
If I choose system $fontname seems to be empty. Is that correct?
Thanks Ralf
Ralf
Btw, nice to see one of the first usages of my socialshareprivacy plugin!