4,326

(16 replies, posted in PunBB 1.2 troubleshooting)

When DEBUG is enabled, PunBB will display

- more detailed error messages if/when something goes wrong.
- script generation time in the footer.
- no. of queries executed in the footer.

It will do this for everyone, not just admins

Has the column been added to the query?

4,328

(16 replies, posted in PunBB 1.2 troubleshooting)

Yes: debug mode needs to be enabled before/while the error is happening

4,329

(9 replies, posted in PunBB 1.2 discussion)

http://dev.punbb.org/ticket/11

Runar: I think you mean !empty wink
In any case, it doesn't really matter tongue

4,331

(8 replies, posted in PunBB 1.2 troubleshooting)

You can't put PHP directly in a template file. Take a look at the docs on pun_include

If you don't, it will be very slow wink

4,333

(15 replies, posted in PunBB 1.2 troubleshooting)

Looks like you got it working smile

4,334

(15 replies, posted in PunBB 1.2 troubleshooting)

Double check that it's actually saved as a plain text file smile

I get this error:
There is no valid language pack 'English' installed. Please reinstall a language of that name.
The problem appears to be that your folder's name is lower case (english versus English) wink

That's not the error here btw, the error here is when the "valid language pack" is simply an empty string

4,336

(15 replies, posted in PunBB 1.2 troubleshooting)

http://www.insigniainstitute.com/forums/config.php
Looks like your config.php file got a little corrupted ;)

Edit: Bah, Bekko beat me :P

4,337

(15 replies, posted in PunBB 1.2 troubleshooting)

Link?

4,338

(15 replies, posted in PunBB 1.2 troubleshooting)

Make sure you're using the right address for your MySQL server: some hosts don't use localhost. If in doubt, ask them

I don't use the arcade mod, but it looks like you didn't do the necessary DB modifications (or maybe this version of arcade.php uses a different version of the mod)

Enable debug mode, paste the full error

Any chance you could email me a link to your site and FTP details so I can try to track down the bug?

4,342

(5 replies, posted in PunBB 1.2 discussion)

You'll certainly have to make it as a modification wink
PunBB does indeed support SQLite, but it wouldn't be difficult to write a script to set one up for any DB.
Easiest way would be to edit include/common.php so that the db_prefix (and/or database) changes depending on the domain you visit. You'll also need to edit include/cache.php (so each forum gets its own cache files), profile.php (avatars) and perhaps more (ie: if you want to allow different templates for each forum, you'll need to edit header.php)

Err, did you run install_mod.php for the mod?

4,344

(5 replies, posted in PunBB 1.2 discussion)

Aha
Yeah, that would be possible, it's similar to the way MyPunBB, PunBB-Hosting, etc work. It would require modifications to the code, of course.

4,345

(5 replies, posted in PunBB 1.2 discussion)

You mean like this?
http://punbb.org/forums/viewtopic.php?id=8001

Don't use -s in the filename, use _

BTW - the text generated for config.php did not contain the closing php tag. Is it supposed to be like that?

Yes

You tell me! This is a brand new install - I created and uploaded confg.php, went to the root of my forum and got the language error. I presume that on the initial access, I must be logging in as admin, right?

No, that's the default language for guests: check your config table wink

IDunno: You need to tell me what problem you're having first

Moved to Modifications wink

Donny Bahama wrote:

I had (have) the same problem - only using the gzip file didn't fix it. sad

Good (since the two sets of files are identical, they SHOULD cause the same issues) tongue
Is this as a guest or as a logged in user? If the former, check o_default_lang in the database (and in the cache directory under cache_config.php). If the latter, check the language column for your user