Pagina 1 van 1

maffe error

Geplaatst: 25 sep 2010, 17:46
door stefanrenne
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()

Re: maffe error

Geplaatst: 25 sep 2010, 18:01
door stefanrenne
opgelist, dit was de oplossing:

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

Re: maffe error

Geplaatst: 28 sep 2010, 07:48
door Paul