Can you replicate the behavior?

Indeed a nice catch smile

Now, to fix it. Hmm, I really don't want to have to run an additional query to determine the topic+redirect topic count.

Try removing the @ before move_uploaded_file(). You should get a more descriptive error message from PHP. Also, try replacing move_uploaded_file() with copy() as suggested above, but with the @ removed.

504

(5 replies, posted in PunBB 1.2 troubleshooting)

It's difficult to say. Something is using up a lot of memory. You need to find where the memory is being consumed and take it from there.

PunBB does not support UTF-8 encoding in the current release. PunBB 1.3 will, but until then, you'll have to stick with windows-1253 (or whatever is the preferred Greek charset).

Brilliant host that allows uploads, but then applies open_basedir restrictions on the folder into which files are uploaded roll

507

(7 replies, posted in PunBB 1.2 troubleshooting)

Like someone pointed out earlier, this has nothing to do with your browser.

508

(11 replies, posted in PunBB 1.2 bug reports)

Fixed.

Moved to modifications.

510

(2 replies, posted in Feature requests)

http://dev.punbb.org/changeset/576

511

(7 replies, posted in PunBB 1.2 troubleshooting)

You should talk to your host. It's a problem on their end.

Jansson wrote:

1.3 has a DST function implemented.

It has? big_smile

I don't believe we've added it yet, but it'll be in there.

513

(3 replies, posted in Archive)

Finns en klistrad tråd i troubleshooting-forumet som du kan läsa om HTTP_REFERER-problem.

You posted this topic, waited less than 4 hours, bumped the topic, waited another 20 minutes, posted a new topic with some guys e-mail address in plain text asking him to e-mail you (we deleted the topic of course) and you think we're giving you attitude? Please.

515

(132 replies, posted in General discussion)

snapsolutions wrote:

I don't think is that bad smile

It's not. I think it's hilarious smile

Well, the second option "uses global variables" in that PunBB instanciates a number of global variables. I would still opt for it though.

517

(3 replies, posted in PunBB 1.2 discussion)

Thank you very much for the kind words. It's reading these kinds of messages now and then that really get the coding juices flowing smile

And the per-forum permissions aren't set to allow guests to post?

519

(3 replies, posted in Archive)

Prova radera php-skripten i cache-katalogen. Kan vara nån gammal cache-fil som spökar.

520

(6 replies, posted in Programming)

In my case, I have PHP installed in the following directories:

D:\Program Files\PHP 4.4.4
D:\Program Files\PHP 5.1.4
D:\Program Files\PHP 5.2 dev

521

(9 replies, posted in Test forum)

Until the release of PunBB 1.3 and a potential spam-fighting extension, I'm disabling guest posting in the test forum. There's not a lot of spam here, but it's annoying nonetheless.

522

(7 replies, posted in Feature requests)

If nothing else, this should be easy to implement as an extension in 1.3.

Forget the instructions I gave you. I instructed you to put them in the wrong place and dump() isn't even defined in that scope smile I'm a moron.

It appears as if, when you submit the form, it never gets posted. I can't believe this has anything to do with PunBB. Have you successfully run any other PHP scripts that include forms?

524

(11 replies, posted in Feature requests)

I think extensions will solve these problems.

Try this. Open up install.php and look for:

if (!isset($_POST['form_sent']))

At the beginning of that code block, add

dump($_POST);

Then try to install. It won't work, but we will at least know if PHP is aware of that information was POST:ed.