<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=5037&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / FormBuilder Modul Fehler -> CMSmailer !!!]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=5037</link>
		<description><![CDATA[Die aktuellsten Beiträge in FormBuilder Modul Fehler -> CMSmailer !!!.]]></description>
		<lastBuildDate>Tue, 15 Aug 2017 12:18:33 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: FormBuilder Modul Fehler -> CMSmailer !!!]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=40560#p40560</link>
			<description><![CDATA[<p>Hatte eben dasselbe Problem, es scheint zu klappen. Danke!</p>]]></description>
			<author><![CDATA[dummy@example.com (jog)]]></author>
			<pubDate>Tue, 15 Aug 2017 12:18:33 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=40560#p40560</guid>
		</item>
		<item>
			<title><![CDATA[Re: FormBuilder Modul Fehler -> CMSmailer !!!]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=40330#p40330</link>
			<description><![CDATA[<p>@phpman</p><p>Hat es mit dem Patch von NaN funktioniert?</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Sun, 21 May 2017 08:57:44 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=40330#p40330</guid>
		</item>
		<item>
			<title><![CDATA[Re: FormBuilder Modul Fehler -> CMSmailer !!!]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=40296#p40296</link>
			<description><![CDATA[<p>Ich bin mir nicht zu 100% sicher, aber ich glaube die Lösung steht auf der verlinkten Seite beim Fehler im Backend: <a href="https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting#php-56-certificate-verification-failure" rel="nofollow">https://github.com/PHPMailer/PHPMailer/ … on-failure</a><br />Es scheint ein Problem mit dem Zertifikat zu sein.<br />Füge mal im CMSMailer Modul in der Datei &quot;CMSMailer.module.php&quot; am Ende der Funktion &quot;reset()&quot; (Zeile 309 - 333) folgendes hinzu (hab ich aus der Troubleshooting-Seite):</p><div class="codebox"><pre><code>	$this-&gt;the_mailer-&gt;SMTPOptions = array(
		&#039;ssl&#039; =&gt; array(
			&#039;verify_peer&#039; =&gt; false,
			&#039;verify_peer_name&#039; =&gt; false,
			&#039;allow_self_signed&#039; =&gt; true
		)
	);</code></pre></div><p>(ungetestet)</p>]]></description>
			<author><![CDATA[dummy@example.com (NaN)]]></author>
			<pubDate>Mon, 17 Apr 2017 17:03:27 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=40296#p40296</guid>
		</item>
		<item>
			<title><![CDATA[Re: FormBuilder Modul Fehler -> CMSmailer !!!]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=40290#p40290</link>
			<description><![CDATA[<p>Nachtrag: ich habe den CMSMailer auf &quot;sendmail&quot; umgestellt, dann kann ich mir eine Test Nachricht zusenden (aus dem Modul) jedoch nicht aus dem Formular. Hier kommt ein neuer Fehler:</p><div class="codebox"><pre><code>AH01071: Got error &#039;PHP message: PHP Warning: Illegal string offset &#039;sent&#039; in /var/www/vhosts/domain.de/httpdocs/cms/modules/FormBuilder/classes/DispositionEmailBase.class.php on line 82\nPHP message: PHP Warning: Illegal string offset &#039;sent&#039; in /var/www/vhosts/domain.de/httpdocs/cms/modules/FormBuilder/classes/DispositionEmailBase.class.php on line 82\n&#039;, referer: https://www.domain.de/index.php?page=kontakt</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (phpman)]]></author>
			<pubDate>Sun, 16 Apr 2017 16:04:58 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=40290#p40290</guid>
		</item>
		<item>
			<title><![CDATA[FormBuilder Modul Fehler -> CMSmailer !!!]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=40289#p40289</link>
			<description><![CDATA[<p>Hallo zusammen,</p><p>ich musste vor kurzem mal das Captcha Modul neu installieren. Nun erhalte ich folgenden &quot;nicht definierten&quot; Fehler:</p><div class="codebox"><pre><code>{FormBuilder form=&#039;contact&#039;}</code></pre></div><p>Ausgabe Fehler Website</p><div class="quotebox"><blockquote><div><p>Bei der Verarbeitung des versandten Formulars ist ein Fehler aufgetreten.</p></div></blockquote></div><p>Fehler im Serverlog:</p><div class="quotebox"><blockquote><div><p>AH01071: Got error &#039;PHP message: PHP Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in /var/www/vhosts/domain.tld/httpdocs/cms/modules/CMSMailer/phpmailer/class.smtp.php on line 344\n&#039;, referer: <a href="https://www.domain.tld/index.php?page=kontakt" rel="nofollow">https://www.domain.tld/index.php?page=kontakt</a></p></div></blockquote></div><p>Aktuell sind folgende Versionen installiert:</p><p>CMSMailer&#160; &#160; &#160; &#160;5.2.14<br />CMSPrinting&#160; &#160; &#160; &#160;1.0.5<br />FileManager&#160; &#160; &#160; &#160;1.4.5<br />MenuManager&#160; &#160; &#160; &#160;1.8.7<br />MicroTiny&#160; &#160; &#160; &#160;1.2.9<br />ModuleManager&#160; &#160; &#160; &#160;1.5.8<br />News&#160; &#160; &#160; &#160;2.15.2<br />Search&#160; &#160; &#160; &#160;1.7.13<br />ThemeManager&#160; &#160; &#160; &#160;1.1.8<br />SystemInfo&#160; &#160; &#160; &#160;1.0<br />Statistics&#160; &#160; &#160; &#160;1.2.1.2<br />DownloadManager&#160; &#160; &#160; &#160;1.5.2<br />CGSimpleSmarty&#160; &#160; &#160; &#160;1.10<br />CGExtensions&#160; &#160; &#160; &#160;1.53.18<br />TinyMCE&#160; &#160; &#160; &#160;2.9.12<br />CGCalendar&#160; &#160; &#160; &#160;1.10.4<br />Gallery&#160; &#160; &#160; &#160;1.6.1<br />Archiver&#160; &#160; &#160; &#160;0.2.6<br />ExtendedTools&#160; &#160; &#160; &#160;1.3.3<br />ToolBox&#160; &#160; &#160; &#160;1.3.11<br />FormBuilder&#160; &#160; &#160; &#160;0.7.3<br />CMSDumper&#160; &#160; &#160; &#160;1.3<br />TemplateExternalizer&#160; &#160; &#160; &#160;2.1.6<br />CGSnapshot&#160; &#160; &#160; &#160;1.2.1<br />Captcha&#160; &#160; &#160; &#160;0.5.3</p><p>Update auf Captcha 0.5.5 brachte keine Änderung. Hoffe, Ihr könnt hier weiterhelfen, da am System nichts verändert wurde.</p><p>Nachtrag: Domain hat ein https:// lets crypt certificate - kann es sein, dass das Formular nun nicht mehr mit https:// funktioniert?</p><p>Im Backend taucht noch das als Fehler auf:</p><div class="quotebox"><blockquote><div><p>Fehler beim Versand: SMTP connect() failed. <a href="https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting" rel="nofollow">https://github.com/PHPMailer/PHPMailer/ … leshooting</a></p></div></blockquote></div><p>Nur hieraus werde ich nicht schlau.</p><p>Gruß, PHPman</p>]]></description>
			<author><![CDATA[dummy@example.com (phpman)]]></author>
			<pubDate>Sun, 16 Apr 2017 14:52:31 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=40289#p40289</guid>
		</item>
	</channel>
</rss>
