CINXE.COM

phpBB.de • Umlaute funktionieren nicht nach Umstellung auf PHP 5.4

<!DOCTYPE html> <html dir="ltr" lang="de"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="robots" content="noindex" /> <title>phpBB.de &bull; Umlaute funktionieren nicht nach Umstellung auf PHP 5.4</title> <link href="./styles/phpBBdev1/theme/print.css" rel="stylesheet"> </head> <body id="phpbb" class="ltr"> <div id="wrap" class="wrap"> <a id="top" class="top-anchor" accesskey="t"></a> <div id="page-header"> <h1>phpBB.de</h1> <p>phpBB.de - Die deutsche phpBB-Community<br /><a href="https://www.phpbb.de/community/">https://www.phpbb.de/community/</a></p> <h2>Umlaute funktionieren nicht nach Umstellung auf PHP 5.4</h2> <p><a href="https://www.phpbb.de/community/viewtopic.php?t=227323">https://www.phpbb.de/community/viewtopic.php?t=227323</a></p> </div> <div id="page-body" class="page-body"> <div class="page-number">Seite <strong>1</strong> von <strong>1</strong></div> <div class="post"> <h3>Umlaute funktionieren nicht nach Umstellung auf PHP 5.4</h3> <div class="date">Verfasst: <strong>26.03.2013 23:47</strong></div> <div class="author">von <strong>Z-MANN</strong></div> <div class="content">Hi,<br> ---und noch ein Problem! <img class="smilies" src="./images/smilies/icon_redface.gif" width="15" height="17" alt=":oops:" title="Verlegen"> <br> <br> Habe bei meinen phpBB 2 (nein ich möchte noch nicht wechseln) Forum den Datenbank wechsel von MySQL 4 auf MySQL 5 erfolgreich vollzogen und alles Funktioniert(e).<br> <br> Muß nun gezwungenermaßen von PHP 4 auf PHP 5.4 wechseln, da PHP 4 in einer Woche endgültig Abgeschaltet wird.<br> Wenn das Forum auf PHP 5.4 steht gibt es probleme mit den Umlauten (Ä,Ö,Ü,ß) wenn man Beiträge verfasst.<br> <br> 1. Wenn man Umlaute in der Titel (Betreff) Zeile verwendet ist der komplette Text verschwunden wenn man den Post abgeschickt hat.<br> 2. Wenn man Umlaute im Beitragsfeld verwendet und die Vorschau verwendet ist der Komplette Text samt Überschrift verschwunden, wenn man den Post ohne Vorschau versendet bleiben die Umlaute im Beitragstext bestehen!?<br> <br> Ich vermute mal das es an der neuen Datenbankversion nicht liegt, denn wenn ich auf PHP 4 zurück wechsel (was noch ein paar Tage geht) funktioniert alles Problemlos.<br> <br> Hoffe es kann mir jemand Helfen wie man dies in den Griff bekommen kann? <img class="smilies" src="./images/smilies/icon_cry.gif" width="15" height="17" alt=":cry:" title="Weinend oder sehr traurig"> <br> <br> Gruß</div> </div> <hr /> <div class="post"> <h3>Re: Umlaute funktionieren nicht nach Umstellung auf PHP 5.4</h3> <div class="date">Verfasst: <strong>27.03.2013 09:22</strong></div> <div class="author">von <strong>Gast234254</strong></div> <div class="content"><a href="http://phpbb3.pytalhost.com/viewtopic.php?f=11&amp;t=388" class="postlink">Umlaute kaputt - wie man dies repariert</a></div> </div> <hr /> <div class="post"> <h3>Re: Umlaute funktionieren nicht nach Umstellung auf PHP 5.4</h3> <div class="date">Verfasst: <strong>28.03.2013 17:25</strong></div> <div class="author">von <strong>Z-MANN</strong></div> <div class="content"><blockquote><div><cite>wintstar hat geschrieben:</cite><a href="http://phpbb3.pytalhost.com/viewtopic.php?f=11&amp;t=388" class="postlink">Umlaute kaputt - wie man dies repariert</a></div></blockquote> <br> Und??? Was soll mir das helfen? <br> <br> Meinen Beitrag bitte richtig Lesen. Mit der Datenbank ist alles OK.</div> </div> <hr /> <div class="post"> <h3>Re: Umlaute funktionieren nicht nach Umstellung auf PHP 5.4</h3> <div class="date">Verfasst: <strong>28.03.2013 17:36</strong></div> <div class="author">von <strong>Gast234254</strong></div> <div class="content"><a href="http://www.fasty.de/2012/09/probleme-mit-htmlspecialchars-und-htmlentities-nach-upgrade-auf-php-5-4/" class="postlink">Probleme mit htmlspecialchars() und htmlentities() nach Upgrade auf PHP 5.4</a></div> </div> <hr /> <div class="post"> <h3>Re: Umlaute funktionieren nicht nach Umstellung auf PHP 5.4</h3> <div class="date">Verfasst: <strong>28.03.2013 17:48</strong></div> <div class="author">von <strong>Z-MANN</strong></div> <div class="content"><blockquote><div><cite>wintstar hat geschrieben:</cite><a href="http://www.fasty.de/2012/09/probleme-mit-htmlspecialchars-und-htmlentities-nach-upgrade-auf-php-5-4/" class="postlink">Probleme mit htmlspecialchars() und htmlentities() nach Upgrade auf PHP 5.4</a></div></blockquote> Das hört sich schon mal besser an. Danke.<br> <br> Nur wo setze ich <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles auswählen</a></p><pre><code>htmlentities($text, ENT_COMPAT | ENT_HTML401, “ISO-8859-1″);</code></pre></div> ein!?</div> </div> <hr /> <div class="post"> <h3>Re: Umlaute funktionieren nicht nach Umstellung auf PHP 5.4</h3> <div class="date">Verfasst: <strong>28.03.2013 18:04</strong></div> <div class="author">von <strong>Gast234254</strong></div> <div class="content">Ich denk ich habe jetzt was passenderes gefunden<br> <br> <a href="http://www.phpbb2refugees.com/viewtopic.php?p=7426&amp;sid=9ab0608822ead24615309521c219b6be" class="postlink">phpBB 2 and php 5.4.9</a><br> <br> Ist zwar auf English, aber erläutert ein fixed für phpbb2</div> </div> <hr /> <div class="post"> <h3>Re: Umlaute funktionieren nicht nach Umstellung auf PHP 5.4</h3> <div class="date">Verfasst: <strong>28.03.2013 18:27</strong></div> <div class="author">von <strong>Z-MANN</strong></div> <div class="content"><blockquote><div><cite>wintstar hat geschrieben:</cite>Ich denk ich habe jetzt was passenderes gefunden<br> <br> <a href="http://www.phpbb2refugees.com/viewtopic.php?p=7426&amp;sid=9ab0608822ead24615309521c219b6be" class="postlink">phpBB 2 and php 5.4.9</a><br> <br> Ist zwar auf English, aber erläutert ein fixed für phpbb2</div></blockquote> Habe mir mal den Fix dort runtergeladen.<br> <br> Dort steht: <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles auswählen</a></p><pre><code>############################################################  ## Authors' note:  ##  ##    You have to know that we didn't make those fixes for a vanila version of phpBB 2 but  ##    for a premodded version (named "premod shadow"). That means that we put our efforts on ##    the Shadow version, and then we applied the modifications on a vanila forum which  ##    was only tested in local. So we maybe not fixed all errors but we fixed all those we have seen. ## ##    We didn't edit the mysql.php file because we think that nobody use it now (too old).  ##    The mysql4.php file is compatible from PHP 4 to PHP 5.5. ##    The mysqli.php file if compatible for any version of PHP 5. ## ##    Also we didn't edit the db2.php, msaccess.php, mssql.php, mssql-odbc.php and postgres7.php files  ##    (because our premod is based on mysql/mysql4/mysqli) ##     ## ##    Fix for PHP 5.4+ (description of the problem before the fix): ##    ------------------------------------------------------------- ## ##    If a member had an accent in his name, he can not login unless he changes the accent by the  ##    same letter w/o accent. IE : Somebody's name is "Téki", he can not login himself if he write "Téki", he has ##  to write "Teki".  ## ##    If someone wants to create a new account with an accent in his name, the forum will give  ##    him this message : "You must fill in the required fields." ## ##    When someone wants to preview a message, the page is reloaded but instead to see the preview box, he  ##    only has the posting like if he didn't click on the preview button. ## ## ##    Fix for some errors : ##    -------------------- ## ##    We displayed the following errors : E_ERROR, E_WARNING, E_PARSE, E_NOTICE, E_STRICT, E_DEPRECATED ##    We fixed all of them (at least all those we have seen) and then we removed the error_reporting. ## ## ##    Fix for IPv6 : ##    -------------- ## ##    We extended the compatibility of phpBB 2 to IPv6. </code></pre></div> Da steht was von "mysql4", habe aber schon MySQL 5 geht das dann Trotzdem noch!?</div> </div> <hr /> <div class="post"> <h3>Re: Umlaute funktionieren nicht nach Umstellung auf PHP 5.4</h3> <div class="date">Verfasst: <strong>28.03.2013 18:39</strong></div> <div class="author">von <strong>Gast234254</strong></div> <div class="content">Habe noch nie mit phpBB2 zu tun gehabt. Aber dennoch habe ich eben local von <a href="http://www.phpbb2.de/dload.php?action=file&amp;file_id=759" class="postlink">hier</a> phpBB2 unter php 5.4 fehlerfrei installiert. Auch ein Beitrag mit Umlauten ließ sich fehlerfrei erstellen. Da war die Frage nach mysql4/5 während der Installation dabei. Lade dir das Paket runter und vergleiche die Dateien mit <a href="http://kdiff3.sourceforge.net/" class="postlink">KDiff</a>. Mehr wüßte ich auch nicht mehr.</div> </div> <hr /> <div class="post"> <h3>Re: Umlaute funktionieren nicht nach Umstellung auf PHP 5.4</h3> <div class="date">Verfasst: <strong>25.08.2017 23:59</strong></div> <div class="author">von <strong>Thies</strong></div> <div class="content">Hallo,<br> <br> auch wenn das Thema etwas älter ist, kann es ja sein, dass immer noch Nutzer einer phpbb2-Version nach der Lösung für das Umlauteproblem bei Überschriften in den Threads suchen:<br> <br> In der Datei includes/functions_post.php muss die Zeile<br> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles auswählen</a></p><pre><code>$subject = htmlspecialchars(trim($subject));</code></pre></div> durch<br> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles auswählen</a></p><pre><code>$subject = htmlspecialchars(trim($subject), ENT_COMPAT | ENT_HTML401, "ISO-8859-1");</code></pre></div> ersetzt werden. Hat zumindest bei mir geholfen.<br> <br> VG<br> <br> Frank</div> </div> <hr /> <div class="post"> <h3>Re: Umlaute funktionieren nicht nach Umstellung auf PHP 5.4</h3> <div class="date">Verfasst: <strong>20.09.2017 08:21</strong></div> <div class="author">von <strong>gn#36</strong></div> <div class="content">Mysql unterstützt Zeichensatzanpassungen, wenn man die Daten aus der DB holt. Je nachdem wie die Probleme genau aussehen könnte es reichen, wenn du den Standardzeichensatz der Verbindung korrigierst. Siehe z.B. [php:mysql_set_charset].<br> <br> Wichtig ist, dass Zeichensatz und Anzeige zusammenpassen, das kann die einen oder anderen Kopfschmerzen verursachen. Beispielsweise musst du, wenn die Seite selbst latin1 codiert an den Browser geht natürlich auch die Texte aus der DB latin1 codiert schicken. Wenn die Seite als utf8 geschickt wird, dann müssen die Daten aus der DB ebenfalls utf8 codiert sein.<br> <br> Wenn die Umstellung auf eine andere PHP Version das Problem ist, dann ist vielleicht der PHP default charset geändert worden. phpBB 2.x hat sich darum noch nicht gekümmert. Eventuell kannst du dir mit einem einfachen <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles auswählen</a></p><pre><code>ini_set("default_charset", "iso-8859-1"); </code></pre></div> in der common.php behelfen (oder je nachdem ein anderer Zeichensatz, je nachdem was richtig ist).</div> </div> <hr /> </div> <div id="page-footer" class="page-footer"> <div class="page-number">Alle Zeiten sind <span title="Europa/Berlin">UTC+01:00</span><br />Seite <strong>1</strong> von <strong>1</strong></div> <div class="copyright"> <p>Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Limited </p> <p>Deutsche Übersetzung durch <a href="https://www.phpbb.de/">phpBB.de</a> </p> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10