Forums

Mailer Error

Dartcr 01 Apr, 2016
Hi, I have a couple of mistakes and I have not found how to solve them:

1 - The contact section shows this error when a form is sent "Mailer Error: Could not instantiate mail function"

http://www.amaben.cr/tienda/contacto

If I sent a test mail through Joomla everything works, it is through form that does not work, on that same server a site uses ChronoForms v4 and it works well, where I have the error is in ChronoForms v5.



2 - The other problem is that this site uses Virtuemart, the client asked that below each product must be a form, so I change "...\productdetails\tmpl\default.php" to create a position where the form will appear.

"$ Modules = & JModuleHelper :: getModules ( 'form');
foreach ($ modules as $ module)
{
Echo JModuleHelper :: renderModule ($ module);
} "


http://www.amaben.cr/tienda/productos/view/productdetails/virtuemart_product_id/22/virtuemart_category_id/1

But if someone uses the form and press send, the product will double up.
GreyHead 02 Apr, 2016
1 Likes
Hi Dartcr,

Unless you have added SMTP settings in the ChronoForms settings page CF will use the Joomla! mailer. Please check that the From Email address matches the address set in the Site Mailer settings.

Bob
Dartcr 04 Apr, 2016
Thx GreyHead

In fact I checked the SMTP setting repeatedly, then I discovered I could add the SMTP config in CF settings, I did and the form began to work, copy and paste everything, but I'm worried password field is visible.

About the problem number 2, I still didn't find a solution
Dartcr 04 Apr, 2016
At the end remove the form and activate a virtuemart function to ask questions 😉
This topic is locked and no more replies can be posted.