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,601 2007-07-21 01:26
Re: error during install (2 replies, posted in PunBB 1.2 troubleshooting)
2,602 2007-07-21 01:25
Re: Changing MYSQL DB (3 replies, posted in PunBB 1.2 troubleshooting)
Enable debug mode, paste the full message
2,603 2007-07-20 01:26
Re: The biggest PunBB? (142 replies, posted in PunBB 1.2 discussion)
elbekko wrote:Put a FULLTEXT search in there and it'll work like magic
Do you mean this?:
http://www.punres.org/desc.php?pid=274
I believe so
The search feature is one of the less efficient features of PunBB. Using FULLTEXT speeds it up quite a bit
2,604 2007-07-19 23:56
Re: PHP4 is dead check it out!! (15 replies, posted in PunBB 1.2 discussion)
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.
2,605 2007-07-19 22:28
Re: Another login/logout loop question (5 replies, posted in PunBB 1.2 troubleshooting)
Can you try logging into her account and see if you have the issue?
2,606 2007-07-19 22:22
Re: Table Small (47 replies, posted in PunBB 1.2 troubleshooting)
As do the comments in the file itself
2,607 2007-07-19 22:02
Re: Another login/logout loop question (5 replies, posted in PunBB 1.2 troubleshooting)
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?
2,608 2007-07-19 20:15
Re: Looking for a mod.. (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
2,609 2007-07-19 20:15
Re: Table Small (47 replies, posted in PunBB 1.2 troubleshooting)
Again, look at extern.php
2,610 2007-07-19 00:18
Re: Table Small (47 replies, posted in PunBB 1.2 troubleshooting)
If I'm understanding you correctly, take a look at extern.php
2,611 2007-07-19 00:02
Re: Table Small (47 replies, posted in PunBB 1.2 troubleshooting)
And what's the problem with them?
2,612 2007-07-18 23:47
Re: Table Small (47 replies, posted in PunBB 1.2 troubleshooting)
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 2007-07-18 23:30
Re: Table Small (47 replies, posted in PunBB 1.2 troubleshooting)
Did you create that directory?
2,614 2007-07-18 23:05
Re: Table Small (47 replies, posted in PunBB 1.2 troubleshooting)
I'm getting a 404 for the file: did you delete it?
2,615 2007-07-18 22:08
Re: Table Small (47 replies, posted in PunBB 1.2 troubleshooting)
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 2007-07-18 21:54
Re: Table Small (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 2007-07-18 21:22
Re: Table Small (47 replies, posted in PunBB 1.2 troubleshooting)
You upload the contents of your "upload" folder to the "Forum" folder
2,618 2007-07-18 20:07
Re: having a problem after install with no styles (7 replies, posted in PunBB 1.2 troubleshooting)
Link?
2,619 2007-07-18 20:06
Re: mod_security, 406 error and htaccess files (10 replies, posted in PunBB 1.2 troubleshooting)
It does sound like a bad mod_security rule
2,620 2007-07-18 00:09
Re: Moderator error (8 replies, posted in PunBB 1.2 troubleshooting)
2,621 2007-07-18 00:02
Re: Problem with MD5 passwords in MySQL database (8 replies, posted in PunBB 1.2 troubleshooting)
hehe
2,622 2007-07-18 00:02
Re: Moderator error (8 replies, posted in PunBB 1.2 troubleshooting)
Works for me
2,623 2007-07-17 23:49
Re: Moderator error (8 replies, posted in PunBB 1.2 troubleshooting)
Well, then there's no problem
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
2,624 2007-07-17 23:38
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.