Hello

So since I setup Nginx instead of Apache a a web server to run a PunBB 1.4.2, we can't login anymore :

Links and config: http://pastebin.com/fd2D5MZ0

When tryng to login at

see pastebin first link

we are redirected to the page that ask use to confirm or cancel the action because a security token could not be confirmed.

Upon clicking on the "Confirm" or "Cancel" we are redirected to

see pastebin second link

Note the use of h ttps and port 80.
As expected, chrome displays a "SSL connection error  ERR_SSL_PROTOCOL_ERROR".

So what's up with that ?
I obviously have something to change in the Nginx config, but so far no luck finding something usefull on the Internet.
I will cross-post this on the Nginx forums, thanks if anyone can help here !

I don't have any SSL certificat installed (and don't want any).
Here is the vHost config :

see pastebin

Ok, thanks for the infos.
Everythings works great now.

In header.php, the hd_visit_elements hook is located on line 206 BEFORE the declaration of $visit_elements['<!-- forum_visit -->'] (on line 208).

It causes an error when using extensions like pun_pm who extends the content of $visit_elements['<!-- forum_visit -->'].
The error is gone when the hook is moved after the variable declaration.

In the 1.3.6 version of header.php, the hook was after the variable declaration.


So I assume the new location of the hook is really an error in the code of PunBB 1.4 ?

Hey

I use PunBB 1.3.5 and the extension "does not work" on the production server although it works just well on my local server (with wampserver).

Everything seems fine (the database, the cache,  the link to the cache in the header, the tags around the usernames) but the links are just not colored (again, only on the production server).

Someone can help ?
Thanks

5

(154 replies, posted in Supported extensions)

Hey

I have a feature request :
The forum send an email to a user when he got an PM, (just to tell him he as a PM to read)
The admins could choose forum-wide to allow or not (default) this feature and if allowed, each users could enable it or not (default) in their profile settings.

That's something I have already done by tapping directly in the source code and that's pretty usefull when you don't come by a forum often.