well known issue in phpbb version 3.3. xx: Datenbank-Patch

  • 0 Antworten
  • Letztes Antwortdatum
say_hello

say_hello

Dauer-User
222
Hallo und guten Morgen,


hier ein Thema das für Android etwas "off-topic" ist - aber ich habe hier schon sooo viel Hilfe erfahren, dass ich denke dass dies phpBB - Thema hier anzusprechen ggf. nicht vergeblich ist.

Also:

bei einem phpBB 3.xy tritt bei mir folgender Fehler auf - wenn man auf die Amdin-Oberfläche gehen will, dann
kommt es zu einer "Störung" _ es handelt sich hierbei um einen sog. well known issue in phpbb version 3.3. xx


phpBB • Known issues in 3.3.3



This topic is dedicated for known issues in the 3.3.3 release.
After installing/upgrading, you may run into an issue accessing the ACP GENERAL page.
Cause: Your database name contains a period (.), dash (-) or other non-alphanumeric character.


[ticket/16685] Fix SQL error in ACP for DB name if not correctly escaped by 3D-I · Pull Request #6121 · phpbb/phpbb

[ticket/16685] Fix SQL error in ACP for DB name if not correctly escaped

Code:
            $database_size    = 0;

            $sql = 'SHOW TABLE STATUS
                FROM ' . $db_name;
                FROM ' . $db->sql_quote($db_name);
            $result = $db->sql_query($sql, 7200);

            while ($row = $db->sql_fetchrow($result))

Ich denke dass ich den Patch in eine Datei einbinden sollte.
 

Ähnliche Themen

say_hello
Antworten
2
Aufrufe
210
Meerjungfraumann
Meerjungfraumann
say_hello
Antworten
1
Aufrufe
410
DOT2010
DOT2010
say_hello
Antworten
0
Aufrufe
292
say_hello
say_hello
Zurück
Oben Unten