Fehlermeldung nach dem umzug auf ein anderen server
Fehlermeldung nach dem umzug auf ein anderen server
Hallo,
Hab mal ne frage weis einer was hier nicht mehr geht
bin auf ein neuen server umgezogen es hat sich nichts geäntert habe alles hochgeladen auch die datenbank jetzt bekomme ich folgenden fehler
Könnte mir bitte einer saden was da falsch gelaufen ist
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Feld 'post_edit_reason' hat keinen Vorgabewert [1364]
SQL
INSERT INTO phpbb_posts (forum_id, poster_id, icon_id, poster_ip, post_time, post_approved, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, post_username, post_subject, post_text, post_checksum, post_attachment, bbcode_bitfield, bbcode_uid, post_postcount, post_edit_locked, topic_id) VALUES (12, 2, 0, '87.171.210.121', 1213187791, 1, 1, 1, 1, 1, '', 'Re: EM 2008', 'test', '098f6bcd4621d373cade4e832627b4f6', 0, '', '2xgyfbvx', 1, 0, 171)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/functions_posting.php
LINE: 1830
CALL: dbal_mysql->sql_query()
FILE: posting.php
LINE: 1002
CALL: submit_post()
mfg
lord301
Hab mal ne frage weis einer was hier nicht mehr geht
bin auf ein neuen server umgezogen es hat sich nichts geäntert habe alles hochgeladen auch die datenbank jetzt bekomme ich folgenden fehler
Könnte mir bitte einer saden was da falsch gelaufen ist
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Feld 'post_edit_reason' hat keinen Vorgabewert [1364]
SQL
INSERT INTO phpbb_posts (forum_id, poster_id, icon_id, poster_ip, post_time, post_approved, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, post_username, post_subject, post_text, post_checksum, post_attachment, bbcode_bitfield, bbcode_uid, post_postcount, post_edit_locked, topic_id) VALUES (12, 2, 0, '87.171.210.121', 1213187791, 1, 1, 1, 1, 1, '', 'Re: EM 2008', 'test', '098f6bcd4621d373cade4e832627b4f6', 0, '', '2xgyfbvx', 1, 0, 171)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/functions_posting.php
LINE: 1830
CALL: dbal_mysql->sql_query()
FILE: posting.php
LINE: 1002
CALL: submit_post()
mfg
lord301
Ich hab genau das gleiche Problem!
Mein Anbieter Alphahosting ist auf einen anderen Server umgezogen und ich kann keine Postings mehr abschicken!
Hier die lapidare Antwort:
Sehr geehrter Herr Mxxxxxxr,
die Fehlermeldung deutet auf Probleme des Scripts mit MySQL5 hin. Bitte fragen Sie diesbezüglich einmal beim Scripthersteller nach ob dieser hierfür einen Patch bzw. eine neue Version des Forums anbietet.
Mit freundlichen Grüßen
ICH GLAUBS EINFACH NICHT !
Mein Anbieter Alphahosting ist auf einen anderen Server umgezogen und ich kann keine Postings mehr abschicken!
Hier die lapidare Antwort:
Sehr geehrter Herr Mxxxxxxr,
die Fehlermeldung deutet auf Probleme des Scripts mit MySQL5 hin. Bitte fragen Sie diesbezüglich einmal beim Scripthersteller nach ob dieser hierfür einen Patch bzw. eine neue Version des Forums anbietet.
Mit freundlichen Grüßen
ICH GLAUBS EINFACH NICHT !
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Hallo
Was genau geht denn da nicht bei dir? Bekommst du eine neue Fehlermeldung (falls ja welche).
Grüße: Mahony
Was genau geht denn da nicht bei dir? Bekommst du eine neue Fehlermeldung (falls ja welche).
Grüße: Mahony
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
hallo,
aso ich kann nicht alles was in der SQL Anweisungen steht ausführen lassen
z.B.:
Das macht er nicht da es zu groß ist nehme ich an da das andere alles geht von den tabellen sind 5 die so groß sind und nicht gehen
mfg
Lord301
aso ich kann nicht alles was in der SQL Anweisungen steht ausführen lassen
z.B.:
Code: Alles auswählen
# Table: 'phpbb_users'
ALTER TABLE phpbb_users
MODIFY user_id mediumint(8) UNSIGNED NOT NULL auto_increment,
MODIFY user_type tinyint(2) DEFAULT '0' NOT NULL,
MODIFY group_id mediumint(8) UNSIGNED DEFAULT '3' NOT NULL,
MODIFY user_permissions mediumtext NOT NULL COLLATE utf8_bin,
MODIFY user_perm_from mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_ip varchar(40) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_regdate int(11) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY username varchar(255) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY username_clean varchar(255) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_password varchar(40) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_passchg int(11) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_pass_convert tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_email varchar(100) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_email_hash bigint(20) DEFAULT '0' NOT NULL,
MODIFY user_birthday varchar(10) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_lastvisit int(11) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_lastmark int(11) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_lastpost_time int(11) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_lastpage varchar(200) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_last_confirm_key varchar(10) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_last_search int(11) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_warnings tinyint(4) DEFAULT '0' NOT NULL,
MODIFY user_last_warning int(11) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_login_attempts tinyint(4) DEFAULT '0' NOT NULL,
MODIFY user_inactive_reason tinyint(2) DEFAULT '0' NOT NULL,
MODIFY user_inactive_time int(11) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_posts mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_lang varchar(30) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_timezone decimal(5,2) DEFAULT '0' NOT NULL,
MODIFY user_dst tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_dateformat varchar(30) DEFAULT 'd M Y H:i' NOT NULL COLLATE utf8_bin,
MODIFY user_style smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_rank mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_colour varchar(6) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_new_privmsg tinyint(4) DEFAULT '0' NOT NULL,
MODIFY user_unread_privmsg tinyint(4) DEFAULT '0' NOT NULL,
MODIFY user_last_privmsg int(11) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_message_rules tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_full_folder int(11) DEFAULT '-3' NOT NULL,
MODIFY user_emailtime int(11) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_topic_show_days smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_topic_sortby_type varchar(1) DEFAULT 't' NOT NULL COLLATE utf8_bin,
MODIFY user_topic_sortby_dir varchar(1) DEFAULT 'd' NOT NULL COLLATE utf8_bin,
MODIFY user_post_show_days smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_post_sortby_type varchar(1) DEFAULT 't' NOT NULL COLLATE utf8_bin,
MODIFY user_post_sortby_dir varchar(1) DEFAULT 'a' NOT NULL COLLATE utf8_bin,
MODIFY user_notify tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_notify_pm tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
MODIFY user_notify_type tinyint(4) DEFAULT '0' NOT NULL,
MODIFY user_allow_pm tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
MODIFY user_allow_viewonline tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
MODIFY user_allow_viewemail tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
MODIFY user_allow_massemail tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
MODIFY user_options int(11) UNSIGNED DEFAULT '895' NOT NULL,
MODIFY user_avatar varchar(255) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_avatar_type tinyint(2) DEFAULT '0' NOT NULL,
MODIFY user_avatar_width smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_avatar_height smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
MODIFY user_sig mediumtext NOT NULL COLLATE utf8_bin,
MODIFY user_sig_bbcode_uid varchar(5) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_sig_bbcode_bitfield varchar(255) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_from varchar(100) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_icq varchar(15) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_aim varchar(255) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_yim varchar(255) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_msnm varchar(255) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_jabber varchar(255) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_website varchar(200) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_occ text NOT NULL COLLATE utf8_bin,
MODIFY user_interests text NOT NULL COLLATE utf8_bin,
MODIFY user_actkey varchar(32) DEFAULT '' NOT NULL COLLATE utf8_bin,
MODIFY user_newpasswd varchar(32) DEFAULT '' NOT NULL COLLATE utf8_bin,
DROP INDEX username_clean,
ADD UNIQUE username_clean (username_clean),
DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
Das macht er nicht da es zu groß ist nehme ich an da das andere alles geht von den tabellen sind 5 die so groß sind und nicht gehen
mfg
Lord301
Zuletzt geändert von lord301 am 13.06.2008 11:56, insgesamt 1-mal geändert.
hallo hab jetzt mal die neue fehler anzeige
Code: Alles auswählen
SQL ERROR [ mysql4 ]
Daten zu lang für Feld 'bbcode_uid' in Zeile 1 [1406]
SQL
INSERT INTO phpbb_posts (forum_id, poster_id, icon_id, poster_ip, post_time, post_approved, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, post_username, post_subject, post_text, post_checksum, post_attachment, bbcode_bitfield, bbcode_uid, post_postcount, post_edit_locked, topic_id) VALUES (22, 2, 1, '87.171.198.232', 1213350763, 1, 1, 1, 1, 1, '', 'frag mich mal', 'hallo warum geht hier nichts mehr', 'bae62d3fe14ef63615259e1f40750425', 0, '', '1cmuc1lt', 1, 0, 173)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/functions_posting.php
LINE: 1847
CALL: dbal_mysql->sql_query()
FILE: posting.php
LINE: 1003
CALL: submit_post()
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Auch von mir danke für den Tip. Hat gepasst. Nun das nächste Problem:
Der Code für ein eingebettetes Bild sieht jetzt so aus:
[imgtcb]http://www.dietermetzger.de/TR/Teneriff ... 1107-1.JPG[/imgtcb] - also ist in diesem Beispiel "tcb" zuviel. Bei jedem Posting drei andere Ziffern/Buchstaben. Muß doch eine elegantere Lösung geben als jedes Posting im Editor zu öffnen und z.B. hier "tbc" mit nichts ersetzen und das im Editor geänderte Posting wieder mit dem Originalposting im Thread zu tauschen.
Signatur-bbcodes sind ebenfalls betroffen. Auch "Zitate" haben wie in diesem Beispiel 3 Ziffern/Buchstaben zuviel:
[quote="Sundowner"m86]Hab´s gestern auch kurz gesehen. War vielleicht ein Schnellschuß.
Pula wäre klasse. [/quotem86] - Hier m86
Fast alle "alte" bb_codes sind betroffen.
Der Code für ein eingebettetes Bild sieht jetzt so aus:
[imgtcb]http://www.dietermetzger.de/TR/Teneriff ... 1107-1.JPG[/imgtcb] - also ist in diesem Beispiel "tcb" zuviel. Bei jedem Posting drei andere Ziffern/Buchstaben. Muß doch eine elegantere Lösung geben als jedes Posting im Editor zu öffnen und z.B. hier "tbc" mit nichts ersetzen und das im Editor geänderte Posting wieder mit dem Originalposting im Thread zu tauschen.
Signatur-bbcodes sind ebenfalls betroffen. Auch "Zitate" haben wie in diesem Beispiel 3 Ziffern/Buchstaben zuviel:
[quote="Sundowner"m86]Hab´s gestern auch kurz gesehen. War vielleicht ein Schnellschuß.
Pula wäre klasse. [/quotem86] - Hier m86
Fast alle "alte" bb_codes sind betroffen.