4,401

(66 replies, posted in General discussion)

It doesn't work that way: you need to install PHP and MySQL and configure lighttpd to work with PHP and PHP to work with MySQL before you can even install PunBB, let alone login
XAMPP has everything Apache/PHP/MySQL related already set up, so you simply upload a copy of PunBB to the htdocs folder and you can install

Moved to Integration

4,403

(66 replies, posted in General discussion)

tbh grudon, you're much better off going with XAMPP given your lack of experience and the amount of work required to configure lighttpd
Now, what issue are you having with XAMPP?

http://en.wikipedia.org/wiki/Patch_%28Unix%29

4,405

(66 replies, posted in General discussion)

XAMPP?

http://www.skyblog.com/punbb-1.2.14_search.php.patch
Try using this

I don't think spamassassin is the issue: could you paste your copy of the plugin and of include/email.php here please?

You didn't undo the changes to the database that install_mod.php made

http://punbb.org/download/hdiff/hdiff-1 … .2.14.html

And as for the extra quotation marks, I'd check and see what's actually in the database. If the quotation mark isn't there, it's a problem with your setup.

Enable debug mode, paste the full error

4,411

(10 replies, posted in PunBB 1.2 discussion)

helter: Check error.log, paste the error you're getting

Upgrade to 1.2.14 (which you should do anyway to fix various security issues) and then try it

Nobody has abandoned 1.2: just because there has not been a new release since October does not mean there won't be in the future. However, if we released a new version every time we found a bug, we'd be up to 1.2.954 by now (and we could hardly call it stable). wink

4,414

(23 replies, posted in PunBB 1.2 troubleshooting)

A. Once you do a redirect with header you don't have to load any HTML
B. header.php doesn't bring common.php in, so $pun_user is never populated

A more compact version:

<?php
define('PUN_ROOT', './');
require PUN_ROOT.'include/common.php';

if (!$pun_user['is_guest'])
    header("Location: viewforum.php?id=2");
else 
    header("Location: login.php");

Enable debug mode, paste the full error

Talk to your host, MySQL might need to be configured to be given more RAM

4,417

(10 replies, posted in PunBB 1.2 discussion)

Moved to PunBB Discussion since we're not accepting Bug Reports for 1.3

4,418

(5 replies, posted in PunBB 1.2 discussion)

Yup, it should be much lighter smile

4,419

(5 replies, posted in PunBB 1.2 discussion)

It would be a good idea to take a backup of your database anyway wink

4,420

(5 replies, posted in PunBB 1.2 discussion)

Image attachments: http://punbb.org/forums/viewtopic.php?id=8829
Private Messaging: http://punbb.org/forums/viewtopic.php?id=9035
Image Gallery (I think this is what you want): http://punbb.org/forums/viewtopic.php?id=8008

And as for converting: the converter claims to do Invision Power Board 2.0, so you would have to test it out. I believe that if it works, everyone will need to request a new password, but otherwise everything should be OK.
If it doesn't work, we can look into trying to fix it (and, at worst, you could convert it to other forum software and then to PunBB)

I believe Rickard's doesn't have a color selector.

Oh, fixed wink

I'm going to close this (since I'm admin of PunBB-Hosting, I'll deal with it). In the future, please report all issues to the PunBB-Hosting support forum (since that's the only place that can really provide help for your situation).

That's odd, it's extremely simple to do.
The query:

update prefixconfig set conf_value = NULL where conf_name = 'o_board_desc'

where prefix is the db_prefix for the forum

Talk to the people at portbb.com to get it fixed