Finally got the nightly working...my fault I forgot to change the rewrite path in htaccess to root- idiot!
Anyway site back to normal and the contact_form still gives the same error and again setting message field from required to show in the contact_form plugin options and then leaving field blank when submitting the form allows the form to reach the commit stage and then gives the error on the final send.
I have tried everything I can think of over the past couple of weeks but still have this problem. I have been using the latest nightly of zenphoto and svn of zenpage.
Am I the only person having a problem putting the contact form in a zenpage page?
If so I guess its down to my host.
Anyone else...
Hello,
unfortunately, I have the same type of problem trying to include contact_form into my zenpage news.php page.
My thread about it is here : http://www.zenphoto.org/support/topic.php?id=4370&replies=1#post-25881
Good luck
I have resolved this issue.
Edit zp-core/plugins/contact_form.php
Line 24 should read:
require_once(SERVERPATH . "/" . ZENFOLDER . "/admin-functions.php");
require_once("zenpage/zenpage-template-functions.php");
Note the new line that requires zenpage-template-functions.php
Thats all I had to do - now in zenpage i can put into a code block of a new page and the contact works perfectly - I can confirm the email works also.