1

(16 replies, posted in PunBB 1.2 troubleshooting)

jasonw wrote:

What did the trick?  I don't understand the solution here.  I'm having this problem myself.  The smtp server won't retain information.

This:
http://punbb.org/forums/viewtopic.php?pid=47614#p47614

But I would imagine that this fix is already incorporated in 1.2.6.

2

(0 replies, posted in Feature requests)

would be nice. In fact I guess you could argue that it is even more important for guests than for regular users considering the potential for abuse in the different user groups.
I did a search and nobody seems to have raised this issue. I suppose something based on ip address would be the way to go?

3

(16 replies, posted in PunBB 1.2 troubleshooting)

afarber wrote:

Same problem here with

OpenBSD stable, Apache/1.3.29, PHP/5.0.4, PunBB 1.2.6

Try this:
http://punbb.org/forums/viewtopic.php?pid=47614#p47614
It worked for me.

4

(16 replies, posted in PunBB 1.2 troubleshooting)

Ok that did the trick. Mailing with SMTP appears to be working now (I tested sucessfully) and the form box retains the data.
Thanks a lot. smile

5

(16 replies, posted in PunBB 1.2 troubleshooting)

Ok all the SMTP related entries in install.php have a value of "NULL" like so:

        'o_smtp_host'                => "NULL",
        'o_smtp_user'                => "NULL",
        'o_smtp_pass'                => "NULL",

Which perhaps could have something to do with the problem?

Edit: Nevermind, I just realized that install.php is probably only used at installation...

6

(16 replies, posted in PunBB 1.2 troubleshooting)

Smartys wrote:
Queen Elizabeth II wrote:

(and now I also got some PHP error msg that flashed by briefly when applying changes).

Change redirect time to a longer period (so you have time to see the error) and copy/paste the error here. Change redirect time back after, of course

Ok here goes:

Warning: Wrong parameter count for array_key_exists() in /var/www/admin_options.php on line 120

Warning: Wrong parameter count for array_key_exists() in /var/www/admin_options.php on line 120

Warning: Wrong parameter count for array_key_exists() in /var/www/admin_options.php on line 120

(this is repeated about 50 times)

Redirecting

Options updated. Redirecting ?

Click here if you do not want to wait any longer (or if your browser does not automatically forward you)

7

(16 replies, posted in PunBB 1.2 troubleshooting)

If you mean the fix described here:
http://punbb.org/forums/viewtopic.php?id=8086
It doesn't work for me. The SMTP server still won't stick (and now I also got some PHP error msg that flashed by briefly when applying changes).

Greetings and salutations and thanks for what looks like some great software.

Unfortunately I cannot get it to remember my SMTP server. I enter the server in the form on admin_options.php and get no error when saving the changes. Hovever when the options page reloads, the server is gone and the box is empty. No e-mails arrive (obviously).
I cannot use my MTA because of ISP restrictions (port 25 is blocked).

My setup:
Debian stable, Apache2, PHP 4.3.10-15, Mysql 4.1, PunBB 1.2.6.