Indeed, PunBB is a piece of forum software: we as developers have no control over how people use it. You need to talk to the owner or the host, as yemgi said. If you have any more questions, feel free to drop me an email.

Topic closed smile

1,702

(3 replies, posted in General discussion)

For the whole page, that line doesn't help us very much
Of course, any properly written modification should be using the dblayer... hmm

It's what I thought it would be, I just had to test it out tongue

OK, I've found the issue. The size of the query exceeded the size of a TEXT column, which is what we were using, so the inserted data was silently truncated. The fix is to simply make the search_data column in the search_cache table a MEDIUMTEXT column, which can hold much more data than a TEXT column.

1,705

(7 replies, posted in PunBB 1.2 troubleshooting)

The fact that the MySQL function exists means that you have the PHP extension for MySQL enabled, NOT that you are connecting to a valid MySQL server.

1,706

(7 replies, posted in PunBB 1.2 troubleshooting)

If you want to use MySQL, you need to install a MySQL server as well, not just enable the PHP extension.

Moved to Modifications

hurry wrote:

The reputation mod is not exactly useful or the same like the thank you mod because it does not show who has thanked you for a specific post.

Yes it does
http://www.punbb-hosting.com/forums/sup … .php?uid=2

1,709

(12 replies, posted in PunBB 1.2 troubleshooting)

replace

// See if MMCache or PHPA is loaded
if (function_exists('mmcache'))
    $php_accelerator = '<a href="http://turck-mmcache.sourceforge.net/">Turck MMCache</a>';
else if (isset($_PHPA))
    $php_accelerator = '<a href="http://www.php-accelerator.co.uk/">ionCube PHP Accelerator</a>';
else
    $php_accelerator = 'N/A';

in admin_index.php

Indeed it does, I can't believe we forgot that. I'll add it right now. tongue

Moved to PunBB Discussion and closed
As Bekko said, we are not officially accepting reports at this point for 1.3 because there is no official release. While we appreciate the interest people have in 1.3, we want to cut down on the number of duplicate reports we get and focus on development and testing rather than on responding to bug reports.

http://dev.punbb.org/

Moved to Modifications

Moved to Modifications

Moved to Modifications

Moved to Modifications

1,717

(12 replies, posted in PunBB 1.2 troubleshooting)

Again, the code does nothing special, it just displays some text. Nothing changes about PunBB. In 1.3, we simply detect more of the accelerators. So it makes no difference whatsoever tongue

Indeed: without a database query, how would you know what group someone is in?

redirect won't redirect outside of the site anymore, that's the issue wink

1,720

(12 replies, posted in PunBB 1.2 troubleshooting)

The status doesn't matter, it's a textual thing just meant to inform admins wink

hurry wrote:

Even in a forum, the thousands of older topics don't have much activity and are mostly forgotten by regular visitors unless they are read via search, new visitors etc.

Except that the example you gave with Digg would likely be an issue with one topic, not an entire forum wink

1,722

(20 replies, posted in PunBB 1.2 troubleshooting)

Oh, could the Bad-Behavior mod be blocking the Digg spider? wink

1,723

(16 replies, posted in General discussion)

I had the same issue on PunBB-Hosting last night. The Bad-Behavior mod uses two DNSBLs, the latter of which is freaking out right now and returning results for every IP, which means the Bad-Behavior mod blocks all IPs. Commenting out the DNSBL fixes the issue for now

Edit: http://www.bad-behavior.ioerror.us/2007 … vior-2011/
Upgrade time wink
Actually, the upgrade does exactly what I say to do tongue

PunBB (and indeed all forum software) relies on being dynamic more than Wordpress or any other blog software. For Wordpress, having comments refresh every hour isn't a big deal, since the main content is the posts: on the other hand, PunBB really needs posts done and shown in real time.
So yes, it would be possible to write such a mod: a mod could write files with the filename being the group ID, filename, and various parameters, for example. However, I'm not sure how useful it would be and how easy it would be to dynamically expire certain parts if they were to change.

1,725

(16 replies, posted in General discussion)

Dr.Jeckyl: That's a Bad-Behavior modification issue wink