Hi,
das mit dem mysql4 bewirkte (nach Cache leeren) auch nur das dann alles weiß war.
Die Suche nach 'SET NAMES' brachte mir bei phpbb.com zu einer Lösung :
http://www.phpbb.com/community/viewtopi ... &t=1551205
bin mir da nur sehr unsicher, da der Verfasser von eine "zweifelhaften" bzw. rohe Lösung spricht.
Leider sind im original Forum einige (ca. 5-7 ) MOD´s "verbaut", wovon leider einige nicht Mysql5-kompatibel sind
Edit :
ich habe mal versucht die BD zu updaten (nicht ohne vorher ein Backup zumachen

), dann kam folgendes :
Code: Alles auswählen
Die Datenbank wird auf die neueste Version aktualisiert
Datenbanktyp :: mysql4
Vorherige Version :: 3.0.1
Aktualisierte Version :: 3.0.4
Datenbankstruktur wird aktualisiert
Fortschritt ::
ALTER TABLE `phpbb_drafts` CHANGE `draft_subject` `draft_subject` varchar(255) DEFAULT '' NOT NULL
.
ALTER TABLE `phpbb_forums` CHANGE `forum_last_post_subject` `forum_last_post_subject` varchar(255) DEFAULT '' NOT NULL
.
ALTER TABLE `phpbb_posts` CHANGE `post_subject` `post_subject` varchar(255) DEFAULT '' NOT NULL COLLATE utf8_unicode_ci
.
ALTER TABLE `phpbb_privmsgs` CHANGE `message_subject` `message_subject` varchar(255) DEFAULT '' NOT NULL
.
ALTER TABLE `phpbb_topics` CHANGE `topic_title` `topic_title` varchar(255) DEFAULT '' NOT NULL COLLATE utf8_unicode_ci
.
ALTER TABLE `phpbb_topics` CHANGE `topic_last_post_subject` `topic_last_post_subject` varchar(255) DEFAULT '' NOT NULL
.
DROP INDEX session_forum_id ON phpbb_sessions
.
CREATE INDEX session_fid ON phpbb_sessions(session_forum_id)
.
ALTER TABLE `phpbb_styles` CHANGE `style_id` `style_id` mediumint(8) UNSIGNED NOT NULL auto_increment
.
ALTER TABLE `phpbb_styles` CHANGE `template_id` `template_id` mediumint(8) UNSIGNED DEFAULT '0' NOT NULL
.
ALTER TABLE `phpbb_styles` CHANGE `theme_id` `theme_id` mediumint(8) UNSIGNED DEFAULT '0' NOT NULL
.
ALTER TABLE `phpbb_styles` CHANGE `imageset_id` `imageset_id` mediumint(8) UNSIGNED DEFAULT '0' NOT NULL
.
ALTER TABLE `phpbb_styles_imageset` CHANGE `imageset_id` `imageset_id` mediumint(8) UNSIGNED NOT NULL auto_increment
.
ALTER TABLE `phpbb_styles_imageset_data` CHANGE `image_id` `image_id` mediumint(8) UNSIGNED NOT NULL auto_increment
.
ALTER TABLE `phpbb_styles_imageset_data` CHANGE `imageset_id` `imageset_id` mediumint(8) UNSIGNED DEFAULT '0' NOT NULL
.
ALTER TABLE `phpbb_styles_theme` CHANGE `theme_id` `theme_id` mediumint(8) UNSIGNED NOT NULL auto_increment
.
ALTER TABLE `phpbb_styles_template` CHANGE `template_id` `template_id` mediumint(8) UNSIGNED NOT NULL auto_increment
.
ALTER TABLE `phpbb_styles_template_data` CHANGE `template_id` `template_id` mediumint(8) UNSIGNED DEFAULT '0' NOT NULL
.
ALTER TABLE `phpbb_forums` CHANGE `forum_style` `forum_style` smallint(4) UNSIGNED DEFAULT '0' NOT NULL
.
ALTER TABLE `phpbb_users` CHANGE `user_style` `user_style` mediumint(8) UNSIGNED DEFAULT '0' NOT NULL
. Erledigt
Ergebnis :: Einige Abfragen sind gescheitert. Die Abfragen und die zugehörigen Fehler sind weiter unten aufgeführt.
* Fehler :: INDEX command denied to user 'web319'@'localhost' for table 'phpbb_sessions'
SQL :: DROP INDEX session_forum_id ON phpbb_sessions
* Fehler :: INDEX command denied to user 'web319'@'localhost' for table 'phpbb_sessions'
SQL :: CREATE INDEX session_fid ON phpbb_sessions(session_forum_id)
Dies ist in der Regel nicht kritisch, die Aktualisierung wird fortgeführt. Sollte deren Fertigstellung scheitern, musst du möglicherweise Hilfe in unserem Supportforum in Anspruch nehmen. Details, wie und wo du Hilfe bekommst, kannst du der README-Datei entnehmen.
Daten werden aktualisiert
Fortschritt ::
UPDATE phpbb_groups SET group_max_recipients = 5 WHERE group_name IN ('GUESTS', 'REGISTERED', 'REGISTERED_COPPA', 'BOTS')
.
UPDATE phpbb_modules SET module_auth = 'acl_a_email && cfg_email_enable' WHERE module_class = 'acp' AND module_basename = 'email'
.
UPDATE phpbb_log SET log_operation = 'LOG_DELETE_TOPIC' WHERE log_operation = 'LOG_TOPIC_DELETED'
.
SELECT field_id, field_required, field_show_on_reg, field_hide FROM phpbb_profile_fields
.
UPDATE phpbb_profile_fields SET field_required = 0, field_show_on_reg = 1, field_hide = 0, field_show_profile = 1 WHERE field_id = 1
.
UPDATE phpbb_profile_fields SET field_required = 0, field_show_on_reg = 1, field_hide = 0, field_show_profile = 1 WHERE field_id = 2
. Erledigt
Ergebnis :: Keine Fehler
Version wird aktualisiert und Tabellen optimiert
Fortschritt ::
UPDATE phpbb_config SET config_value = '3.0.4' WHERE config_name = 'version'
.
UPDATE phpbb_users SET user_permissions = '', user_perm_from = 0
. Erledigt
Ergebnis :: Keine Fehler
Update abgeschlossen
Bitte stelle sicher, dass du auch die Dateien des Boards aktualisiert hast. Diese Datei aktualisiert nur die Datenbank.
Grüße Jens