Seite 1 von 1

Probleme beim Update von 4.2.1 auf 4.3.01a

Verfasst: Mi 01.Feb, 2006 22:29
von jub
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ü

Verfasst: Mi 01.Feb, 2006 23:46
von oxpus
Oh ja, danke für den Hinweis.
Da hatte sich wirklich noch ein "_" eingeschlichen...

Verfasst: Do 02.Feb, 2006 01:22
von 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

Verfasst: Do 02.Feb, 2006 12:06
von jub
ch 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
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 easy

P.S. das ** steht für phpbb bei mir weiß ja nicht wie du dein Froum erstellt hast

Verfasst: Do 02.Feb, 2006 16:20
von Bladem
@jub ich danke dir.es war nur eine _ zu viel

mfg