Hi,
It might be very simple but I cannot find a clue... On my contact form, I do not have message nor subject fields shown :-(
You can check my page here :
http://aillery.com/photo/index.php?p=contactEverything seems to be fine except those 2 fields not showing...
Does someone have a clue ?
I'm using zpArdoise theme but even if I'm switching to Default theme the problem stays the same...
Thanks for your help
Comments
So examine your various error logs.
I've edited your post subject. Always a good idea to mention third party themes in the subject to make the post more noticeable by the theme author.
zpArdoise uses the standard contact form.
and as told by Tippa, the issue is the same with Default theme.
so it's not a theme issue.
Another detail I just noticed, I've an error on my contact form, that doesn't seems to relate to the visibility of my subject and message fields, but still...
Warning: Missing argument 1 for zpCaptcha::getCaptcha(), called in /XXX/XXX/XXX/plugins/contact_form/form.php on line 89 and defined in /XXX/XXX/XXX/zp-core/zp-extensions/zpCaptcha.php on line 144
So there seems to be a "miscommunication" between my form and the CMS...
Thanks for your help
Version de Zenphoto 1.4.5.1 [b17846cb99] (Version officielle)
Paramètre régional présentement utilisé : fr_FR.UTF8
Chemin d’accès internet : /photo
Thème actuellement utilisé : zpArdoise
Version de PHP : 5.4.6
Bibliothèque graphique : PHP GD library bundled (2.0.34 compatible)
gif, jpg, jpeg, png, bmp supporté
Limite de mémoire de PHP : 128M (Note : votre serveur peut en fournir moins !)
Version de MySQLi : 5.1.49
Filtre anti-spam : simpleSpam
Générateur de Captcha : zpCaptcha
16 extensions activées :
auto_backup
class-video
colorbox_js
contact_form
crop_image
dynamic-locale
exampleMacros
jcarousel_thumb_nav
jplayer
rss
security-logger
simpleSpam
slideshow
trivialSpam
zenphoto_sendmail
zpCaptcha
Warning: Missing argument 1 for zpCaptcha::getCaptcha(), called in /XXX/XXX/XXX/plugins/contact_form/form.php on line 89 and defined in /XXX/XXX/XXX/zp-core/zp-extensions/zpCaptcha.php on line 144
I renamed it old_Form, and reload my contact page. Nothing seems to have changed...
photo/zp-core/zp-extensions/contact_form/form.php
instead of the one in plugins.
but same result...
Warning: Missing argument 1 for zpCaptcha::getCaptcha(), called in /XXX/XXX/www/photo/zp-core/zp-extensions/contact_form/form.php on line 89 and defined in /XXX/XXX/www/photo/zp-core/zp-extensions/zpCaptcha.php on line 144
http://aillery.com/photo/index.php?p=contact
You just get an error because when you try to send, it says no subject, no message... obviously :-(
`<?php printf(gettext("Subject<strong>%s:"),(checkRequiredField(getOption('contactform_subject')))); ?>`
https://github.com/zenphoto/zenphoto/releases
After updating it works !
Tahnks for your advices and it was my lucky day ! Right on time for 1.4.5.2 :-)