Try removing

require PUN_ROOT.'include/rewrite.php';

from sitemap.php

Then no wink

Can you upload files?

1,679

(2 replies, posted in PunBB 1.2 troubleshooting)

It depends on what they edited wink
I would check all your template files first.

1,680

(4 replies, posted in PunBB 1.2 discussion)

It isn't, but it makes no difference, this is documentation code that needs to be changed tongue

1,681

(11 replies, posted in PunBB 1.2 discussion)

For a couple reasons:
A. What happens when I have two identically named forums?
B. It makes the actual text after forum# irrelevant: you can change the name of the forum and keep the same link
C. If we're given the ID in the URL like that, we don't have to do a scan through the forums table for all forums matching that name.

No. To the best of my knowledge, all the stuff in that comment has to be retained. You can add your own stuff there, but what's there must stay there.

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

Rickard wrote:

Q: May I remove the copyright from the source code?

No. The copyright notice in all the source files must be left intact. Any modification or removal of this copyright is illegal under the terms of the GNU General Public Licence.

I think bekko meant the copyright at the top of every PunBB file, which must be kept intact (along with the GPL notice)

But yeah, very cool smile

1,684

(11 replies, posted in PunBB 1.2 discussion)

Yes, it's an accessibility thing. And Google doesn't care what comes first as much as it cares about the stuff in h1, h2, etc. It's not going to be an issue, trust me.
And Bekko: if you want, you can tweak that in your stylesheet. However, the color is set the way it is so that the links don't distract a normal user but are still there for a user using a screen reader. Setting is visibility: none (I think) would hide it from screen readers.

1,685

(6 replies, posted in PunBB 1.2 troubleshooting)

What you just pasted is called a language file. The one in the root is the actual file you're loading, misc.php.
Oh dear, is that the file in your root? tongue
If so, someone overwrote misc.php with the contents of lang/English/misc.php. Download a fresh copy of PunBB and upload the right file.

1,686

(6 replies, posted in PunBB 1.2 troubleshooting)

Paste all of that language file, since http://www.landenmeadows.net/misc.php?action=rules seems to also not work. My guess is there's a parse error but you have display_errors turned off.
Also, could you paste all of the actual misc.php?

1,687

(18 replies, posted in PunBB 1.2 troubleshooting)

If it takes more than a year for a beta? I would eat more than a hat tongue
I've been a little busy with RL stuff recently, which has kept me from coding as much as I wanted to. However, that should be ending shortly, which means more active coding from me. Development is moving along smoothly and you can get a sense of where we are by looking at the tickets left to do and at the timeline of commits. We're getting there smile

Since 1.3 has no official release, no, not at this point. In the future? Sure

1,689

(6 replies, posted in PunBB 1.2 troubleshooting)

Did you modify misc.php? That should lead you to the form email option.

Without being able to take a look at the database and the code, I can't really tell any more. If you want to give me details on how to do that outside of the forum, send me an email;

1,691

(12 replies, posted in PunBB 1.2 troubleshooting)

Looks fine to me, but it occurs to me that ini_get might be disabled wink
What accelerator are you using?

Yes, that's what we all meant tongue

1,693

(18 replies, posted in PunBB 1.2 troubleshooting)

Several years? I hope not tongue

1,694

(3 replies, posted in PunBB 1.2 troubleshooting)

Don't include common.php twice (that's the way it most often happens)

Link?

g_id=3200 and registration time not in the past hour should be enough

1,697

(12 replies, posted in PunBB 1.2 troubleshooting)

I would have to see your code to know if you edited it right. I'd also want to check out your phpinfo to make sure the problem isn't with the 1.3 code wink

1,698

(18 replies, posted in PunBB 1.2 troubleshooting)

I managed to find this bug:
http://bugs.mysql.com/bug.php?id=10566

1,699

(18 replies, posted in PunBB 1.2 troubleshooting)

I would suggest changing to latin1 and then converting when 1.3 comes.
However, I do find it odd that that error is happening. I assume that this is the topic you referenced earlier?

Where is $db_prefix set, where is mysql_connect called (other than implicitly by the mysql_select_db call)?