Der von Dir gewählte Titel bezieht sich nicht auf Deine Frage.
Man sollte immer bedenken, dass Suchergebnisse mit derartigen Titeln einem selbst nicht weiterhelfen.
Viele Grüße - gloriosa Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen. Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !
habe alles nach Anweisung gemacht und einen ziemlich langen Text mit SQL anweisungen bekommen.
Jetzt weiß ich nicht mehr weiter, weil es mich etwas überfordert.
Was muss ich jetzt tun?
Weiß nicht mehr weiter.
Danke luet
[quote:1k8evyp5]# Table: 'phpbb_attachments'
[phpBB Debug] PHP Warning: in file [ROOT]/mysql_upgrader.php on line 153: Illegal string offset 'limit'
[phpBB Debug] PHP Warning: in file [ROOT]/mysql_upgrader.php on line 153: Illegal string offset 'limit'
[phpBB Debug] PHP Warning: in file [ROOT]/mysql_upgrader.php on line 153: Illegal string offset 'limit'
ALTER TABLE phpbb_attachments
MODIFY attach_id mediumint(8) UNSIGNED NOT NULL auto_increment,
MODIFY post_msg_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY topic_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY in_message tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY poster_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY is_orphan tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
MODIFY physical_filename varchar(255) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY real_filename varchar(255) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY download_count mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY attach_comment text NOT NULL COLLATE utf8_bin,
MODIFY extension varchar(100) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY mimetype varchar(100) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY filesize int(20) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY filetime int(11) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY thumbnail tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
# Table: 'phpbb_acl_groups'
[phpBB Debug] PHP Warning: in file [ROOT]/mysql_upgrader.php on line 153: Illegal string offset 'limit'
ALTER TABLE phpbb_acl_groups
MODIFY group_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY forum_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY auth_option_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY auth_role_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY auth_setting tinyint(2) DEFAULT '0' NOT NULL,
DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
luet hat geschrieben:Field 'user_from' doesn't have a default value [1364]
Wenn das "nur" beim Registrieren kommt, fehlt mit Sicherheit ein Eintrag in der
includes/functions_user.php und ist kein SQL Fehler in dem Sinne. Nicht verwechseln.
Wenn jetzt alles gut ist, dann brauchen wir da nichts mehr machen. Dann hatte es bei Dir tatsächlich einen anderen Grund gehabt.
Diesen Fehler fangen viele Mod-Autoren nicht im Vorfeld ab, wo zusätzliche Columns in die USERS_TABLE eingefügt werden.
Dann gibts einen Field 'zuaetzliche_user_table_column' doesn't have a default value Fehler beim Registrieren.