I uploaded the page and the gallery works fine :-)
But the contactform doesn't work: after submitting it
displays: "No recipient addresses found in header".
I've seen
this in the guestbook of grindminded too.
This problem is in includes/content/contact_content.php on
line 31
The variable $recipient is being set to $site_owner_email -
this value isn't set in config.php. You can changing line 31 to:
$recipient = $admin_email;
or
You can manually set the address in contact_content.php
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1213748
Please check your configuration again.
Logged In: NO
This problem is in includes/content/contact_content.php on
line 31
The variable $recipient is being set to $site_owner_email -
this value isn't set in config.php. You can changing line 31 to:
$recipient = $admin_email;
or
You can manually set the address in contact_content.php
Logged In: YES
user_id=1213748
Thanks for the heads-up. I have looked at this again and
made the fix to Ver. 1.1.1