Topic: Error: Unable to create topic.

when i try to post a new topic i got this:

An error was encountered
Error: Unable to create topic.

anny body know how i can fix it?sorry for my bad englisch

Re: Error: Unable to create topic.

Enable debug mode, paste the full error

Re: Error: Unable to create topic.

An error was encountered
File: F:\Inetpub\dend\markoz.nl\post.php
Line: 288

PunBB reported: Unable to create topic

Database reported: Field 'question' doesn't have a default value (Errno: 1364)




is the full error


line 288 :

// Create the topic
           $db->query('INSERT INTO '.$db->prefix.'topics (poster, subject, posted, last_post, last_poster, forum_id) VALUES(\''.$db->escape($username).'\', \''.$db->escape($subject).'\', '.$now.', '.$now.', \''.$db->escape($username).'\', '.$fid.')') or error('Unable to create topic', __FILE__, __LINE__, $db->error());

Re: Error: Unable to create topic.

Sounds like you didn't finish installing a poll mod smile

Re: Error: Unable to create topic.

Your right  i was try the install that mod but he don't working then i delete al the changed files.

And now?

Re: Error: Unable to create topic.

You'll have to undo the changes you made to your database or finish the changes to your files