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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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
Enable debug mode, paste the full error
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());
Sounds like you didn't finish installing a poll mod
Your right i was try the install that mod but he don't working then i delete al the changed files.
And now?
You'll have to undo the changes you made to your database or finish the changes to your files
PunBB Forums → PunBB 1.2 troubleshooting → Error: Unable to create topic.
Powered by PunBB, supported by Informer Technologies, Inc.