Try removing
require PUN_ROOT.'include/rewrite.php';
from sitemap.php
You are not logged in. Please login or register.
PunBB Forums → Posts by Smartys
Try removing
require PUN_ROOT.'include/rewrite.php';
from sitemap.php
Then no
Can you upload files?
It depends on what they edited
I would check all your template files first.
It isn't, but it makes no difference, this is documentation code that needs to be changed
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
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
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.
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?
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.
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?
If it takes more than a year for a beta? I would eat more than a hat
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
Since 1.3 has no official release, no, not at this point. In the future? Sure
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;
Looks fine to me, but it occurs to me that ini_get might be disabled
What accelerator are you using?
Yes, that's what we all meant
Several years? I hope not
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
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
I managed to find this bug:
http://bugs.mysql.com/bug.php?id=10566
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)?
PunBB Forums → Posts by Smartys
Powered by PunBB, supported by Informer Technologies, Inc.