You are running a version of PunBB that this mod does not support. This mod supports PunBB versions: 1.1, 1.1.1

Can I change a line so that it works with 1.1.2? I'm using PunBB version 1.1.2 and PunPoll version 1.2.2.

Yes, I'd like such a mod too! Not every forum member wants to make their own avatars.

Thanks! I'll try it.

I can't download PunPoll 1.2.1 from PunBB Resource! Is there another download link?

55

(1 replies, posted in Feature requests)

Ah, wait, I've found the 'Save username and password between visits.' checkbox. Never mind wink

56

(1 replies, posted in Feature requests)

Maybe it could be useful if you can choose for 'auto login' at the login screen. This way you don't have to enter your password every time.

Ah, great, thanks! It works now.

Great system, PunBB. Much better than phpBB, I think.

Output:

Warning: Division by zero in /var/www/html/forum/viewforum.php on line 119

SELECT id, poster, subject, posted, last_post, last_post_id, last_poster, num_views, num_replies, closed, sticky, moved_to FROM punbb_topics WHERE forum_id=9 ORDER BY sticky DESC, last_post DESC LIMIT 0,

Joey wrote:

Well what was up with the converter? I ran it perfectly big_smile

I had to change the queries, because my database name is mcduck_nl_-_forum and '-' isn't allowed in queries. And somebody uses a ' in his name, so I had to change that query.

Joey wrote:

What versions of PunBB and phpBB were you running?

phpBB: 2.0.3
PunBB: 1.1.2

Okay, done that. New error:

File: /var/www/html/forum/viewforum.php
Line: 129

PunBB reported: Unable to fetch topic list for forum
Database reported: You have an error in your SQL syntax near '' at line 1 (Errno: 1064)

It must be this line:

$result = $db->query('SELECT id, poster, subject, posted, last_post, last_post_id, last_poster, num_views, num_replies, closed, sticky, moved_to FROM '.$db->prefix.'topics WHERE forum_id='.$id.' ORDER BY sticky DESC, last_post DESC LIMIT '.$start_from.', '.$disp_topics) or error('Unable to fetch topic list for forum', __FILE__, __LINE__, $db->error());

Probably it's because I've got one member with a ' in his name... Maybe something can be fixed?

Jansson wrote:

Have you checked that the database is right? Maybe the converter screwed up.

Yes, I've screwed up the converter. (It didn't work otherwise.)
But the tables seem to look right. Here are some random export queries:

INSERT INTO `punbb_forums` VALUES (1, 'Donald Duck weekblad', 'Dit Vrolijke Weekblad verschijnt elke week', NULL, 23, 600, 1077120650, 6497, 'jasper mcduck', 0, 0, 10, 2);

INSERT INTO `punbb_topics` VALUES (19, 'Anonymous', 'waarde eerste jaargang DD', 1049809761, 1074879207, 5117, 'SIMSLIM', 554, 75, 0, 0, NULL, 1);

INSERT INTO `punbb_posts` VALUES (52, 'Anonymous', 0, '***.***.***.**', NULL, 'Is er misschien iemand (...)', 1, 1049809761, NULL, NULL, 19);

Maybe you can see what's bad about this?

late edit: removed the IP address

I've just run the phpBB->PunBB converter. When I click on a topic, I get an error:

Error: Unable to fetch topic list for forum.

When I open a post, I get this error:

Error: Unable to fetch post info.

Could you please help me? Thanks!