ok, the display debug is enabled.
I’m giving it one more day and if you guys can not fix your plugin it’s ok I’ll buy another contact form from somebody else. There are plenty of them out there and every other form plugins I tried are sending just fine including the current Contact 7 I have installed at the moment.
It’s getting too complicated here.
Here is the full server log for November: https://www.bestcalgarymusicians.com/bestcalgarymusicians.dunamobi.com-Nov-2016
And here is what the 500.php file gives me:
<!– PHP Wrapper – 500 Server Error –>
<html><head><title>500 Server Error</title></head>
<body bgcolor=white>
<h1>500 Server Error</h1>
A misconfiguration on the server caused a hiccup.
Check the server logs, fix the problem, then try again.
<hr>
<?
echo “URL: https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]<br>\n”;
$fixer = “checksuexec “.escapeshellarg($_SERVER[DOCUMENT_ROOT].$_SERVER[REQUEST_URI]);
echo $fixer
;
?>
</body></html>
Thx.