Viele Probleme nach Serverumzug

Fragen zur Bedienung von phpBB 3.0.x, Probleme bei der Benutzung und alle weiteren Fragen inkl. Update auf die neuste phpBB 3.0.14 Version
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Benutzeravatar
-=Fable=-
Mitglied
Beiträge: 491
Registriert: 16.09.2005 19:12
Wohnort: Nahe Lüneburg
Kontaktdaten:

Viele Probleme nach Serverumzug

Beitrag von -=Fable=- »

Hey,

Ich bin Providerintern mit meinem Board auf einem anderen Server umgezogen. geändert hat sich das ich nun mysql 5 und php 5 habe. Ich habe per mysql dumper das backup gemacht, dann wieder mit mysql dumper auf der neuen Seite eingespielt. Alles was mir dabei komisch vorkam war das sich die mysql kollation auf swedish umgestellt hatte, aber laut mysql dumper ist das worauf es ankommt auf utf8...scheint also zu stimmen. was nun mein problem ist, ist das ich zwar ins admin menü reinkomme, aber sobald ich was ändere und auf absenden klicke bleibt das bild weiß. Hat jemand ne idee woran das liegen könnte? ich kann mein board nämlich so nicht reaktivieren ;)
Zuletzt geändert von -=Fable=- am 10.10.2007 19:38, insgesamt 1-mal geändert.
Besucht meine Page unter http://www.roqbar.de
Benutzeravatar
-=Fable=-
Mitglied
Beiträge: 491
Registriert: 16.09.2005 19:12
Wohnort: Nahe Lüneburg
Kontaktdaten:

Beitrag von -=Fable=- »

Edit: nachm cache leeren ging das Problem..

Allerdings geht das posten nciht mehr, jedesmal krieg ich diesen Fehler:

Code: Alles auswählen

Allgemeiner Fehler
SQL ERROR [ mysql4 ]

Field 'topic_last_poster_name' doesn't have a default value [1364]

SQL

INSERT INTO phpbb3_topics (topic_poster, topic_time, forum_id, icon_id, topic_approved, topic_title, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment) VALUES (2, 1192036774, 11, 0, 1, 'dasd', 'Red Jumpsuit', '000000', 0, 0, 0)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()

FILE: includes/functions_posting.php
LINE: 1794
CALL: dbal_mysql->sql_query()

FILE: posting.php
LINE: 996
CALL: submit_post()
Allgemeiner Fehler
SQL ERROR [ mysql4 ]

Field 'topic_last_poster_name' doesn't have a default value [1364]

SQL

INSERT INTO phpbb3_topics (topic_poster, topic_time, forum_id, icon_id, topic_approved, topic_title, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment) VALUES (2, 1192036774, 11, 0, 1, 'dasd', 'Red Jumpsuit', '000000', 0, 0, 0)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()

FILE: includes/functions_posting.php
LINE: 1794
CALL: dbal_mysql->sql_query()

FILE: posting.php
LINE: 996
CALL: submit_post()
Besucht meine Page unter http://www.roqbar.de
jhon
Mitglied
Beiträge: 3
Registriert: 27.10.2007 23:01

Beitrag von jhon »

-=Fable=- hat geschrieben:Edit: nachm cache leeren ging das Problem..

Allerdings geht das posten nciht mehr, jedesmal krieg ich diesen Fehler:

Code: Alles auswählen

Allgemeiner Fehler
SQL ERROR [ mysql4 ]

Field 'topic_last_poster_name' doesn't have a default value [1364]

SQL

INSERT INTO phpbb3_topics (topic_poster, topic_time, forum_id, icon_id, topic_approved, topic_title, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment) VALUES (2, 1192036774, 11, 0, 1, 'dasd', 'Red Jumpsuit', '000000', 0, 0, 0)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()

FILE: includes/functions_posting.php
LINE: 1794
CALL: dbal_mysql->sql_query()

FILE: posting.php
LINE: 996
CALL: submit_post()
Allgemeiner Fehler
SQL ERROR [ mysql4 ]

Field 'topic_last_poster_name' doesn't have a default value [1364]

SQL

INSERT INTO phpbb3_topics (topic_poster, topic_time, forum_id, icon_id, topic_approved, topic_title, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment) VALUES (2, 1192036774, 11, 0, 1, 'dasd', 'Red Jumpsuit', '000000', 0, 0, 0)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()

FILE: includes/functions_posting.php
LINE: 1794
CALL: dbal_mysql->sql_query()

FILE: posting.php
LINE: 996
CALL: submit_post()
Den gleichen Fehler bekomme ich auch, nachdem ich auf MySQL5 gewechselt habe...

Keiner eine Idee?
Benutzeravatar
Dr.Death
Moderator
Moderator
Beiträge: 17473
Registriert: 23.04.2003 08:22
Wohnort: Xanten
Kontaktdaten:

Beitrag von Dr.Death »

jhon
Mitglied
Beiträge: 3
Registriert: 27.10.2007 23:01

Beitrag von jhon »

Dr.Death hat geschrieben:Doch :

--> Doesn't have a default value errors
Danke!

Hat nur leider noch nicht zum erwünschten Erfolg geführt - jetzt habe ich

Code: Alles auswählen

Data too long for column 'bbcode_uid' 
:cry: als Resultat.
Unter MySQL4 funktioniert noch alles (kann bei meinem Provider beide Versionen nutzen, wechsele durch unterschiedliche Config.php)

Dann suche ich mal weiter....
Benutzeravatar
Dr.Death
Moderator
Moderator
Beiträge: 17473
Registriert: 23.04.2003 08:22
Wohnort: Xanten
Kontaktdaten:

Beitrag von Dr.Death »

Data too long deutet auf eine "alte" RC Version hin.

Mit einem Update auf RC7 sollte auch das angepasst sein.
Benutzeravatar
-=Fable=-
Mitglied
Beiträge: 491
Registriert: 16.09.2005 19:12
Wohnort: Nahe Lüneburg
Kontaktdaten:

Beitrag von -=Fable=- »

Dr.Death hat geschrieben:Doch :

--> Doesn't have a default value errors
Jap nochma danke auch wenns spät kommt, hat dann gefunzt ;)
Besucht meine Page unter http://www.roqbar.de
Mathias Rothe
Mitglied
Beiträge: 22
Registriert: 09.07.2003 11:16
Wohnort: Königstein im Taunus

Beitrag von Mathias Rothe »

Ich habe dieses Verfahren beim phpBB 3.0.0 versucht - und leider bekomme ich nur

Code: Alles auswählen

SQL ERROR [ mysqli ]

Data too long for column 'bbcode_uid' at row 1 [1406]

SQL
oder das gleiche mit [ mysql4 ] wenn ich in der config.php $dbms = 'mysql' setze.

Gibt es vielleicht noch eine Idee?
Inter-nette Grüße
Mathias Rothe
Mitglied
Beiträge: 22
Registriert: 09.07.2003 11:16
Wohnort: Königstein im Taunus

Beitrag von Mathias Rothe »

Gelöst! Das Script war veraltet - siehe http://www.phpbb.com/kb/article/doesnt- ... ue-errors/

Jetzt scheint alles wieder zu funktionieren.
Inter-nette Grüße
Antworten

Zurück zu „[3.0.x] Administration, Benutzung und Betrieb“