I've got a problem with main website. Error messages show when trying to complete and send a contactform. The problem occurs on different components (Hikashop, RSform and "Joomla built-in contact form").
I get this error message:
You must provide at least one recipient email address
I'd tried different things to find a solution but without any luck.
I've set the e-mail settings correctly in the joomla configuration and both the Hikashop and RSform, as far as I know.
I've "googled" around to find a solution and I have read that the problem should be something with the template. Some people write that the problem is to find here: templates - "template" - html - com_contact - contact - default_form.php.
I have limited html coding skills, so I can't figure out the problem.
I hope that you can help me! Thanks!
(I've attached 2 pictures to show the error message)
I use Joomla 2.5.8 together with the RocketTheme Clarion template.
When I enable maximum error reporting (Global configuration - server - server settings), the same problem occurs except at the "joomla built-in contact form", this just says "thanks for your email" but i don't receive any email. For the RSform and Hikashop it is the same problem.
I have changed some settings within Hikashop. Now i don't get the error message "You must provide at least one recipient email address ".
Now I get the error message: " Could not instantiate mail function. "
Enabling the error reporting to "Development" I also get these messages on the site:
Strict Standards: Declaration of GantryFeatureToTop::render() should be compatible with that of GantryFeature::render() in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/templates/rt_clarion/features/totop.php on line 36
Strict Standards: Declaration of GantryFeatureDate::render() should be compatible with that of GantryFeature::render() in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/templates/rt_clarion/features/date.php on line 38
Strict Standards: Declaration of GantryFeaturePopup::render() should be compatible with that of GantryFeature::render() in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/templates/rt_clarion/features/popup.php on line 33
Strict Standards: Declaration of GantryFeatureFontSizer::render() should be compatible with that of GantryFeature::render() in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/templates/rt_clarion/features/fontsizer.php on line 67
Strict Standards: Declaration of GantryFeatureResetSettings::render() should be compatible with that of GantryFeature::render() in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/templates/rt_clarion/features/resetsettings.php on line 36
Strict Standards: Declaration of GantryFeaturelogo::render() should be compatible with that of GantryFeature::render() in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/templates/rt_clarion/features/logo.php on line 67
Strict Standards: Declaration of GantryFeatureCopyright::render() should be compatible with that of GantryFeature::render() in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/templates/rt_clarion/features/copyright.php on line 28
Strict Standards: Declaration of GantryFeatureSplitMenu::render() should be compatible with that of GantryFeature::render() in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/templates/rt_clarion/features/splitmenu.php on line 125
Strict Standards: Declaration of GantryFeatureFusionMenu::render() should be compatible with that of GantryFeature::render() in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/templates/rt_clarion/features/fusionmenu.php on line 69
Strict Standards: Declaration of GantryFeatureLogin::render() should be compatible with that of GantryFeature::render() in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/templates/rt_clarion/features/login.php on line 39
Strict Standards: Declaration of GantryFeatureBranding::render() should be compatible with that of GantryFeature::render() in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/templates/rt_clarion/features/branding.php on line 30
Strict Standards: Only variables should be assigned by reference in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/components/com_hikashop/controllers/product.php on line 75
Strict Standards: Only variables should be assigned by reference in /var/www/www.handelsfirmaet-jaco.dk/www/urbag.dk/components/com_hikashop/views/product/view.html.php on line 1695
Thanks for your suggestions. Seems that I might have found the solution. Instead of using PHP mail I changed it to SMTP email config.
This solved the problem with Hikashop component. But I still have some problems with RSform and the joomla built-in contact form. I think this might be something within the specific component, so I will try some different configuration. That might help.