maffe error

Hulp nodig bij je installatie of kom je ergens niet uit? Probeer phpBB3! Problemen lossen we samen met je op.
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Forumregels
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Gesloten
stefanrenne
Berichten: 2
Lid geworden op: 25 sep 2010, 17:44

maffe error

Bericht door stefanrenne » 25 sep 2010, 17:46

na het updaten van phpbb van 3.0.1 naar 3.0.7pl kreeg ik deze error na het posten van topics, kan iemand me helpen?

Code: Selecteer alles

Algemene fout
SQL ERROR [ mysql4 ]

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

SQL

INSERT INTO forum_topics (topic_poster, topic_time, topic_last_view_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 (6109, 1285432907, 1285432907, 17, 0, 1, 'test', 'stefan', '', 0, 0, 0)

BACKTRACE

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

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

FILE: posting.php
LINE: 1108
CALL: submit_post()

stefanrenne
Berichten: 2
Lid geworden op: 25 sep 2010, 17:44

Re: maffe error

Bericht door stefanrenne » 25 sep 2010, 18:01

opgelist, dit was de oplossing:

ALTER TABLE `phpbb3_topics` CHANGE `topic_last_post_subject` `topic_last_post_subject` BLOB NULL

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20316
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Re: maffe error

Bericht door Paul » 28 sep 2010, 07:48


Gesloten