MS SQL server 2005
Geplaatst: 12 aug 2006, 11:06
Wordt MS SQL 2005 al ondersteund ? Ik gebruik PHPBB versie 2.0.21 zonder mods. In een testomgeving heb ik mijn SQL 2000 database geïmporteerd naar SQL 2005, alles werkt behalve het posten van nieuwe berichten. Dan krijg ik volgende error:
SQL Error : 23000 [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL into column 'topic_id', table 'DJBernieVForum.dbo.phpbb_topics'; column does not allow nulls. INSERT fails.
INSERT INTO phpbb_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('ond', -1, 1155377065, 7, 0, 0, 0)
Line : 227
File : functions_post.php
Alvast dank
SQL Error : 23000 [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL into column 'topic_id', table 'DJBernieVForum.dbo.phpbb_topics'; column does not allow nulls. INSERT fails.
INSERT INTO phpbb_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('ond', -1, 1155377065, 7, 0, 0, 0)
Line : 227
File : functions_post.php
Alvast dank
