Hi jo
kleiner Bug nach dem Update db_update.php wurde bei mir in der Datenbank "phpbb_dl_comments" in "phpbb__dl_comments" geändert. Leider finde ich nicht heraus wie das kommen konnte. Denn in der db_update.php finde ich keinen doppel eintrag des zeichens "_". Wie ist es euch ergangen beim update?
Tschü
Probleme beim Update von 4.2.1 auf 4.3.01a
-
Bladem
ich habe da auch problem.Alles funkzuniert bis auf datei kategorien die werden nicht angezeigt.
Could not count comments data
DEBUG MODE
SQL Error : 1146 Table 'usr_web1_2.phpbb_dl_comments' doesn't exist
SELECT cat_id, count(dl_id) as total_comments FROM phpbb_dl_comments GROUP BY cat_id
Line : 640
File : admin_dl_cat.php
beim update bekomme ich dieser fehler meldung.
Failed: Table 'phpbb__dl_comments' already exists
Could not count comments data
DEBUG MODE
SQL Error : 1146 Table 'usr_web1_2.phpbb_dl_comments' doesn't exist
SELECT cat_id, count(dl_id) as total_comments FROM phpbb_dl_comments GROUP BY cat_id
Line : 640
File : admin_dl_cat.php
beim update bekomme ich dieser fehler meldung.
Failed: Table 'phpbb__dl_comments' already exists
-
jub
Ich gehe einfach in dein mysqladmin und suche die tabelle **__dl_comments und ändere sie in **_dl_comments da ist einfach ein "_" zuviel. Ist halt ganz easych habe da auch problem.Alles funkzuniert bis auf datei kategorien die werden nicht angezeigt.
Could not count comments data
DEBUG MODE
SQL Error : 1146 Table 'usr_web1_2.phpbb_dl_comments' doesn't exist
SELECT cat_id, count(dl_id) as total_comments FROM phpbb_dl_comments GROUP BY cat_id
Line : 640
File : admin_dl_cat.php
P.S. das ** steht für phpbb bei mir weiß ja nicht wie du dein Froum erstellt hast