Problem with contact formular GKcontact

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Aug 14, 2014 6:38 am
Reply with quote
Report this post
On my site http://migland.pl/new/#kontakt I've problem with sending data from formular, after pressing "send" nothing is done. I've tried change phpmail to sendmail but it alson not help. Please abaoy any advice. Thx.
User avatar
Senior Boarder

GK User
Thu Aug 14, 2014 9:19 pm
Reply with quote
Report this post
Hello,

Other messages are sending properly from joomla? On which hosting are you storing your website? (As I know home.php has problematic security rules which causes problems with this plugin).
User avatar
Administrator

GK User
Sat Aug 16, 2014 9:14 pm
Reply with quote
Report this post
I have also the same problem.
Can anyone help pls.
User avatar
Fresh Boarder

GK User
Mon Aug 18, 2014 8:40 am
Reply with quote
Report this post
@Angosom - I will ask again - other Joomla! messages are sending properly by mail?
User avatar
Administrator

GK User
Mon Aug 18, 2014 10:48 am
Reply with quote
Report this post
I've got a message
Nie można wykonać:/usr/sbin/sendmail
b��d podczas wysy�ania wiadomo�ci: Nie można wykonać:/usr/sbin/sendmail hosting domeny.pl
User avatar
Senior Boarder

GK User
Mon Aug 18, 2014 10:51 am
Reply with quote
Report this post
Please contact with your hosting provider for more details what can cause this problem - most probably you have wrong mail configuration in your Joomla and you should adjust it to the settings provided by your hosting.
User avatar
Administrator

GK User
Fri Aug 22, 2014 7:51 am
Reply with quote
Report this post
dziudek wrote:Please contact with your hosting provider for more details what can cause this problem - most probably you have wrong mail configuration in your Joomla and you should adjust it to the settings provided by your hosting.


Hi Duzidek,

I contacted my hosting provider, they checked everything but nothing found.

Then i tested with the original joomla contact form and it worked.
But GK contact doesnt work.

Can you or someone else please help me?
User avatar
Fresh Boarder

GK User
Fri Aug 22, 2014 8:58 am
Reply with quote
Report this post
Angosom wrote:
dziudek wrote:Please contact with your hosting provider for more details what can cause this problem - most probably you have wrong mail configuration in your Joomla and you should adjust it to the settings provided by your hosting.


Hi Duzidek,

I contacted my hosting provider, they checked everything but nothing found.

Then i tested with the original joomla contact form and it worked.
But GK contact doesnt work.

Can you or someone else please help me?



I tried with the GK contact plugin of template Steak House. this plugin does work good but the template is not proper.
So please help me, i think there is some problem with the gk plugin of template John.
User avatar
Fresh Boarder

GK User
Fri Aug 22, 2014 11:50 pm
Reply with quote
Report this post
If the Steakhouse GK Contact plugin is working for you, please replace in the plugin:

Code: Select all
$cur_url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];


to:

Code: Select all
$cur_url = ((!empty($_SERVER['HTTPS'])) && ($_SERVER['HTTPS']!='off')) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
User avatar
Administrator

GK User
Sat Aug 23, 2014 10:37 am
Reply with quote
Report this post
Thank you very much Dziudek.

The contactform is working now.
User avatar
Fresh Boarder


cron