ik heb versie 3.0.1 maar als ik wil updaten naar 3.0.2 krijg ik dit:
Opmerking
De updatebestanden zijn incompatibel met de geïnstalleerde versie. De geïnstalleerde versie is 3.0.1 en de bijgewerkte bestand is om phpBB 3.0.1 naar 3.0.2 bij te werken.
hierdoor kan ik dus niet updaten,
de fout die ik krijg als ik een nieuw onderwerp wil maken is:
Code: Selecteer alles
SQL ERROR [ mysql4 ]
Field 'topic_last_post_subject' doesn't have a default value [1364]
SQL
INSERT INTO phpbb_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 (70, 1232464850, 11, 0, 1, 'dfsfasdf', 'Marco', '', 0, 0, 0)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/functions_posting.php
LINE: 1809
CALL: dbal_mysql->sql_query()
FILE: posting.php
LINE: 1003
CALL: submit_post()