4,201

(4 replies, posted in PunBB 1.2 troubleshooting)

This is PunBB, not phpBB.
If you want to run this mod, you'll need to either manually write the create table statement so it works in SQLite or have someone else write it for you

4,202

(4 replies, posted in PunBB 1.2 troubleshooting)

Moved to Modifications
I assume the create table statement doesn't work with SQLite, only with MySQL

4,203

(38 replies, posted in PunBB 1.2 discussion)

hsl wrote:

Cool!! i hope 1.3 is going to be here soon!

Is the PM system compatible with the mod that a lot of us have installed?

big_smile

Yes, it should be wink

ok -- so, i should upload most recentt backup of the punbb forum from old server onto new server via FTP?

THEN, this backup I've FTP'ed will "correlate" with the recent mysql database dump i've successfully imported and the forum should be accessible as it was on old server?

(hoping yes)

If I'm understanding you right, yes

What connects the imported database with the actual web address, or, what allows the imported database to be seen on the internet?

The database isn't seen on the internet. The PHP files need to interact with the database. To do that, they need to connect to the database server. To do THAT, they need connection information (the db host, username, password, etc). For PunBB, that information is stored in config.php

What if you're the one who posted? wink

That's not so easy to do, especially when you're trying to handle multiple topics that a user has subscribed to. It could be a modification that takes advantage of the PM mod though

config.php is not meant to be loaded directly, it's simply a configuration file you need to edit.
The db_prefix depends on what your table names are. If you specified a prefix at the install, then you need to put it in there. If not, blank is OK

And I don't think we're going to add GD, etc to the list of requirements for people wink
Moved to Modifications

Moved to Troubleshooting

You wouldn't use that script, you would edit PunBB's config.php

4,211

(4 replies, posted in PunBB 1.2 discussion)

Moved to PunBB Discussion

Will version 1.3 styles be compatible with current ones?

No

What is the difference beetwin a style and a template?

Templates are HTML, styles are CSS which styles the template's HTML tongue

I think you need to make sure you removed the check properly: it sounds like the page has a fatal error but you have display_errors disabled wink

Enable debug mode, paste the full error

In the future, please just post these inside the topic for the plugin wink
What's wrong with the plugin, because it doesn't look to me like it has any MySQL specific code?

In the future, please just post these inside the topic for the plugin wink
I believe forum cleanup uses temporary tables and thus does not work with anything other than MySQL

Moved to Integration

gil: I find it hard to tell what you're suggesting, so I can't really comment on it tongue

You can manually edit all queries which reference the users table so that it references the correct table

4,219

(2 replies, posted in PunBB 1.2 troubleshooting)

I'm not sure what logo you're talking about, but you might want to take a look at main.tpl

4,220

(49 replies, posted in PunBB 1.2 discussion)

faax wrote:

i'm only think i can help and it's bug... and notify to fix it...

Yes, but 1.3 hasn't been released for testing yet, especially not at the level of converting the charset

4,221

(49 replies, posted in PunBB 1.2 discussion)

faax wrote:

i think there is error to set charset... doe's not work... i set windows-1250 like on PunBB 1.2.* and letters like ???? are not show like i write...
i test this maybe before long time... I'm download PunBB manualy file by file huuuuh... and test


sorry 4 my bad english

At this point, it's really irrelevant: 1.3 is not ready for production use and it's still being worked on (ie: the default charset hasn't yet been changed to UTF-8). There's really no need to majorly screw around with 1.3 yet (ie: try using an alternate language setting) simply because there's no telling how much code we'll change before the beta.

Not really tongue
What's the "track topic" system?

4,223

(4 replies, posted in PunBB 1.2 troubleshooting)

Make sure your host supports SSL, if you're unsure talk to your host

4,224

(4 replies, posted in PunBB 1.2 troubleshooting)

http://punbb.org/forums/viewtopic.php?id=14179

And now the fix has been backported big_smile

http://dev.punbb.org/changeset/858