2,601

(2 replies, posted in PunBB 1.2 troubleshooting)

That's after the install, when going to view the forum.
The installer warns you afterwards if the cache directory isn't writable. Chmod it (to 777 if you're unsure about permissions)

2,602

(3 replies, posted in PunBB 1.2 troubleshooting)

Enable debug mode, paste the full message

2,603

(142 replies, posted in PunBB 1.2 discussion)

sirena wrote:
elbekko wrote:

Put a FULLTEXT search in there and it'll work like magic smile

Do you mean this?:
http://www.punres.org/desc.php?pid=274

I believe so wink
The search feature is one of the less efficient features of PunBB. Using FULLTEXT speeds it up quite a bit tongue

2,604

(15 replies, posted in PunBB 1.2 discussion)

pogenwurst wrote:
Smartys wrote:

However, in the meantime, why change if it still works?

Part of the point of a project like GoPHP5 is that regardless of whether or not projects "need" PHP 5, if enough "major" PHP projects exclusively support PHP 5, then end users will have an interest in finding a host that supports PHP 5, and thus hosts will have an interest in implementing it.

P.S. Don't get me wrong; I'm not trying to tell you or anyone else how to develop. I'm perfectly fine with PHP 4 support remaining.

Yes, but my point was that there's no incentive for PunBB specifically to drop support for PHP 4. If PHP 5 had a feature we really wanted to use but couldn't easily emulate, then we would have to weigh that feature versus dropping support. My comment was only pertaining to PunBB: I obviously can't speak for other developers who might LOVE to redevelop their application using PDO, for example.

Can you try logging into her account and see if you have the issue?

2,606

(47 replies, posted in PunBB 1.2 troubleshooting)

As do the comments in the file itself

Unless someone else can replicate it, I can only assume it's an issue with their settings for cookies
Could it be going to www versus non-www?

Moved to Modifications

2,609

(47 replies, posted in PunBB 1.2 troubleshooting)

Again, look at extern.php

2,610

(47 replies, posted in PunBB 1.2 troubleshooting)

If I'm understanding you correctly, take a look at extern.php

2,611

(47 replies, posted in PunBB 1.2 troubleshooting)

And what's the problem with them?

2,612

(47 replies, posted in PunBB 1.2 troubleshooting)

no64 wrote:

well, you can use the normal "img_tag", but the photo has to be uploaded somewhere or you use some mods like:

http://www.punres.org/desc.php?pid=362
http://www.punres.org/desc.php?pid=77
http://www.punres.org/viewtopic.php?id=789&p=1  (I use this one)
http://www.punres.org/viewtopic.php?pid=16629#p16629 (very nice - and easy to install)

I would suggest the first or third

2,613

(47 replies, posted in PunBB 1.2 troubleshooting)

Did you create that directory?

2,614

(47 replies, posted in PunBB 1.2 troubleshooting)

I'm getting a 404 for the file: did you delete it?

2,615

(47 replies, posted in PunBB 1.2 troubleshooting)

no64 wrote:

You can't install it?
If it says your version wont match with this mod
You can open up the "install_mod.php" file and find the line (somewhere at the beginning)

// One or more versions of PunBB that this mod works on. The version names must match exactly!
$punbb_versions    = array('1.2', '1.2.1', '1.2.3', '1.2.4', '1.2.5');

...and add your version in that array.

And if you are making modifications to your forum files, don't forget to comment your changes in that file - it will be easier to find those places later on if something went wrong.

2,616

(47 replies, posted in PunBB 1.2 troubleshooting)

No, the CONTENTS, not the folder itself
So you should have
http://lnx.fieranautica.com/Forum/install_mod.php

2,617

(47 replies, posted in PunBB 1.2 troubleshooting)

You upload the contents of your "upload" folder to the "Forum" folder

Link?

It does sound like a bad mod_security rule

2,620

(8 replies, posted in PunBB 1.2 troubleshooting)

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

hehe tongue

2,622

(8 replies, posted in PunBB 1.2 troubleshooting)

Works for me wink

2,623

(8 replies, posted in PunBB 1.2 troubleshooting)

Well, then there's no problem tongue
My guess is that the issue is #3. If you want me to check, I just registered a new account (Smartys): give me moderator powers

Hmm
That's really a separate mod altogether, one that allows you to change the order of posts. A merge should simply merge.
In any case, you could modify the order by statement to be something like "order by post_order asc, time asc"
post_order would be int(10) unsigned and have a default of 0. The script could calculate the proper order of posts and set the value of post_order accordingly. Then, moving posts around simply involves changing its post_order.

2,625

(8 replies, posted in PunBB 1.2 troubleshooting)

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