1,976

(12 replies, posted in Programming)

I think you'll need to give an example of what you want to do wink
I'm inclined to say yes, but that depends on how/what you're trying to redirect.

1,977

(3 replies, posted in PunBB 1.2 troubleshooting)

Then it doesn't matter wink

1,978

(3 replies, posted in PunBB 1.2 troubleshooting)

See if you can rename it via FTP on the server. If not, don't worry about it, it isn't required.

1,979

(3 replies, posted in PunBB 1.2 discussion)

Yes

It is kept in the database (config table), but my assumption is that you're also saving the cache file, so the values aren't reloaded from the database.

1,981

(8 replies, posted in PunBB 1.2 troubleshooting)

Can you provide a link to your forum?

1,982

(8 replies, posted in PunBB 1.2 troubleshooting)

FIND

.pun HR {
    COLOR: #333;
}

REPLACE WITH

.pun HR {
    COLOR: #000;
}

1,983

(1 replies, posted in PunBB 1.2 troubleshooting)

That sounds like a bad mod_security rule. Talk to your host.

So, closed.

You have to execute SQL queries manually wink

1,986

(3 replies, posted in PunBB 1.2 troubleshooting)

A better question is, what DON'T you want?
There's no way to exclude a specific table from the backup, you just need to manually remove the table.

Yes, assuming they have no posts, subscriptions, etc.
Check out my version of the User Management plugin

1,988

(3 replies, posted in PunBB 1.2 troubleshooting)

http://thehooponoponoforum.com/config.php
Save your config.php file as a plain text file wink

OK, that looks right.
How about include/functions.php?

Indeed, a plugin is not what you're going for. A plugin allows you to add a tool to the administration pages.
Moved.

1,991

(2 replies, posted in PunBB 1.2 troubleshooting)

No, because the "random numbers" are the primary key that identifies a post, topic, etc in the database. More than one topic can have the same title
For 1.3 we are working on SEF URLs that also include the name of a topic, forum, etc, but you can't exclude the numbers for efficiency reasons (and for identification reasons, as I mentioned above).

elbekko wrote:

That's odd, a primary key should never consist out of two rows hmm

That's not true wink
That is in fact the right primary key.

When is it rejecting inserts? There is supposed to be a duplicate key check in the code.
And is that a topic id/user id pair rather than a user id/topic id pair?

Your MySQL user doesn't have permission to insert rows into the online table, apparently. Fix it. tongue

http://punbb.org/docs/install.html

1,995

(15 replies, posted in PunBB 1.2 bug reports)

Just a heads up to people, I still haven't heard anything about this wink

1,996

(6 replies, posted in PunBB 1.2 troubleshooting)

It has nothing to do with the user. It's saying that the table doesn't exist.
So, it's looking in the drinking_forums database (as specified in config.php) for the users table.

1,997

(6 replies, posted in PunBB 1.2 troubleshooting)

Enable debug mode, paste the full error

1,998

(6 replies, posted in PunBB 1.2 troubleshooting)

PunBB works perfectly on PHP 4. Your new server simply doesn't have the mysqli PHP extension. In config.php, change the db_type to mysql instead of mysqli.

Post your copy of post.php

2,000

(6 replies, posted in PunBB 1.2 troubleshooting)

http://en.wikipedia.org/wiki/Symbolic_link