No, follow the hdiff on your current files (but back them up first just in case).

You can use the hdiffs.

http://punbb.org/download/hdiff/

That much I knew. Point is just, there's no good way to fix this with the current system I think, unless someone takes the time of converting all French language rules into a substitution system tongue

You could do a substitution for "l'". But as far as I know the French language, there are too many exceptions on whatever seems to be the rule to do that decently.

355

(4 replies, posted in Programming)

Or use the FTP functions.

Or with PHP itself. Maybe the PGSQL module has been badly built?

Add a check for no posts too, just to make sure.

358

(7 replies, posted in PunBB 1.2 troubleshooting)

Make sure MySQL has been started.

Ofcourse you can't, only the developers can commit. Quite logical hmm

And it's a work in progress, I'm sure they know and will fix it.

They're not taking bugs for 1.3 yet, it's not even in Alpha wink

361

(2 replies, posted in PunBB 1.2 discussion)

I have big_smile

I made this to remove the annoying stuff like the query debug table and the alert from the hotfix.

<extension engine="1.0">
    <id>test</id>
    <title>RemoveAnnoying</title>
    <version>0.2</version>
    <description>This removes annoying crap</description>
    <author>Elbekko</author>
    <maxtestedon>1.3 SVN</maxtestedon>
    <minversion>1.3 SVN</minversion>
    <hooks>
        <hook id="hd_template_loaded"><![CDATA[$tpl_main = str_replace(array('<!-- pun_debug -->', '<!-- pun_alert -->'), '', $tpl_main);]]></hook>
    </hooks>
</extension>

Save it as manifest.xml in a folder called 'test'.

Might need some tweaking to work with the latest extension installer.

I've never had a problem with Dreamhost.

Hmm, well, permissions are the biggest issue here. Unless you only cache those pages that are viewable for guests.

8 queries is nothing. And it's still only one connection.

You're missing the point. I didn't say anything about doing it automatically every second, I'm talking about when alot of users are online and posting.

I have a feeling you'd be putting a whole lot of load on the server if you're saving new cached files every other second. And if it's really such a busy forum, I'd be a bit worried about file locks too.

It can be done, but I doubt it would make alot of difference.

This would only be for guest users, correct?

368

(27 replies, posted in PunBB 1.2 troubleshooting)

Where did you get this QuickBB mod? I don't see it on PunRes.

And are you sure that's only modification you installed? I saw this error recently with a soft delete mod, but apart from that, never seen it.

369

(30 replies, posted in PunBB 1.2 discussion)

Try rebuilding your search index (it's in the admin panel under Maintenance).

370

(30 replies, posted in PunBB 1.2 discussion)

Now that you enabled debug mode, please post the full error.

371

(30 replies, posted in PunBB 1.2 discussion)

And can you enable debug mode?

372

(30 replies, posted in PunBB 1.2 discussion)

You have to change the language encoding in the language file to UTF-8 too. When I set my browser to read the site as UTF-8, it works fine.

Have you installed any modifications?

374

(3 replies, posted in General discussion)

Hahah, brilliant big_smile

Hmm, I have no problem with stylesheets on a site I'm developing and which is being served as application/xhtml+xml:
http://stringsandints.com/index3.php