4,126

(124 replies, posted in PunBB 1.2 discussion)

Works fine for me with Apache 1.3.37

4,127

(124 replies, posted in PunBB 1.2 discussion)

I don't think you can argue that we don't read the forums and notice when things don't work tongue

4,128

(18 replies, posted in PunBB 1.2 troubleshooting)

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

No, Bekko is right.
At the end of a PHP file there's no need to have a closing PHP tag. It's optional. The reason for not having it is that if you accidentally put a space outside of the PHP tag, it can cause issues if you haven't sent headers, cookies, etc yet.
config.php doesn't use a closing tag for that reason wink

4,130

(124 replies, posted in PunBB 1.2 discussion)

Well, I've reopened the ticket Connor had for making the rewrite rules work wink
And how does having Trac ticket creation abilities versus not having Trac ticket creation abilities prevent you from figuring out what's working and what's not? wink

4,131

(18 replies, posted in PunBB 1.2 troubleshooting)

deadram, that advice is not correct: you can certainly use a Gmail account as your admin email and send out SMTP using Gmail's smtp server.

Yes

4,133

(23 replies, posted in PunBB 1.2 troubleshooting)

http://dev.mysql.com/doc/refman/5.0/en/ … erver.html
Just because he's not familiar with MySQL doesn't mean he found a random address on the internet and is trying to use it

Without display_errors enabled it's hard to find the issue wink
I'd say try using something like this in the meantime: http://punbb.org/forums/viewtopic.php?pid=83780#p83780

Make sure display_errors is enabled in your php.ini wink

So

$_GET["action"] = "active";
$_GET["show"] = "18";
$_GET["fid"] = "9,7,12,13,8,15,16,17,18,20,4,22,23";
include("/home/www/xxxxxx/www/forums/extern.php");

doesn't work? What error are you getting?

4,137

(124 replies, posted in PunBB 1.2 discussion)

Either way, beside it not working on Apache 1.3.x, it seems quite good.

Is it still not working there? I was under the impression that this changeset dealt with the issue

kierownik wrote:

It should look like this

include("/home/www/xxxxxx/www/forums/extern.php?action=active&show=18&fid=9,7,12,13,8,15,16,17,18,20,4,22,23");

No, that doesn't work: you can't include from the local filesystem and treat it like a URL

There's no need to define PUN_ROOT wink

4,139

(23 replies, posted in PunBB 1.2 troubleshooting)

Yes, therefore there is no way to say with any amount of certainty that your thought is right wink

4,140

(18 replies, posted in PunBB 1.2 troubleshooting)

To use Gmail as your SMTP server, you need to edit email.php (because Gmail uses SSL)

Yes tongue

As I said in your other post, I would suggest using mysqldump

I would use mysqldump to generate backups for a database that size

4,144

(4 replies, posted in Feature requests)

Actually, the PHP doesn't sort the list, so the order depends on the OS

4,145

(1 replies, posted in PunBB 1.2 troubleshooting)

You're missing a closing parenthesis

if ($pun_config['o_subscriptions'] == '1' && !$merged

4,146

(23 replies, posted in PunBB 1.2 troubleshooting)

Who says his server isn't inside that LAN?

Moved to Modifications

4,148

(21 replies, posted in PunBB 1.2 troubleshooting)

Don't bother, editing admin_options.php isn't really necessary

4,149

(3 replies, posted in PunBB 1.2 troubleshooting)

You don't edit that. You don't edit PunBB's core files to use other languages. Simply upload the folder for Japanese into the lang directory and choose Japanese as your language in Admin Options (which will set the language for guests, not for current users). If you personally want to set your language, you can do that in your profile.

4,150

(21 replies, posted in PunBB 1.2 troubleshooting)

Try varchar(255) not null default ''