0
Welcome Guest! Login
0 items Join Now

Problem with contact forms in joomla. HELP!

    • Rasmus's Avatar
    • Rasmus
    • Newbie
    • Posts: 5
    • Thanks: 0

    Problem with contact forms in joomla. HELP!

    Posted 12 years 4 months ago
    • Hi :D

      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)
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: Problem with contact forms in joomla. HELP!

    Posted 12 years 4 months ago
    • Which PHP- and Joomla version do you have?

      I read that there's a bug in the mail function in some older PHP versions.

      One more thing, if you enable full error reporting in Joomla, do you see any more related error messages?
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
    • Rasmus's Avatar
    • Rasmus
    • Newbie
    • Posts: 5
    • Thanks: 0

    Re: Problem with contact forms in joomla. HELP!

    Posted 12 years 4 months ago
    • Hi

      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 am using PHP mail setting
    • Rasmus's Avatar
    • Rasmus
    • Newbie
    • Posts: 5
    • Thanks: 0

    Re: Problem with contact forms in joomla. HELP!

    Posted 12 years 4 months ago
    • 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
    • Rasmus's Avatar
    • Rasmus
    • Newbie
    • Posts: 5
    • Thanks: 0

    Re: Problem with contact forms in joomla. HELP!

    Posted 12 years 4 months ago
    • and this:

      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
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: Problem with contact forms in joomla. HELP!

    Posted 12 years 4 months ago
    • Rasmus's Avatar
    • Rasmus
    • Newbie
    • Posts: 5
    • Thanks: 0

    Re: Problem with contact forms in joomla. HELP!

    Posted 12 years 4 months ago
    • 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.

      Thanks for you help and support! :P
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: Problem with contact forms in joomla. HELP!

    Posted 12 years 4 months ago
    • Please post here if you find any solutions for the other modules :)
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG

Time to create page: 0.073 seconds